Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v1.1.20
v1.1.19
What's Changed
- fix: better handling usage exception on the CLI by @erickzanardo in #2351
- fix(shorebirdl_cli): add stamp file to cache artifacts to mark successful download by @bryanoltman in #2348
- feat: enhanced error logging for patch errors on windows by @erickzanardo in #2352
- chore(deps): bump uuid from 4.4.0 to 4.4.2 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2356
- feat: better version message on existing flutter version error by @erickzanardo in #2354
- refactor: cleanup preview command test by @erickzanardo in #2359
- chore(shorebird_cli): v1.1.19 by @felangel in #2360
Full Changelog: v1.1.18...v1.1.19
v1.1.18
What's Changed
- fix(shorebird_cli): make aot_tools.dill optional for backward compatibility by @felangel in #2339
- ci: run e2e tests against multiple Flutter versions by @felangel in #2340
- feat(shorebird_cli): include flutter revision in
BuildEnvironmentMetadata
by @felangel in #2342 - chore(shorebird_cli): v1.1.18 by @felangel in #2343
Full Changelog: v1.1.17...v1.1.18
v1.1.17
What's Changed
- chore(shorebird_cli): minor copy update in
shorebird cache clear
by @felangel in #2333 - feat(shorebird_cli): add
patches promote
command by @bryanoltman in #2331 - feat: adding flutter version field in the CLI and Protocol by @erickzanardo in #2325
- chore(shorebird_cli): remove aot_tools exe artifact now that it is no longer needed by @bryanoltman in #2334
- fix(shorebird_cli): validate known checksums as part of cached artifact validation by @bryanoltman in #2335
- chore(shorebird_cli): v1.1.17 by @felangel in #2337
Full Changelog: v1.1.16...v1.1.17
v1.1.16
What's Changed
- chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/artifact_proxy in the artifact_proxy-deps group by @dependabot in #2324
- chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group by @dependabot in #2323
- chore(deps): bump test from 1.25.7 to 1.25.8 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2322
- chore: Fix broken links by @jatinderjit in #2320
- chore: ShoreBird -> Shorebird by @bryanoltman in #2326
- refactor(shorebird_cli): consolidate docs.shorebird.dev urls by @felangel in #2330
- chore: move GetReleasePatchesResponse/Request to code_push_protocol by @bryanoltman in #2327
- chore(shorebird_cli): v1.1.16 by @felangel in #2332
New Contributors
- @jatinderjit made their first contribution in #2320
Full Changelog: v1.1.15...v1.1.16
v1.1.15
v1.1.14
What's Changed
- feat(shorebird_cli): add note about sharability of app_id to
shorebird init
by @bryanoltman in #2293 - feat(artifact_proxy): add Dart SDK patterns to manifest by @bryanoltman in #2295
- feat: adding Jetbrains Toolbox Android Studio detection for Linux by @erickzanardo in #2300
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group by @dependabot in #2307
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/artifact_proxy in the artifact_proxy-deps group by @dependabot in #2310
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/redis_client in the redis_client-deps group by @dependabot in #2309
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/shorebird_code_push_client in the shorebird_code_push_client-deps group by @dependabot in #2304
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/shorebird_code_push_protocol in the shorebird_code_push_protocol-deps group by @dependabot in #2308
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/jwt in the jwt-deps group by @dependabot in #2305
- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/shorebird_cli in the shorebird_cli-deps group by @dependabot in #2306
- fix(shorebird_cli): always respect build-name and build-number args by @bryanoltman in #2302
- chore(shorebird_cli): v1.1.14 by @felangel in #2315
Full Changelog: v1.1.13...v1.1.14
v1.1.13
What's Changed
- fix(shorebird_cli): ensure "downloading release" progress completes by @bryanoltman in #2277
- feat: better messaging for the user when having non sideloadable releases by @erickzanardo in #2278
- fix(shorebird_cli): use same asset diffing logic for iOS and Android by @bryanoltman in #2279
- chore(deps): bump shelf from 1.4.1 to 1.4.2 in /packages/artifact_proxy in the artifact_proxy-deps group by @dependabot in #2282
- chore(deps): bump shelf from 1.4.1 to 1.4.2 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group by @dependabot in #2281
- chore(shorebird_cli): don't print error toString on command failure by @bryanoltman in #2284
- fix(shorebird_cli): ignore extension schemes with identifying iOS flavors by @bryanoltman in #2285
- fix(shorebird_cli): infer
--build-name
and--build-number
from--release-version
if necessary by @bryanoltman in #2280 - fix(shorebird_cli): update ios upload instructions to match Flutter by @bryanoltman in #2286
Full Changelog: v1.1.12...v1.1.13
v1.1.12
What's Changed
- chore: enable public_api_docs enforcement. by @eseidel in #2229
- feat(shorebird_cli): remove direct
exit
calls by @erickzanardo in #2230 - fix: cache clear command was breaking by @erickzanardo in #2235
- feat: Using Process.start instead of run on call to call aot_tools link by @erickzanardo in #2236
- feat: better handling of errors when refreshing the token fails by @erickzanardo in #2244
- fix(shorebird_cli): validate flavor arg is correct by @bryanoltman in #2245
- fix(shorebird_cli): don't allow --release-version for ios and android releases by @bryanoltman in #2241
- fix: handling process exit on abort by @erickzanardo in #2238
- fix: gracefully handling patching on a app with no releases by @erickzanardo in #2247
- chore(deps): bump the artifact_proxy-deps group in /packages/artifact_proxy with 2 updates by @dependabot in #2253
- chore(deps): bump mocktail from 1.0.3 to 1.0.4 in /packages/discord_gcp_alerts in the discord_gcp_alerts-deps group by @dependabot in #2252
- fix(shorebird_cli):
shorebird preview
to not use outdated cached preview artifacts by @erickzanardo in #2254 - fix: version should only log the version messages by @erickzanardo in #2262
- fix: e2e tests by @erickzanardo in #2259
- fix: better error handling for release with no platforms provided by @erickzanardo in #2264
- fix: don't do pub upgrade at shorebird executable by @erickzanardo in #2265
- feat: adding gradlew version to the doctor output by @erickzanardo in #2255
- fix: accurate message when patching a release that doesn't contains the platform by @erickzanardo in #2268
- feat(shorebird_cli): improve output for gradle "unsupported file major version" errors by @erickzanardo in #2266
- fix(shorebird_cli): use Podfile.lock hash to detect native changes by @bryanoltman in #2267
- feat(shorebird_code_push_protocol): Adding can sideload to artifacts by @erickzanardo in #2269
- chore(shorebird_cli): v1.1.12 by @felangel in #2272
Full Changelog: v1.1.11...v1.1.12
v1.1.11
What's Changed
- chore(deps): bump the discord_gcp_alerts-deps group in /packages/discord_gcp_alerts with 2 updates by @dependabot in #2207
- chore(deps): bump the artifact_proxy-deps group in /packages/artifact_proxy with 2 updates by @dependabot in #2208
- chore(deps): bump the shorebird_cli-deps group across 1 directory with 3 updates by @dependabot in #2215
- feat(shorebird_cli): require Flutter >=3.22.2 for iOS by @felangel in #2218
- docs: 1.2.0 release notes by @eseidel in #2217
- feat(shorebird_cli): link to support flutter version docs when using unsupported Flutter versions by @felangel in #2220
- chore(shorebird_cli): bump
pubspec.lock
by @felangel in #2221
Full Changelog: v1.1.10...v1.1.11