Skip to content

Commit

Permalink
Merge pull request #2127 from atsign-foundation/commit_log_special_ke…
Browse files Browse the repository at this point in the history
…y_bug

fix: replace at_commons dependency overrides
  • Loading branch information
murali-shris authored Oct 16, 2024
2 parents 8338b6d + 81ebe6e commit f7906e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
5 changes: 4 additions & 1 deletion packages/at_persistence_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## 3.0.65
- fix: Modified checks in _specialKey method in commit log keystore to match only reserved shared_key and encryption public key.
- fix: Modified checks in commit log keystore _alwaysIncludeInSync method to match only reserved shared_key,
encryption public key and public key without namespace.
- build[deps]: Upgraded the following packages:
- at_commons to v5.0.1
## 3.0.64
- build[deps]: Upgraded the following packages:
- at_commons to v5.0.0
Expand Down
10 changes: 1 addition & 9 deletions packages/at_persistence_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,11 @@ dependencies:
crypto: ^3.0.3
uuid: ^3.0.6
at_utf7: ^1.0.0
at_commons: ^5.0.0
at_commons: ^5.0.1
at_utils: ^3.0.19
at_persistence_spec: ^2.0.14
meta: ^1.8.0

#TODO replace with published version
dependency_overrides:
at_commons:
git:
url: https://github.com/atsign-foundation/at_libraries.git
ref: special_key_bug
path: packages/at_commons

dev_dependencies:
lints: ^2.0.1
test: ^1.22.1
Expand Down
8 changes: 1 addition & 7 deletions packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
basic_utils: 5.7.0
ecdsa: 0.1.0
encrypt: 5.0.3
at_commons: 5.0.0
at_commons: 5.0.1
at_utils: 3.0.19
at_chops: 2.0.1
at_lookup: 3.0.49
Expand All @@ -34,15 +34,9 @@ dependencies:
yaml: 3.1.2
logging: 1.2.0

#TODO replace with published version
dependency_overrides:
at_persistence_secondary_server:
path: ../at_persistence_secondary_server
at_commons:
git:
url: https://github.com/atsign-foundation/at_libraries.git
ref: special_key_bug
path: packages/at_commons

dev_dependencies:
build_runner: ^2.3.3
Expand Down

0 comments on commit f7906e1

Please sign in to comment.