Releases: atsign-foundation/at_server
Releases · atsign-foundation/at_server
Canary release c3.0.18a
What's Changed
- Bump docker/setup-buildx-action from 1.6.0 to 1.7.0 by @dependabot in #661
- Cpswan dependabot combined by @cpswan in #672
- Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 by @dependabot in #668
- Bump docker/build-push-action from 2.10.0 to 3.0.0 by @dependabot in #669
- Bump docker/login-action from 1.14.1 to 2.0.0 by @dependabot in #670
- Bump docker/setup-qemu-action from 1.2.0 to 2.0.0 by @dependabot in #671
- Bump codecov/codecov-action from 2.1.0 to 3.0.0 by @dependabot in #628
- Bump codecov/codecov-action from 3.0.0 to 3.1.0 by @dependabot in #673
- Fix compaction when null commitId by @gkc in #674
- cicd1/2 scripts used by at_server.yaml by @cpswan in #675
- Add dart before pub run by @cpswan in #680
- Bump debian from stable-20220418-slim to stable-20220509-slim in /at_virtual_environment/ve_base by @dependabot in #678
- Fix flaking cached_key_test.dart by @gkc in #681
- Straight through notify by @gkc in #664
- New certificates generated by @cpswan in #687
- Upgrade Dockerfiles to use dart:2.17.0 by @cpswan in #693
- Bump dart from 2.16.2 to 2.17.0 in /at_secondary by @dependabot in #682
- Bump dart from 2.16.2 to 2.17.0 in /at_root/at_root_server by @dependabot in #683
- Bump dart from 2.16.2 to 2.17.0 in /at_virtual_environment/ve by @dependabot in #684
- Bump dart from 2.16.2 to 2.17.0 in /at_virtual_environment/ve_base by @dependabot in #685
- docs - New logo and README tweaks by @cpswan in #694
- Remove dependency override, see PR #664 by @gkc in #695
- Bypass cache by @murali-shris in #696
- Revert from dart 2.17.0 to dart 2.16.2 by @gkc in #698
- Update logo by @cpswan in #704
- No-op change to trigger build run by @gkc in #705
- Fix HandshakeException handling by @gkc in #707
Full Changelog: c3.0.15c...c3.0.18a
v3.0.15
What's Changed
- Bump actions/download-artifact from 2 to 3 by @dependabot in #627
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #626
- Fixes #621 by @gkc in #632
- Updated documentation on 'info' verb. by @gkc in #634
- update at_persistence_secondary_server dependencies by @gkc in #635
- Info verb now supports info:brief usage by @gkc in #636
- add notify delete verb by @kalluriramkumar in #611
- upgrade dependencies by @kalluriramkumar in #637
- New certificates generated by @cpswan in #641
- Bump debian from stable-20220328-slim to stable-20220418-slim in /at_virtual_environment/ve_base by @dependabot in #648
- Remove last accessed check in stats_notification_service.dart by @kalluriramkumar in #649
- Meta data cache by @srieteja in #640
- Update CHANGELOG.md and removed print statements in persistence layer by @srieteja in #654
- Update pubspec.yaml by @srieteja in #657
- Fixed PR description and added Google ACME by @cpswan in #655
- update pubspec by @murali-shris in #659
- upgrade at lookup version by @murali-shris in #660
Full Changelog: v3.0.14...v3.0.15
Canary release c3.0.15c
What's Changed
- Meta data cache by @srieteja in #640
- Update CHANGELOG.md and removed print statements in persistence layer by @srieteja in #654
- Update pubspec.yaml by @srieteja in #657
- Fixed PR description and added Google ACME by @cpswan in #655
- update pubspec by @murali-shris in #659
- upgrade at lookup version by @murali-shris in #660
Full Changelog: c3.0.15b...c3.0.15c
Canary release c3.0.15b
What's Changed
- add notify delete verb by @kalluriramkumar in #611
- upgrade dependencies by @kalluriramkumar in #637
- New certificates generated by @cpswan in #641
- Bump debian from stable-20220328-slim to stable-20220418-slim in /at_virtual_environment/ve_base by @dependabot in #648
- Remove last accessed check in stats_notification_service.dart by @kalluriramkumar in #649
Full Changelog: c3.0.15a...c3.0.15b
Canary release c3.0.15a
What's Changed
- Fix for edge case where some notifications could be lost until server restart by @gkc in #632
- Info verb now supports info:brief usage by @gkc in #636
- Updated documentation on 'info' verb. by @gkc in #634
- update at_persistence_secondary_server dependencies by @gkc in #635
- Bump actions/download-artifact from 2 to 3 by @dependabot in #627
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #626
Full Changelog: c3.0.14c...c3.0.15a
Release v3.0.14
What's Changed
- Logging improvements and fixes by @cpswan in #593
- Better inbound connection management by @gkc in #583
- Listen for SIGKILL and SIGINT for graceful server shutdown by @gkc in #595
- Tweaked a timeout by @gkc in #598
- Prevent concurrent list modification issue in InboundConnectionPool by @gkc in #597
- Make it so that clearInvalidConnections never throws an exception by @gkc in #599
- ACME script - refine backoff/retry and its logging by @cpswan in #594
- shared key and public key checksum support for notify by @murali-shris in #596
- Bump dart from 2.16.1 to 2.16.2 in /at_root/at_root_server by @dependabot in #605
- Refactor certificate actions by @cpswan in #601
- Bump dart from 2.16.1 to 2.16.2 in /at_secondary by @dependabot in #602
- Bump dart from 2.16.1 to 2.16.2 in /at_virtual_environment/ve_base by @dependabot in #603
- Bump dart from 2.16.1 to 2.16.2 in /at_virtual_environment/ve by @dependabot in #604
- Notifications to have same id across by @kalluriramkumar in #609
- Bump debian from stable-20220316-slim to stable-20220328-slim in /at_virtual_environment/ve_base by @dependabot in #607
- Fix failover to ZeroSSL issue by @kumarnarendra701 in #613
- Remove singleton nature of DummyInboundConnection by @kalluriramkumar in #616
- Update hive version by @murali-shris in #614
- updated tests to take a new value for each run by @purnimavenkatasubbu in #612
- Upgrade dependencies by @kalluriramkumar in #619
- Upgrade dependencies by @kalluriramkumar in #620
- update persistence version by @murali-shris in #618
- Fix verison typo. by @kalluriramkumar in #623
New Contributors
- @kumarnarendra701 made their first contribution in #613
Full Changelog: v3.0.13...v3.0.14
Canary release c3.0.14c
Canary Release 3.0.14b
What's Changed
- Upgrade dependencies by @kalluriramkumar in #619
- Upgrade dependencies by @kalluriramkumar in #620
- update persistence version by @murali-shris in #618
Full Changelog: c3.0.14a...c3.0.14b
Canary Release 3.0.14a
What's Changed
- Bump dart from 2.16.1 to 2.16.2 in /at_root/at_root_server by @dependabot in #605
- Refactor certificate actions by @cpswan in #601
- Bump dart from 2.16.1 to 2.16.2 in /at_secondary by @dependabot in #602
- Bump dart from 2.16.1 to 2.16.2 in /at_virtual_environment/ve_base by @dependabot in #603
- Bump dart from 2.16.1 to 2.16.2 in /at_virtual_environment/ve by @dependabot in #604
- Notifications to have same id across by @kalluriramkumar in #609
- Bump debian from stable-20220316-slim to stable-20220328-slim in /at_virtual_environment/ve_base by @dependabot in #607
- Fix failover to ZeroSSL issue by @kumarnarendra701 in #613
- Remove singleton nature of DummyInboundConnection by @kalluriramkumar in #616
- Update hive version by @murali-shris in #614
- updated tests to take a new value for each run by @purnimavenkatasubbu in #612
New Contributors
- @kumarnarendra701 made their first contribution in #613
Full Changelog: c3.0.14...c3.0.14a
Canary Release 3.0.14
What's Changed
- Logging improvements and fixes by @cpswan in #593
- Better inbound connection management by @gkc in #583
- Listen for SIGKILL and SIGINT for graceful server shutdown by @gkc in #595
- Tweaked a timeout by @gkc in #598
- Prevent concurrent list modification issue in InboundConnectionPool by @gkc in #597
- Make it so that clearInvalidConnections never throws an exception by @gkc in #599
- ACME script - refine backoff/retry and its logging by @cpswan in #594
- shared key and public key checksum support for notify by @murali-shris in #596
Full Changelog: v3.0.13...c3.0.14