diff --git a/packages/at_secondary_server/CHANGELOG.md b/packages/at_secondary_server/CHANGELOG.md index 79d1e39dc..87e04a8fc 100644 --- a/packages/at_secondary_server/CHANGELOG.md +++ b/packages/at_secondary_server/CHANGELOG.md @@ -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 diff --git a/packages/at_secondary_server/pubspec.yaml b/packages/at_secondary_server/pubspec.yaml index 982ef2778..abf143a87 100644 --- a/packages/at_secondary_server/pubspec.yaml +++ b/packages/at_secondary_server/pubspec.yaml @@ -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 @@ -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