Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update release notes for 0.26.0 #1736

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@

This section contains past updates we've sent to customers via Discord.

## 0.25.3 (February 9, 2024)
## 0.26.0 (February 15, 2024)

💥 Fixes our last known crasher on iOS.
https://github.com/shorebirdtech/shorebird/issues/1698
🆕 Updated to Flutter 3.19.0.
🗑 Deprecated `flutter versions use` in favor of `shorebird release --flutter-version`.
💥 Fixed a crash on iOS involving package:dio.

This one was a doozy. We had a crasher on iOS caused by a subtle bug in
upstream Dart that was triggered by `package:dio`, but only when handling json
blobs larger than 50kb. It took us a long time to find a reproduction, but once
we did, was a very easy fix. Thanks to all who helped us track this down!
The iOS crasher was caused by a subtle bug in the upstream Dart dill compiler,
triggered by code in `package:dio`, which only executed when parsing json blobs
larger than 50kb. The full fix required changes to upstream Dart which is why
we waited until Flutter 3.19.0 to release this fix.

We're now returning our focus to finishing 1.0 which we hope to release in
another week or two. We believe this release to be stable and safe to use
on iOS and Android. Please let us know if you encounter any issues!
We're now returning our focus to finishing 1.0. We believe this release to be
stable and safe to use on iOS and Android. Please let us know if you encounter
any issues!

📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.25.3
📚 Release notes can be found at https://github.com/shorebirdtech/shorebird/releases/tag/v0.26.0

## 0.25.2 (February 7, 2024)

Expand Down
2 changes: 1 addition & 1 deletion packages/shorebird_cli/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/shorebird_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: shorebird_cli
description: Command-line tool to interact with Shorebird's services.
version: 0.25.3
version: 0.26.0
repository: https://github.com/shorebirdtech/shorebird

publish_to: none
Expand Down
Loading