Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v0.17.3
What's Changed
- fix(shorebird_cli): don't run
flutter pub get
after build if flutter is not installed by @bryanoltman in #1447 - fix(shorebird_cli): fix failing test by @bryanoltman in #1461
- feat(code_push_client): use multipart file upload for artifacts by @felangel in #1464
- chore(shorebird_cli): v0.17.3 by @felangel in #1468
Full Changelog: v0.17.2...v0.17.3
v0.17.2
What's Changed
- chore: remove extra space in workflow yaml files by @bryanoltman in #1438
- fix(shorebird_cli): doctor should ignore non-main AndroidManifest.xml files by @bryanoltman in #1439
- feat(shorebird_cli): add export-method option to release ios command by @bryanoltman in #1446
- fix(shorebird_cli): fix preview platform selection by @bryanoltman in #1451
- chore(shorebird_cli): create 0.17.2 release by @bryanoltman in #1452
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
- chore: Update for 0.17.0 release by @eseidel in #1419
- feat(shorebird_cli): turn up the verbosity of -v by @bryanoltman in #1420
- fix(shorebird_cli): print error message if user attempts to preview iOS on linux or windows by @bryanoltman in #1424
- chore(shorebird_cli): v0.17.1 by @felangel in #1435
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- chore(shorebird_cli): delete collaborators functionality by @bryanoltman in #1410
- chore(shorebird_code_push_protocol): remove Collaborator model by @bryanoltman in #1411
- chore(shorebird_cli): update patch diff warning wording by @bryanoltman in #1413
- feat(code_push_protocol): add tosAcceptedAt field to User by @bryanoltman in #1414
- chore(code_push_protocol): remove
tosAcceptedAt
fromUser
by @felangel in #1416
Full Changelog: v0.16.3...v0.17.0
v0.16.3
What's Changed
- feat(shorebird_cli): Add OS wrapper for which/where.exe by @bryanoltman in #1403
- feat(shorebird_cli): add release-version flag to iOS and Android patch commands by @bryanoltman in #1400
- fix(shorebird_cli): prefer Android Studio java over JAVA_HOME by @bryanoltman in #1405
- fix(shorebird_cli): update Android SDK location logic to mimic
flutter_tools
by @bryanoltman in #1408 - chore(shorebird_cli): release v0.16.3 by @bryanoltman in #1409
Full Changelog: v0.16.2...v0.16.3
v0.16.2
What's Changed
- chore(shorebird_cli): delete unused ShorebirdIosReleaseVersionMixin by @bryanoltman in #1376
- feat(shorebird_cli): add non-strict version parsing function by @bryanoltman in #1374
- fix(shorebird_cli): support
shorebird preview
for iOS 17+ devices by @bryanoltman in #1375 - chore(code_push_protocol): add
stripeCustomerId
onUser
by @felangel in #1377 - feat(shorebird_cli): list detected flavors in shorebird init by @bryanoltman in #1386
- feat(shorebird_cli): copy release aar library out of build dir by @bryanoltman in #1387
- chore(shorebird_cli): v0.16.2 by @felangel in #1397
Full Changelog: v0.16.1...v0.16.2
v0.16.1
What's Changed
- chore: bump flutter revision to 1309997164f949800d0b9e60c459b22775c160fd by @bryanoltman in #1366
- feat(shorebird_cli): add xcodeVersion method to xcodebuild wrapper by @bryanoltman in #1360
- chore: bump flutter rev to ef4b661ddc0c71b738432ae59c6bc573e917854b by @bryanoltman in #1367
- fix(shorebird_cli): use path separator when setting channel in aab by @bryanoltman in #1370
- chore(shorebird_cli): v0.16.1 by @felangel in #1373
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- chore(code_push_protocol): remove
GetReleasePatchesResponse
by @felangel in #1344 - chore(code_push_client): remove
createPaymentLink
by @felangel in #1345 - chore(code_push_client): remove
getUsage
by @felangel in #1346 - chore(shorebird_cli): remove
shorebird account downgrade
command by @felangel in #1347 - chore(code_push_protocol): remove
CheckForPatchesRequest
andCheckForPatchesResponse
by @felangel in #1348 - chore(code_push_protocol): remove overages messages from protocol by @felangel in #1350
- chore(code_push_client): remove
deleteReleases
by @felangel in #1351 - chore(code_push_protocol): remove
PatchEvent
messages from protocol by @felangel in #1352 - chore(code_push_protocol): remove
Subscription
model from protocol by @felangel in #1353 - chore(shorebird_cli): switch to pub_semver package for versions by @bryanoltman in #1354
- feat(shorebird_cli): add deployment tracks to
patch
andpreview
by @felangel in #1356 - refactor(shorebird_cli): move executable wrapper classes to src/executables directory by @bryanoltman in #1355
- chore(code_push_protocol): remove
PatchArtifact
model from protocol by @felangel in #1361 - refactor(shorebird_cli): minor improvements to the output and ergonomics of
--prod
by @felangel in #1362 - refactor(shorebird_cli): make
shorebird patch
default to production by @felangel in #1363 - feat(shorebird_cli):
shorebird preview
clears app data before installing app by @felangel in #1364 - chore(shorebird_cli): v0.16.0 by @felangel in #1365
Full Changelog: v0.15.2...v0.16.0
v0.15.2
What's Changed
- chore(shorebird_cli): roll flutter version by @eseidel in 997fe40
- feat(shorebird_cli): Update flutter for 3.13.6 by @eseidel in 41b0753
- feat(shorebird_cli): add channel support to
patch
andpreview
commands by @felangel in #1340 - test(e2e): add patch check verification by @felangel in #1341
- chore(shorebird_cli): remove
--channel
option frompatch
andpreview
commands by @felangel in #1342 - chore(shorebird_cli): v0.15.2 by @felangel in #1343
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
- feat(shorebird_cli): print link to troubleshooting page when native changes are detected by @bryanoltman in #1326
- fix(shorebird_cli): don't provide export options plist if we aren't codesigning by @bryanoltman in #1329
- fix(shorebird_cli): don't check for ipa when generating an unsigned release by @bryanoltman in #1334
Full Changelog: v0.15.0...v0.15.1