-
Notifications
You must be signed in to change notification settings - Fork 217
Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v1.6.108
- 🐦 Flutter 3.44.2 / Dart 3.12.2 support
- Swift Package Manager: fix remote package dependencies sometimes failing
to download when building iOS or macOS apps, and silence spurious SwiftPM
warnings on non-Apple builds. - Android: fix system bars unexpectedly staying invisible when switching to
edge-to-edge mode. - The
fluttertool now exits gracefully instead of crashing when the
widget-preview DTD connection is lost or fails at startup.
- Swift Package Manager: fix remote package dependencies sometimes failing
Assets 2
2 people reacted
v1.6.107
- 🐛 Fix arm64 FFI callback crashers affecting async and isolate-group-bound callbacks (follow-up to the 1.6.105 FFI fixes).
- 🐛 Android: read
libapp.sofrom the.aabinstead of the Gradle strip task output. - 🐛 Fix a potential
gen_snapshotcrash.
Assets 2
1 person reacted
v1.6.106
- 🐦 Flutter 3.44.1 / Dart 3.12.1 support
- The
fluttertool now prints a descriptive error instead of crashing when the analysis server exits unexpectedly, or when it fails to connect to a Chrome instance on Windows. - Dart 3.12.1: ignore socket deletion errors on shutdown; preserve ThreadLocal values when a VM thread is reclaimed.
- The
Assets 2
1 person reacted
v1.6.105
- 🐛 Fix FFI crashers on iOS and Android.
Assets 2
5 people reacted
v1.6.104
- 🐛 Fix FFI-related crashers.
Assets 2
v1.6.103
- 🐛 Fix iOS release/patch crashers.
- 🐛 Android: handle missing-arch
libapp.sogracefully. - 🔧 Surface
flutter precachefailures.
Assets 2
3 people reacted
v1.6.102
What's Changed
- 🐛 macOS: fix
shorebird release --platforms macosfailing with "could not find an analyze_snapshot binary whose --sdk_version matches gen_snapshot" by @bdero. DD activation is skipped on macOS for now — patches will compute DD on the fly when applied (pre-1.6.99 behavior). iOS / Android / Linux / Windows are unaffected.
Full Changelog: v1.6.101...v1.6.102
Assets 2
3 people reacted
v1.6.101
What's Changed
- 🐦 Flutter 3.44.0 / Dart 3.12.0 support @bdero
- Android
libapp.sostrip handover: AGP now strips and emitslibapp.so.symfor Play Console crash symbolication. Removepackaging.jniLibs.keepDebugSymbols.add("**/libapp.so")fromandroid/app/build.gradle(.kts)if present (shorebird doctorwarns about it).
- Android
- 🔧 Updater (rolled into Flutter 3.44 engine): mmap
libapp.soout of the APK instead of buffering in RAM (Android memory win), plus enhanced patch-apply diagnostic events. - feat(shorebird_cli): prepare for Flutter 3.44 libapp.so strip handover by @bdero in #3758
Full Changelog: v1.6.100...v1.6.101
Assets 2
1 person reacted
v1.6.100
What's Changed
- 🐦 Flutter 3.41.9 engine refresh: fix for exception-related crashes @bdero
- 💥 BREAKING:
shorebird login:cinow hard-errors. Use API keys instead. by @eseidel in #3775 - feat(shorebird_code_push_protocol): add release analysis API surface by @mac-shorebird in #3744
Full Changelog: v1.6.99...v1.6.100
Assets 2
1 person reacted
v1.6.99
What's Changed
- 🐦 Flutter 3.41.9 engine refresh (rolled-in updater + dart-sdk) @bdero
- Contains the blast radius of unlinking caused by small code changes
- Updater: enhanced logging and diagnostics for patch-apply errors
- feat: add DD table files to supplement file handling by @bdero in #3671
- feat(cli): add App.dd_resolution.tsv to supplement file handling by @bdero in #3764
- feat(shorebird_cli): add account apps subcommand by @nickshorebird in #3743
- fix(shorebird_cli): isInteractive falls back to stdioType for unsized PTYs by @lukemmtt in #3766
- revert: forward --flavor to flutter build aar and ios-framework (#3748) by @eseidel in #3754
New Contributors
Full Changelog: v1.6.98...v1.6.99