docs: update release notes to explain required upgrade. (#1926)

This commit is contained in:
Eric Seidel
2024-04-17 13:25:54 -07:00
committed by GitHub
parent da4217e1cc
commit c99ed4e3e3
+8 -1
View File
@@ -8,7 +8,7 @@ This section contains past updates we've sent to customers via Discord.
- 🩹 Fix potentially incorrect behavior in optimized try/catch on iOS patches
- 🥞 Fix potential crashes when using dwarf stack traces on iOS patches
- 🖇️ Fix potential errors on iOS patches due to link table alignment bug in the snapshot
- 🔐 Ensure all release artifacts are built using the same Flutter revision
- 💥 Fix issue where patching a release with multiple platforms built with different flutter versions would crash.
- 🪵 Improve logs to only include stack traces when using `--verbose`
- 🔍 Fix issue where `shorebird init` would not find a `pubspec.yaml` due to malformed values
- ❅ Fix flaky failures when encoding archives (observed in `shorebird preview` on Windows)
@@ -17,6 +17,13 @@ This section contains past updates we've sent to customers via Discord.
- 🚉 Support `--target-platforms` on android release and patch commands
- 🍧 Fix `shorebird release android` with camelCase flavor names
This is a required upgrade due to the issue present in all previous `shorebird`
versions where it was possible to create invalid (crashing) patches if the same
release number was used for multiple platforms but built with different Flutter
versions.
Please upgrade using `shorebird upgrade`.
️ [Shorebird Status](https://docs.shorebird.dev/status) tracks any known issues.
## 1.0.0 (April 8, 2024)