Prepare to release moor 4.3.2

This commit is contained in:
Simon Binder 2021-05-28 22:05:34 +02:00
parent 04caf09abb
commit ac30bb5989
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
## 4.3.2
- Fix `insertReturning` not updating streams
- Fix streams emitting stale data if a new subscriber attaches immediately
after an update.
## 4.3.1
- Fix encoding table updates without a kind over isolates

View File

@ -13,8 +13,6 @@ class Lock {
final blockCompleted = Completer<void>();
_last = blockCompleted.future;
// Note: We can't use async/await here because this future must complete
// just before the blockCompleted completer.
Future<T> callBlockAndComplete() async {
try {
return await block();

View File

@ -1,6 +1,6 @@
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 4.3.1
version: 4.3.2
repository: https://github.com/simolus3/moor
homepage: https://moor.simonbinder.eu/
issue_tracker: https://github.com/simolus3/moor/issues