diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b3d0e9be..d1db743ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.2.16](https://github.com/ably/ably-flutter/tree/v1.2.16) + +[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.15...v1.2.16) + +**Implemented enhancements:** + +- Added new Auth methods: 'requestToken', 'authorize','createTokenRequest' [\#460](https://github.com/ably/ably-flutter/pull/460) + +**Fixed bugs:** + +- authHeaders type conversion on Android Plugin is incorrect [\#444](https://github.com/ably/ably-flutter/issues/444) +- iOS \_CastError exception [\#355](https://github.com/ably/ably-flutter/issues/355) + +**Closed issues:** + +- How to handle when user auth changes? [\#459](https://github +.com/ably/ably-flutter/issues/459) +- Expose `href` from `ErrorInfo` in bubbled exceptions [\#441](https://github.com/ably/ably-flutter/issues/441) +- java.util.HashMap cannot be cast to io.ably.lib.types.Param [\#439](https://github.com/ably/ably-flutter/issues/439) + ## [1.2.15](https://github.com/ably/ably-flutter/tree/v1.2.15) [Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.14...v1.2.15) diff --git a/README.md b/README.md index 3b849703f..142d38ac8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ In `pubspec.yaml` file: ```yaml dependencies: - ably_flutter: ^1.2.15 + ably_flutter: ^1.2.16 ``` ### Import the package diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 6be1b15e2..a1c50cc2a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.10): - AblyDeltaCodec (= 1.3.2) - msgpack (= 0.4.0) - - ably_flutter (1.2.15): + - ably_flutter (1.2.16): - Ably (= 1.2.10) - Flutter - AblyDeltaCodec (1.3.2) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 80be962e2e87bac69727a26ba72b868c8e86288e - ably_flutter: bba4fea46a2a3269fae98b67bd5c0c75cf3f0132 + ably_flutter: eadd9c176bff0c6eb2112fc23da8a522c8c124df AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 diff --git a/example/pubspec.lock b/example/pubspec.lock index 85c0fb13c..fb7149c8d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.2.15" + version: "1.2.16" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f81686e4a..db903a5fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ably_flutter description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support. -version: 1.2.15 +version: 1.2.16 repository: https://github.com/ably/ably-flutter environment: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index 0f4cc7397..32b8515bc 100644 --- a/test_integration/ios/Podfile.lock +++ b/test_integration/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.10): - AblyDeltaCodec (= 1.3.2) - msgpack (= 0.4.0) - - ably_flutter (1.2.15): + - ably_flutter (1.2.16): - Ably (= 1.2.10) - Flutter - AblyDeltaCodec (1.3.2) @@ -27,11 +27,11 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 80be962e2e87bac69727a26ba72b868c8e86288e - ably_flutter: bba4fea46a2a3269fae98b67bd5c0c75cf3f0132 + ably_flutter: eadd9c176bff0c6eb2112fc23da8a522c8c124df AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636 Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 msgpack: c85f6251873059738472ae136951cec5f30f3251 PODFILE CHECKSUM: f2c6cc511583caab2c65ac3f5766428391d93d34 -COCOAPODS: 1.11.3 +COCOAPODS: 1.12.1 diff --git a/test_integration/pubspec.lock b/test_integration/pubspec.lock index d75c0d7eb..c8ffc1931 100644 --- a/test_integration/pubspec.lock +++ b/test_integration/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "1.2.15" + version: "1.2.16" analyzer: dependency: transitive description: