Skip to content

Commit

Permalink
Merge pull request #464 from ably/release/1.2.16
Browse files Browse the repository at this point in the history
Release/1.2.16
  • Loading branch information
ikbalkaya authored Apr 28, 2023
2 parents ff9e0a5 + 5a0c17c commit 7fb1b9d
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.15
ably_flutter: ^1.2.16
```
### Import the package
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.15):
- ably_flutter (1.2.16):
- 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: bba4fea46a2a3269fae98b67bd5c0c75cf3f0132
ably_flutter: eadd9c176bff0c6eb2112fc23da8a522c8c124df
AblyDeltaCodec: 783d017270de70bbbc0a84e4235297b225d33636
device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.15"
version: "1.2.16"
args:
dependency: transitive
description:
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.15
version: 1.2.16
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
6 changes: 3 additions & 3 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.15):
- ably_flutter (1.2.16):
- Ably (= 1.2.10)
- Flutter
- AblyDeltaCodec (1.3.2)
Expand All @@ -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
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.15"
version: "1.2.16"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 7fb1b9d

Please sign in to comment.