Skip to content

Commit

Permalink
build: at_secondary_server: Update CHANGELOG and pubpsec for version …
Browse files Browse the repository at this point in the history
…3.0.37
  • Loading branch information
gkc committed Oct 23, 2023
1 parent 5f5bcd3 commit cd9cff2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/at_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.0.37
- fix: In the `SyncProgressiveVerbHandler.prepareResponse` method, gracefully
handle any malformed keys which happen to be in the commit log for
historical reasons
- build: Take up at_persistence_secondary_server version 3.0.59 which
includes a similar fix when checking namespace authorization in the
`CommitLogKeyStore._isNamespaceAuthorised` method
## 3.0.36
- fix: Implement notify ephemeral changes - Send notification with value without caching the key on receiver's secondary server
- feat: Implement AtRateLimiter to limit the enrollment requests on a particular connection
Expand Down
4 changes: 2 additions & 2 deletions packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_secondary
description: Implementation of secondary server.
version: 3.0.36
version: 3.0.37
repository: https://github.com/atsign-foundation/at_server
homepage: https://www.example.com
publish_to: none
Expand All @@ -25,7 +25,7 @@ dependencies:
at_lookup: 3.0.40
at_server_spec: 3.0.15
at_persistence_spec: 2.0.14
at_persistence_secondary_server: 3.0.58
at_persistence_secondary_server: 3.0.59
intl: ^0.18.1
json_annotation: ^4.8.0
version: 3.0.2
Expand Down

0 comments on commit cd9cff2

Please sign in to comment.