diff --git a/.gitignore b/.gitignore index 849747ee8..01067d059 100644 --- a/.gitignore +++ b/.gitignore @@ -18,10 +18,6 @@ doc/ .settings .factorypath -# And VS Code will create this folder if you tell it to -.vscode -!.vscode/launch.json - **/.idea/dictionaries/ **/.idea/workspace.xml **/.idea/tasks.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e498e45..ccce68360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog + +## [1.2.12](https://github.com/ably/ably-flutter/tree/v1.2.12) + +[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.11...v1.2.12) + +**Fixed bugs:** + +- Android: `IllegalStateException` in `Crypto` `CBCCipher`'s `decrypt` method [\#314](https://github.com/ably/ably-flutter/issues/314), fixed by updating to `ably-android` version 1.2.11 [\#319](https://github.com/ably/ably-flutter/pull/319) ([QuintinWillison](https://github.com/QuintinWillison)) +- Android: `java.lang.ArrayIndexOutOfBoundsException` thrown by `AblyInstanceStore`'s `setPaginatedResult` method [\#308](https://github.com/ably/ably-flutter/issues/308), fixed in [\#321](https://github.com/ably/ably-flutter/pull/321) ([QuintinWillison](https://github.com/QuintinWillison)) +- `ChannelStateChange` property `resumed` should not be nullable [\#297](https://github.com/ably/ably-flutter/issues/297), fixed in [\#313](https://github.com/ably/ably-flutter/pull/313) ([ikurek](https://github.com/ikurek)) +- Deprecated Android embedding version [\#311](https://github.com/ably/ably-flutter/issues/311), fixed in [\#312](https://github.com/ably/ably-flutter/pull/312) ([ikurek](https://github.com/ikurek)) + +**Merged pull requests:** + +- Readme enchancements for example app [\#309](https://github.com/ably/ably-flutter/pull/309) ([ikurek](https://github.com/ikurek)) + ## [1.2.11](https://github.com/ably/ably-flutter/tree/v1.2.11) [Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.10...v1.2.11) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 242028d11..b84a39192 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.11): + - ably_flutter (1.2.12): - Ably (= 1.2.10) - Flutter - AblyDeltaCodec (1.3.2) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 80be962e2e87bac69727a26ba72b868c8e86288e - ably_flutter: 493bc37cd74c0d5e5997b1ee00aace2fe0da00f5 + ably_flutter: 58e77425513305575c53a703eed58fd0a41dae98 AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636 device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a diff --git a/pubspec.yaml b/pubspec.yaml index c9cf6d071..fe42b09e1 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.11 +version: 1.2.12 repository: https://github.com/ably/ably-flutter environment: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index b827d416a..8bbc96678 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.11): + - ably_flutter (1.2.12): - Ably (= 1.2.10) - Flutter - AblyDeltaCodec (1.3.2) @@ -27,7 +27,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 80be962e2e87bac69727a26ba72b868c8e86288e - ably_flutter: 493bc37cd74c0d5e5997b1ee00aace2fe0da00f5 + ably_flutter: 58e77425513305575c53a703eed58fd0a41dae98 AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636 Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a msgpack: c85f6251873059738472ae136951cec5f30f3251