Skip to content

Commit 6a93ac5

Browse files
authored
Merge pull request #591 from ably/release/1.2.43
Release/1.2.43
2 parents d64f09a + 7538199 commit 6a93ac5

File tree

9 files changed

+72
-166
lines changed

9 files changed

+72
-166
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.2.43](https://github.com/ably/ably-flutter/tree/v1.2.43)
4+
5+
[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.42...v1.2.43)
6+
7+
- Updated `ably-java` dependency to `1.6.0`
8+
39
## [1.2.42](https://github.com/ably/ably-flutter/tree/v1.2.42)
410

511
[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.41...v1.2.42)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Add the Ably Flutter package to your project by including it in your `pubspec.ya
5454

5555
```yaml
5656
dependencies:
57-
ably_flutter: ^1.2.42
57+
ably_flutter: ^1.2.43
5858
```
5959
6060
Once added to your dependencies, import it in your Dart code:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525

2626
dependencies {
2727
// https://github.com/ably/ably-java/
28-
implementation 'io.ably:ably-android:1.2.40'
28+
implementation 'io.ably:ably-android:1.6.0'
2929

3030
// https://firebase.google.com/docs/cloud-messaging/android/client
3131
implementation 'com.google.firebase:firebase-messaging:23.0.6'

example/ios/Podfile.lock

Lines changed: 5 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -2,93 +2,22 @@ PODS:
22
- Ably (1.2.53):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.42):
5+
- ably_flutter (1.2.43):
66
- Ably (= 1.2.53)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
99
- device_info_plus (0.0.1):
1010
- Flutter
11-
- Firebase/CoreOnly (10.25.0):
12-
- FirebaseCore (= 10.25.0)
13-
- Firebase/Messaging (10.25.0):
14-
- Firebase/CoreOnly
15-
- FirebaseMessaging (~> 10.25.0)
16-
- firebase_core (2.32.0):
17-
- Firebase/CoreOnly (= 10.25.0)
18-
- Flutter
19-
- firebase_messaging (14.7.10):
20-
- Firebase/Messaging (= 10.25.0)
21-
- firebase_core
22-
- Flutter
23-
- FirebaseCore (10.25.0):
24-
- FirebaseCoreInternal (~> 10.0)
25-
- GoogleUtilities/Environment (~> 7.12)
26-
- GoogleUtilities/Logger (~> 7.12)
27-
- FirebaseCoreInternal (10.29.0):
28-
- "GoogleUtilities/NSData+zlib (~> 7.8)"
29-
- FirebaseInstallations (10.29.0):
30-
- FirebaseCore (~> 10.0)
31-
- GoogleUtilities/Environment (~> 7.8)
32-
- GoogleUtilities/UserDefaults (~> 7.8)
33-
- PromisesObjC (~> 2.1)
34-
- FirebaseMessaging (10.25.0):
35-
- FirebaseCore (~> 10.0)
36-
- FirebaseInstallations (~> 10.0)
37-
- GoogleDataTransport (~> 9.3)
38-
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
39-
- GoogleUtilities/Environment (~> 7.8)
40-
- GoogleUtilities/Reachability (~> 7.8)
41-
- GoogleUtilities/UserDefaults (~> 7.8)
42-
- nanopb (< 2.30911.0, >= 2.30908.0)
4311
- Flutter (1.0.0)
4412
- flutter_local_notifications (0.0.1):
4513
- Flutter
4614
- fluttertoast (0.0.2):
4715
- Flutter
48-
- Toast
49-
- GoogleDataTransport (9.4.1):
50-
- GoogleUtilities/Environment (~> 7.7)
51-
- nanopb (< 2.30911.0, >= 2.30908.0)
52-
- PromisesObjC (< 3.0, >= 1.2)
53-
- GoogleUtilities/AppDelegateSwizzler (7.13.3):
54-
- GoogleUtilities/Environment
55-
- GoogleUtilities/Logger
56-
- GoogleUtilities/Network
57-
- GoogleUtilities/Privacy
58-
- GoogleUtilities/Environment (7.13.3):
59-
- GoogleUtilities/Privacy
60-
- PromisesObjC (< 3.0, >= 1.2)
61-
- GoogleUtilities/Logger (7.13.3):
62-
- GoogleUtilities/Environment
63-
- GoogleUtilities/Privacy
64-
- GoogleUtilities/Network (7.13.3):
65-
- GoogleUtilities/Logger
66-
- "GoogleUtilities/NSData+zlib"
67-
- GoogleUtilities/Privacy
68-
- GoogleUtilities/Reachability
69-
- "GoogleUtilities/NSData+zlib (7.13.3)":
70-
- GoogleUtilities/Privacy
71-
- GoogleUtilities/Privacy (7.13.3)
72-
- GoogleUtilities/Reachability (7.13.3):
73-
- GoogleUtilities/Logger
74-
- GoogleUtilities/Privacy
75-
- GoogleUtilities/UserDefaults (7.13.3):
76-
- GoogleUtilities/Logger
77-
- GoogleUtilities/Privacy
7816
- msgpack (0.4.0)
79-
- nanopb (2.30910.0):
80-
- nanopb/decode (= 2.30910.0)
81-
- nanopb/encode (= 2.30910.0)
82-
- nanopb/decode (2.30910.0)
83-
- nanopb/encode (2.30910.0)
84-
- PromisesObjC (2.4.0)
85-
- Toast (4.1.1)
8617

8718
DEPENDENCIES:
8819
- ably_flutter (from `.symlinks/plugins/ably_flutter/ios`)
8920
- device_info_plus (from `.symlinks/plugins/device_info_plus/ios`)
90-
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
91-
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
9221
- Flutter (from `Flutter`)
9322
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
9423
- fluttertoast (from `.symlinks/plugins/fluttertoast/ios`)
@@ -97,27 +26,13 @@ SPEC REPOS:
9726
trunk:
9827
- Ably
9928
- AblyDeltaCodec
100-
- Firebase
101-
- FirebaseCore
102-
- FirebaseCoreInternal
103-
- FirebaseInstallations
104-
- FirebaseMessaging
105-
- GoogleDataTransport
106-
- GoogleUtilities
10729
- msgpack
108-
- nanopb
109-
- PromisesObjC
110-
- Toast
11130

11231
EXTERNAL SOURCES:
11332
ably_flutter:
11433
:path: ".symlinks/plugins/ably_flutter/ios"
11534
device_info_plus:
11635
:path: ".symlinks/plugins/device_info_plus/ios"
117-
firebase_core:
118-
:path: ".symlinks/plugins/firebase_core/ios"
119-
firebase_messaging:
120-
:path: ".symlinks/plugins/firebase_messaging/ios"
12136
Flutter:
12237
:path: Flutter
12338
flutter_local_notifications:
@@ -127,25 +42,13 @@ EXTERNAL SOURCES:
12742

12843
SPEC CHECKSUMS:
12944
Ably: 1756d6590a572809c10fc4bcc32e05fe9e7867d7
130-
ably_flutter: 3d13c8b685c64ff14396341c84fa75874005726b
45+
ably_flutter: 004a547347b332d8e99148d6f8c76be67c9c1071
13146
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
132-
device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d
133-
Firebase: 0312a2352584f782ea56f66d91606891d4607f06
134-
firebase_core: a626d00494efa398e7c54f25f1454a64c8abf197
135-
firebase_messaging: 1541105e2a2a6ef8bd869bcc44157d31e82f3a50
136-
FirebaseCore: 7ec4d0484817f12c3373955bc87762d96842d483
137-
FirebaseCoreInternal: df84dd300b561c27d5571684f389bf60b0a5c934
138-
FirebaseInstallations: 913cf60d0400ebd5d6b63a28b290372ab44590dd
139-
FirebaseMessaging: 88950ba9485052891ebe26f6c43a52bb62248952
47+
device_info_plus: 71ffc6ab7634ade6267c7a93088ed7e4f74e5896
14048
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
141-
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
142-
fluttertoast: e9a18c7be5413da53898f660530c56f35edfba9c
143-
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
144-
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
49+
flutter_local_notifications: ad39620c743ea4c15127860f4b5641649a988100
50+
fluttertoast: 2c67e14dce98bbdb200df9e1acf610d7a6264ea1
14551
msgpack: c85f6251873059738472ae136951cec5f30f3251
146-
nanopb: 438bc412db1928dac798aa6fd75726007be04262
147-
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
148-
Toast: 1f5ea13423a1e6674c4abdac5be53587ae481c4e
14952

15053
PODFILE CHECKSUM: 5dac7b8eff57b86c98038531a0cc7562fb467acc
15154

example/pubspec.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
path: ".."
88
relative: true
99
source: path
10-
version: "1.2.42"
10+
version: "1.2.43"
1111
args:
1212
dependency: transitive
1313
description:
@@ -28,10 +28,10 @@ packages:
2828
dependency: transitive
2929
description:
3030
name: characters
31-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
31+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
3232
url: "https://pub.dev"
3333
source: hosted
34-
version: "1.3.0"
34+
version: "1.4.0"
3535
clock:
3636
dependency: transitive
3737
description:
@@ -44,10 +44,10 @@ packages:
4444
dependency: transitive
4545
description:
4646
name: collection
47-
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
47+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
4848
url: "https://pub.dev"
4949
source: hosted
50-
version: "1.19.0"
50+
version: "1.19.1"
5151
crypto:
5252
dependency: "direct main"
5353
description:
@@ -198,10 +198,10 @@ packages:
198198
dependency: transitive
199199
description:
200200
name: meta
201-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
201+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
202202
url: "https://pub.dev"
203203
source: hosted
204-
version: "1.15.0"
204+
version: "1.16.0"
205205
path:
206206
dependency: transitive
207207
description:
@@ -344,5 +344,5 @@ packages:
344344
source: hosted
345345
version: "6.5.0"
346346
sdks:
347-
dart: ">=3.5.0 <4.0.0"
347+
dart: ">=3.7.0-0 <4.0.0"
348348
flutter: ">=3.24.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ably_flutter
22
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
3-
version: 1.2.42
3+
version: 1.2.43
44
repository: https://github.com/ably/ably-flutter
55

66
environment:

test_integration/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Ably (1.2.53):
33
- AblyDeltaCodec (= 1.3.3)
44
- msgpack (= 0.4.0)
5-
- ably_flutter (1.2.42):
5+
- ably_flutter (1.2.43):
66
- Ably (= 1.2.53)
77
- Flutter
88
- AblyDeltaCodec (1.3.3)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727

2828
SPEC CHECKSUMS:
2929
Ably: 1756d6590a572809c10fc4bcc32e05fe9e7867d7
30-
ably_flutter: 3d13c8b685c64ff14396341c84fa75874005726b
30+
ably_flutter: 004a547347b332d8e99148d6f8c76be67c9c1071
3131
AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea
3232
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
3333
msgpack: c85f6251873059738472ae136951cec5f30f3251

0 commit comments

Comments
 (0)