Skip to content

Commit 364b7a2

Browse files
chore: prepare for release 3.4.3-easyjet
Client-specific pre-release for EasyJet to address iOS crash issues. Changes: - Update version to 3.4.3-easyjet (pre-release identifier) - Add CHANGELOG entry documenting the fix - Update all version files (pubspec.yaml, package_info.dart, README.md) This release uses swift-sdk branch fix/upgrade-nwpathmonitor-ios17-requirement which upgrades NWPathMonitor to iOS 17.0 with fail-safe initialization guards. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 21c5a14 commit 364b7a2

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Optimizely Flutter SDK Changelog
22

3+
## 3.4.3-easyjet
4+
April 20, 2026
5+
6+
**Note:** This is a client-specific pre-release version for EasyJet.
7+
8+
### Bug Fixes
9+
* Upgrade NWPathMonitor iOS requirement to iOS 17.0 to address rare crash on older iOS versions
10+
* Add fail-safe initialization guards in NetworkReachability to prevent null pointer crashes
11+
* Use custom swift-sdk branch with defensive NWPathMonitor handling
12+
13+
**Dependencies:**
14+
* OptimizelySwiftSDK: git branch `fix/upgrade-nwpathmonitor-ios17-requirement`
15+
316
## 3.4.2
417
March 25, 2026
518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Other Flutter platforms are not currently supported by this SDK.
3030
To add the flutter-sdk to your project dependencies, include the following in your app's pubspec.yaml:
3131

3232
```
33-
optimizely_flutter_sdk: ^3.4.2
33+
optimizely_flutter_sdk: ^3.4.3-easyjet
3434
```
3535

3636
Then run

lib/package_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
class PackageInfo {
55
static const String name = 'optimizely_flutter_sdk';
6-
static const String version = '3.4.2';
6+
static const String version = '3.4.3-easyjet';
77
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: optimizely_flutter_sdk
22
description: This repository houses the Flutter SDK for use with Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts.
3-
version: 3.4.2
3+
version: 3.4.3-easyjet
44
homepage: https://github.com/optimizely/optimizely-flutter-sdk
55

66
environment:

0 commit comments

Comments
 (0)