From 2da0f7ad8fa69d9a69bbba345a0763e2d4285de8 Mon Sep 17 00:00:00 2001 From: evgeny Date: Mon, 5 Aug 2024 20:19:07 +0100 Subject: [PATCH 1/3] chore: bump ably-flutter to 1.2.35 --- README.md | 2 +- example/ios/Podfile.lock | 4 ++-- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- test_integration/ios/Podfile.lock | 4 ++-- test_integration/pubspec.lock | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 20fd9ba4c..aff6efeb8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ In `pubspec.yaml` file: ```yaml dependencies: - ably_flutter: ^1.2.34 + ably_flutter: ^1.2.35 ``` ### Import the package diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 567efd85e..334c53996 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.33): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.34): + - ably_flutter (1.2.35): - Ably (= 1.2.33) - Flutter - AblyDeltaCodec (1.3.3) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae - ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23 + ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea device_info_plus: 97af1d7e84681a90d0693e63169a5d50e0839a0d Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5727c98fc..3a08ca01d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.2.34" + version: "1.2.35" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4e0de5a3a..39c0dc00b 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.34 +version: 1.2.35 repository: https://github.com/ably/ably-flutter environment: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index 190c1deab..f4e3b526b 100644 --- a/test_integration/ios/Podfile.lock +++ b/test_integration/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.33): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.34): + - ably_flutter (1.2.35): - Ably (= 1.2.33) - Flutter - AblyDeltaCodec (1.3.3) @@ -27,7 +27,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: 1d78e5dec56db6d2cf91b10d14fea796ce591bae - ably_flutter: e4b2f440e48855dbbd94856f27fa73dc53f17e23 + ably_flutter: 680c3b61ba1a7ca3b9075abe62075e08c572c191 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 msgpack: c85f6251873059738472ae136951cec5f30f3251 diff --git a/test_integration/pubspec.lock b/test_integration/pubspec.lock index bbaaed5a7..72d56f374 100644 --- a/test_integration/pubspec.lock +++ b/test_integration/pubspec.lock @@ -15,7 +15,7 @@ packages: path: ".." relative: true source: path - version: "1.2.34" + version: "1.2.35" analyzer: dependency: transitive description: From a56aaf1e081c074362a7f11ce3ba4803b656cfa9 Mon Sep 17 00:00:00 2001 From: evgeny Date: Mon, 5 Aug 2024 20:23:46 +0100 Subject: [PATCH 2/3] docs: update `CHANGELOG` for 1.2.35 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c037c2464..886db48c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.35](https://github.com/ably/ably-flutter/tree/v1.2.35) + +[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.34...v1.2.35) + +**Fixed bugs:** + +- Not compiling on fresh new Android project [\#550](https://github.com/ably/ably-flutter/issues/550) +- Error inside Realtime client subscription after hot restart [\#531](https://github.com/ably/ably-flutter/issues/531) + ## [1.2.34](https://github.com/ably/ably-flutter/tree/v1.2.34) [Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.33...v1.2.34) From 78afc02e1ad05518b87d803cda04971d59cea0db Mon Sep 17 00:00:00 2001 From: evgeny Date: Wed, 9 Oct 2024 12:31:03 +0100 Subject: [PATCH 3/3] chore: update emulator run for iOS --- .github/workflows/flutter_integration.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/flutter_integration.yaml b/.github/workflows/flutter_integration.yaml index 94ae3840a..b131162a1 100644 --- a/.github/workflows/flutter_integration.yaml +++ b/.github/workflows/flutter_integration.yaml @@ -14,14 +14,12 @@ jobs: fail-fast: false runs-on: macos-latest steps: - - name: 'List Simulators' - run: 'xcrun simctl list devices' - - - name: 'Start Simulator' - run: xcrun simctl boot "${{ matrix.device }}" - - uses: actions/checkout@v4 + - uses: futureware-tech/simulator-action@v3 + with: + model: ${{ matrix.device }} + - uses: subosito/flutter-action@v2 with: flutter-version: '3.24' @@ -35,7 +33,7 @@ jobs: timeout-minutes: 30 run: | flutter pub get - cd test_integration && ./run_integration_tests.sh + cd test_integration && flutter drive android: runs-on: ubuntu-latest @@ -72,4 +70,4 @@ jobs: disable-animations: true script: | flutter pub get - cd test_integration && ./run_integration_tests.sh + cd test_integration && flutter drive