Skip to content

Releases: shorebirdtech/shorebird

v0.17.3

08 Nov 17:22
9500155
Compare
Choose a tag to compare

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

03 Nov 21:07
1a1ac60
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v0.17.1

27 Oct 17:43
9f1a01c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0

20 Oct 18:43
72fd527
Compare
Choose a tag to compare

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 from User by @felangel in #1416

Full Changelog: v0.16.3...v0.17.0

v0.16.3

17 Oct 21:06
ae5a959
Compare
Choose a tag to compare

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

13 Oct 16:41
5573939
Compare
Choose a tag to compare

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 on User 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

05 Oct 21:22
91c1649
Compare
Choose a tag to compare

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

05 Oct 16:48
94dc1fe
Compare
Choose a tag to compare

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 and CheckForPatchesResponse 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 and preview 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

02 Oct 22:14
9cf0d08
Compare
Choose a tag to compare

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 and preview commands by @felangel in #1340
  • test(e2e): add patch check verification by @felangel in #1341
  • chore(shorebird_cli): remove --channel option from patch and preview 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

29 Sep 20:21
72d9f8f
Compare
Choose a tag to compare

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