Skip to content

Commit

Permalink
## [1.0.0] - 2023/05/31
Browse files Browse the repository at this point in the history
* Requires Dart 3.0 or later
* Updated to `aws_request` ^1.0.0
* Updated to `http` ^1.0.0
  • Loading branch information
Zsmerritt committed May 31, 2023
1 parent 5bb7d89 commit f5ea855
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.0] - 2023/05/31

* Requires Dart 3.0 or later
* Updated to `aws_request` ^1.0.0
* Updated to `http` ^1.0.0

## [0.6.0] - 2023/05/31

* Updated to aws_request 0.5.0 to support `intl` 0.18.0+
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ packages:
dependency: "direct main"
description:
name: aws_request
sha256: "0f396eae706a8997a9d886f8241fe4afc670430f64b50c2752d6211c0e260ea6"
sha256: "5cd82d75bb85dafa8234175932e7ce4d0745ea35c05d37f3fdb270102c839092"
url: "https://pub.dev"
source: hosted
version: "0.5.0"
version: "1.0.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -117,10 +117,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "4c3f04bfb64d3efd508d06b41b825542f08122d30bda4933fb95c069d22a4fa3"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.0.0"
http_multi_server:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: aws_cloudwatch
description: An easy, lightweight, turnkey solution for logging with AWS CloudWatch
version: 0.6.0
version: 1.0.0
homepage: https://github.com/Zsmerritt/Flutter_AWS_CloudWatch

environment:
sdk: '>=2.12.0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'

dependencies:
aws_request: ^0.5.0 # Make request to AWS
aws_request: ^1.0.0 # Make request to AWS
synchronized: ^3.0.0 # Synchronize requests to ensure valid keys
http: ^0.13.0 # Http package for parsing AWS responses correctly on Multiple Platforms
http: ^1.0.0 # Http package for parsing AWS responses correctly on Multiple Platforms
crypto: ^3.0.0 # Message hashes used to collate split messages

dev_dependencies:
Expand Down

0 comments on commit f5ea855

Please sign in to comment.