-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
finn
committed
Aug 22, 2022
1 parent
551aaf0
commit 5b545c6
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
signald (0.21.1) unstable; urgency=medium | ||
|
||
* Full release notes at https://gitlab.com/signald/signald/-/releases/0.21.1 | ||
* don't ack incoming messages to the server when sqlexception occurs storing them (postgres) | ||
* fix ProofRequiredErrors becoming InternalErrors | ||
* fix checking group membership list for pending members | ||
* fix subscribe race condition | ||
|
||
-- Finn <[email protected]> Mon, 22 Aug 2022 16:14:49 -0700 | ||
|
||
signald (0.21.0) unstable; urgency=medium | ||
|
||
* Full release notes at https://gitlab.com/signald/signald/-/releases/0.21.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# signald 0.21.1 | ||
|
||
[see all code changes here](https://gitlab.com/signald/signald/-/compare/0.21.0...0.21.1) | ||
|
||
This is mostly bug fixes: | ||
* don't ack incoming messages to the server when sqlexception occurs storing them (postgres) | ||
* fix ProofRequiredErrors becoming InternalErrors | ||
* fix checking group membership list for pending members | ||
* fix subscribe race condition | ||
|
||
<!-- | ||
changes since last release: | ||
551aaf01 (HEAD -> refs/heads/main, refs/remotes/origin/main, refs/remotes/origin/HEAD, refs/heads/dont-ack-unsaved-messages) don't ack messages when saving fails | ||
cabfa1ce correctly throw ProofRequiredError when sending | ||
4346d4bd Revert "add db query retry for read operations" | ||
fdcad770 add db query retry for read operations | ||
360fe506 fix checking group membership list for pending members | ||
565af7fd don't attempt to refresh profiles if we don't have a profile key | ||
2c4b0697 start subscribe thread after adding first receiver | ||
38d3d489 remove no longer needed apt install line for container builds | ||
--> | ||
|