-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1787 from atsign-foundation/gkc/bump-at-server-sp…
…ec-version build: update at_server_spec dependency to 4.0.1
- Loading branch information
Showing
4 changed files
with
72 additions
and
13 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
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
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,54 +1,120 @@ | ||
## 4.0.1 | ||
|
||
- docs: updated CHANGELOG | ||
|
||
## 4.0.0 | ||
|
||
- feat: at_server_spec: BREAKING: make AtConnection generic (i.e. not | ||
socket-specific) This is in order to enable reuse of the atServer's | ||
InboundConnectionManager class and InboundConnection interface for WebSocket | ||
connections as well as Socket connections | ||
- feat: at_server_spec: BREAKING: rename AtConnection's getSocket() | ||
method to a getter called underlying and have it return the generic type for | ||
more idiomatic Dart code | ||
- feat: at_server_spec: BREAKING: rename AtConnection's getMetaData() | ||
method to a getter called metaData for more idiomatic Dart code | ||
- build: at_server_spec: upgrade dependencies | ||
|
||
## 3.0.16 | ||
- build[deps]- upgraded at_commons to v4.0.0 | ||
|
||
- build(deps): upgraded at_commons to v4.0.0 | ||
|
||
## 3.0.15 | ||
- feat: Introduce AtRateLimiter to limit the requests based on the criteria defined | ||
|
||
- feat: Introduce AtRateLimiter to limit the requests based on the criteria | ||
defined | ||
- fix: Modify InboundConnection to implement AtRateLimiter to limit requests | ||
|
||
## 3.0.14 | ||
|
||
- fix: Rename TOTP to OTP | ||
|
||
## 3.0.13 | ||
|
||
- feat: added keys verb | ||
- experimental: added totp verb | ||
|
||
## 3.0.12 | ||
|
||
- feat: added enroll verb | ||
- chore: upgraded at_commons version | ||
|
||
## 3.0.11 | ||
|
||
- feat: Added 'notifyFetch' verb | ||
|
||
## 3.0.10 | ||
|
||
- feat: Added clientVersion to AtConnectionMetaData | ||
|
||
## 3.0.9 | ||
- Added documentation for 'config' verb to support dynamic config change functionality | ||
|
||
- Added documentation for 'config' verb to support dynamic config change | ||
functionality | ||
- Upgraded at_commons dependency version to 3.0.18 | ||
|
||
## 3.0.8 | ||
|
||
- Exported 'NotifyRemove' verbs in package export | ||
|
||
## 3.0.7 | ||
|
||
- Updated 'info' verb documentation to cover new functionality | ||
|
||
## 3.0.6 | ||
|
||
- Exported 'info' and 'noop' verbs in package export, redux | ||
|
||
## 3.0.5 | ||
|
||
- Exported update_meta.dart and verb.dart in package export | ||
- Upgraded version of at_commons to 3.0.7 | ||
|
||
## 3.0.4 | ||
|
||
- Exported 'info' and 'noop' verbs in package export | ||
|
||
## 3.0.3 | ||
|
||
- Added 'info' and 'noop' verbs | ||
|
||
## 3.0.2 | ||
|
||
- updated dart docs for verbs | ||
|
||
## 3.0.1 | ||
|
||
- at_commons version change for AtKey validations. | ||
|
||
## 3.0.0 | ||
|
||
- Sync pagination feature | ||
|
||
## 2.0.5 | ||
|
||
- at_commons version change for last notification time in monitor | ||
|
||
## 2.0.4 | ||
|
||
- dart doc changes for verbs | ||
|
||
## 2.0.3 | ||
|
||
- at_commons version change for stream resume | ||
|
||
## 2.0.2 | ||
|
||
- at_commons version change | ||
|
||
## 2.0.1 | ||
|
||
- at_commons version change | ||
|
||
## 2.0.0 | ||
|
||
- Null safety upgrade | ||
|
||
## 1.0.0 | ||
|
||
- Initial version, created by Stagehand | ||
|
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