Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v1.4.3
What's Changed
- fix: enforce minimum iOS version on iOS framework release by @bryanoltman in #2560
- chore(deps): bump the shorebird_cli-deps group in /packages/shorebird_cli with 4 updates by @dependabot in #2558
- fix: close IO sink after download finishes or fails by @bryanoltman in #2561
- chore: draft release 1.4.3 by @bryanoltman in #2562
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- refactor(shorebird_cli): rename gcp upload methods for clarity by @felangel in #2554
- feat(code_push_client): add
getGCPDownloadSpeedTestUrl
by @felangel in #2555 - feat(shorebird_cli): add GCP download speed to
shorebird doctor -v
by @felangel in #2556 - chore(shorebird_cli): v1.4.2 by @felangel in #2557
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- refactor(shorebird_cli): introduce
uploadPatchArtifacts
inPatcher
for consistency by @felangel in #2530 - fix(shorebird_cli): improve release/patch upload progress logging by @felangel in #2534
- feat: add URL reachability checks to shorebird doctor by @bryanoltman in #2537
- fix: add CDN and google storage to network checker by @bryanoltman in #2538
- feat: run GCP upload speed test as part of shorebird doctor -v by @bryanoltman in #2540
- fix(shorebird_cli): use exe extension for patch executable on Windows by @bryanoltman in #2547
- fix: log unknown errors to err instead of detail by @bryanoltman in #2545
- chore(shorebird_cli): v1.4.1 by @felangel in #2539
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- chore(deps): bump build_runner from 2.4.12 to 2.4.13 in /packages/artifact_proxy in the artifact_proxy-deps group by @dependabot in #2510
- feat: add optional organization id field to create app request by @bryanoltman in #2513
- feat(shorebird_code_push_client): add support for fetching organization memberships by @bryanoltman in #2507
- chore(deps): bump build_runner from 2.4.12 to 2.4.13 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2511
- feat: allow user to choose organization in shorebird init by @bryanoltman in #2514
- feat: add OrganizationRole.none by @bryanoltman in #2515
- feat: make AppMetadata equatable by @bryanoltman in #2517
- chore: remove stripeCustomerId from Organization by @bryanoltman in #2520
- refactor(shorebird_cli): simplify organization name in
shorebird init
by @felangel in #2521 - chore(deps): bump build_runner from 2.4.12 to 2.4.13 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group by @dependabot in #2512
- chore(shorebird_cli): remove legacy auth token fallback by @felangel in #2522
- chore: make orgId mandatory in CreateAppRequest by @bryanoltman in #2523
- chore(code_push_client): bump code_push_client version by @felangel in #2525
- chore(shorebird_cli): v1.4.0 by @bryanoltman in #2524
Full Changelog: v1.3.5...v1.4.0
v1.3.5
What's Changed
- feat: add models for organizations and organization api responses. by @bryanoltman in #2498
- feat: created pared-down version of User object by @bryanoltman in #2499
- refactor(shorebird_cli):
AotTools
process execution and error reporting by @felangel in #2503 - chore(deps): bump uuid from 4.5.0 to 4.5.1 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2501
- chore(shorebird_cli): v1.3.5 by @felangel in #2504
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- test(shorebird_cli): add missing unit tests for
platform/android.dart
by @felangel in #2485 - chore: remove unused arg to confirmUnpatchableDiffsIfNecessary by @bryanoltman in #2487
- chore(deps): bump meta from 1.15.0 to 1.16.0 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2490
- chore(shorebird_cli): upgrade bundletool to 1.17.1 by @felangel in #2492
- feat(shorebird_cli): add api.shorebird.dev access validator by @felangel in #2491
- fix(shorebird_cli): include stdout in aot_tools link error output by @felangel in #2494
- chore(shorebird_cli): v1.3.4 by @felangel in #2495
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- chore(deps): bump quiver from 3.2.1 to 3.2.2 in /packages/artifact_proxy in the artifact_proxy-deps group by @dependabot in #2460
- chore(deps): bump uuid from 4.4.2 to 4.5.0 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2461
- ci(e2e): add Flutter 3.24.2 by @felangel in #2469
- ci(e2e): increase android api level to 34 by @felangel in #2473
- chore(deps): bump mason_logger from 0.3.0 to 0.3.1 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2475
- feat(shorebird_code_push_protocol): add UpdateAppCollaboratorRequest by @bryanoltman in #2478
- ci: fix e2e concurrency rule by @felangel in #2479
- chore(deps):
dart pub upgrade
by @felangel in #2482 - chore(shorebird_cli): v1.3.3 by @felangel in #2484
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
What's Changed
- fix(shorebird_cli):
aot_tools
path when using local engine by @felangel in #2457 - feat(shorebird_cli): remove link % from patch summary by @felangel in #2458
- chore: draft release 1.3.1 by @bryanoltman in #2466
- fix(shorebird_cli): fix an issue where ios releases could not properly parse a flutter hash by @bryanoltman in #2467
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- refactor(shorebird_cli): update how command metadata is populated by @bryanoltman in #2441
- chore: move command metadata classes by @bryanoltman in #2442
- chore(deps): bump google-github-actions/deploy-cloudrun from 2.6.1 to 2.7.1 in the gh-deps group by @dependabot in #2444
- feat(shorebird_cli): include shorebird.yaml in release and patch metadata by @bryanoltman in #2443
- feat: show progress when updating cache artifacts by @bryanoltman in #2448
- fix: delete shorebird build commands by @bryanoltman in #2453
- fix: remove analysis_options monorepo workaround by @felangel in #2455
- chore: add settable delayFactor on cache.updateAll for tests by @bryanoltman in #2452
- chore(shorebird_cli): v1.3.0 by @felangel in #2456
Full Changelog: v1.2.2...v1.3.0