Releases: Zsmerritt/Flutter_AWS_CloudWatch
Releases · Zsmerritt/Flutter_AWS_CloudWatch
1.0.1
- Updated to
aws_request
^1.0.1
1.0.0
- Requires Dart 3.0 or later
- Updated to
aws_request
^1.0.0
- Updated to
http
^1.0.0
0.6.0
- Updated to aws_request 0.5.0 to support
intl
0.18.0+
- Fixed tests broken by dart update
- Removed deprecated analysis options
0.5.7+2
[0.5.7+2] - 2023/02/09
- Formatted project to comply with new dart formatting rules
- Minor housekeeping to fix running tests & lint deprecations
0.5.6
[0.5.6+1] - 2022/09/20
[0.5.6] - 2022/09/20
- Added timestamped message hash and message number to split messages
0.5.5
[0.5.5] - 2022/05/13
- Added response status code to CloudWatchException
0.5.4
[0.5.4] - 2022/03/24
- Added explicit types to constructor arguments that were missing them
- Added dynamically adjust timeouts
- Reduced repeated CloudwatchException Timeout errors
- Updated README with details about new features
- Added unit tests
0.5.3
[0.5.3] - 2022/02/06
- Reduced repeated failed lookup printout
- Added unit tests
- Fixed 2.10 analyzer errors
0.5.2
[0.5.2] - 2022/01/25
- Fixed issue where message bytes exceeded max in rare cases with many small messages
- Added optional arguments
maxBytesPerMessage
Changes how large each message can be before [largeMessageBehavior] takes effect. Min 5, Max 262116
maxBytesPerRequest
Changes how many bytes can be sent in each API request before a second request is made.
maxMessagesPerRequest
Changes the maximum number of messages that can be sent in each API request
- Added special case for timeout exception with detail message & steps forward
- Updated README with info on new optional arguments
- Added special case for
InvalidParameterException
along with instructions for reporting them
Full Changelog: 0.5.1...0.5.2
0.5.1
[0.5.1] - 2022/01/20
- Updated aws_request version