Skip to content

Commit

Permalink
Merge pull request #323 from ably/release/1.2.12
Browse files Browse the repository at this point in the history
Release/1.2.12
  • Loading branch information
QuintinWillison authored Feb 8, 2022
2 parents ccc11db + b2fc192 commit c11cb29
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -45,7 +45,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 80be962e2e87bac69727a26ba72b868c8e86288e
ably_flutter: 493bc37cd74c0d5e5997b1ee00aace2fe0da00f5
ably_flutter: 58e77425513305575c53a703eed58fd0a41dae98
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -27,7 +27,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Ably: 80be962e2e87bac69727a26ba72b868c8e86288e
ably_flutter: 493bc37cd74c0d5e5997b1ee00aace2fe0da00f5
ably_flutter: 58e77425513305575c53a703eed58fd0a41dae98
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
msgpack: c85f6251873059738472ae136951cec5f30f3251
Expand Down

0 comments on commit c11cb29

Please sign in to comment.