- build[deps]: Upgraded the following package:
- at_commons to v5.0.0
- fix: Modify the Otp verb in at_server_spec so that it also returns true from requiresAuth (for consistency and clarity only, as the otp verb handler has its own check for authentication)
- fix: BREAKING: Change signature of AtConnection.write
from
void write(String data)
toFuture<void> write(String data)
- docs: updated CHANGELOG
- 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
- build(deps): upgraded at_commons to v4.0.0
- feat: Introduce AtRateLimiter to limit the requests based on the criteria defined
- fix: Modify InboundConnection to implement AtRateLimiter to limit requests
- fix: Rename TOTP to OTP
- feat: added keys verb
- experimental: added totp verb
- feat: added enroll verb
- chore: upgraded at_commons version
- feat: Added 'notifyFetch' verb
- feat: Added clientVersion to AtConnectionMetaData
- Added documentation for 'config' verb to support dynamic config change functionality
- Upgraded at_commons dependency version to 3.0.18
- Exported 'NotifyRemove' verbs in package export
- Updated 'info' verb documentation to cover new functionality
- Exported 'info' and 'noop' verbs in package export, redux
- Exported update_meta.dart and verb.dart in package export
- Upgraded version of at_commons to 3.0.7
- Exported 'info' and 'noop' verbs in package export
- Added 'info' and 'noop' verbs
- updated dart docs for verbs
- at_commons version change for AtKey validations.
- Sync pagination feature
- at_commons version change for last notification time in monitor
- dart doc changes for verbs
- at_commons version change for stream resume
- at_commons version change
- at_commons version change
- Null safety upgrade
- Initial version, created by Stagehand