Releases: shorebirdtech/shorebird
Releases · shorebirdtech/shorebird
v0.9.2
What's Changed
- refactor(shorebird_cli): use scoped cache by @felangel in #806
- refactor(shorebird_cli): extract Java functionality by @felangel in #807
- refactor(shorebird_cli): scoped process and engine config by @felangel in #808
- chore(shorebird_cli): add integration test for init, release, and patch by @bryanoltman in #805
- feat(shorebird_cli): add
Bundletool
by @felangel in #814 - feat(shorebird_cli): add
buildApks
tobundletool
by @felangel in #816 - feat(shorebird_cli): add
--force
flag toapps delete
command by @bryanoltman in #812 - feat(shorebird_cli): add
installApks
tobundletool
by @felangel in #817 - feat(shorebird_cli): add
getPackageName
tobundletool
by @felangel in #818 - chore(shorebird_cli): add delete app to end of integration test by @bryanoltman in #813
- refactor(shorebird_cli): add
AndroidStudio
by @felangel in #822 - chore(shorebird_code_push_protocol): use Money object instead of int for dollar values by @bryanoltman in #820
- feat(shorebird_cli): add
AndroidSdk
by @felangel in #823 - chore: use int as Money transport type, expose money2 dependency from shorebird_code_push_protocol by @bryanoltman in #827
- feat(shorebird_cli): add
Adb
by @felangel in #825 - chore: remove unnecessary money2 imports by @bryanoltman in #831
- chore(shorebird_cli): hide build commands by @bryanoltman in #832
- fix(shorebird_cli): add
--allow-downgrade
toinstall-apks
by @felangel in #833 - feat(shorebird_cli): add
getApps
andgetReleases
toCodePushClientWrapper
by @felangel in #834 - feat(shorebird_cli): add previews directory to cache by @felangel in #835
- feat(shorebird_cli): add
logcat
toAdb
by @felangel in #836 - fix(shorebird_cli): allow user to proceed if java/kotlin changes are detected by @bryanoltman in #843
- feat(shorebird_cli): add
shorebird preview
command by @felangel in #845 - feat(shorebird_cli): deprecate
shorebird run
by @felangel in #846 - feat(shorebird_cli): upgrade to Flutter 3.10.6 by @felangel in #847
- chore(shorebird_cli): remove "shorebird run" from
shorebird init
output by @felangel in #848 - chore(shorebird_cli): hide deprecated
shorebird run
command by @felangel in #849 - fix(shorebird_cli): bump engine revision to export missing symbols by @felangel in #853
- chore(shorebird_cli): v0.9.2 by @felangel in #854
- fix(shorebird_cli): adb filter windows by @felangel in #855
Full Changelog: v0.9.1...v0.9.2
v0.9.1
v0.9.0
What's Changed
- fix(shorebird_cli): wrap ∞ in lightCyan to fix usage command test by @bryanoltman in #772
- fix(shorebird_cli): remove runInShell from bundle version commands by @bryanoltman in #769
- chore: add basic e2e test to shorebird_cli by @bryanoltman in #773
- feat(shorebird_code_push_protocol): add ShorebirdPlan model by @bryanoltman in #776
- feat(shorebird_code_push_protocol): add
currentPeriodCost
to GetUsageResponse by @bryanoltman in #778 - feat: expose --dart-define directly in
shorebird run
cli by @DarthBenro008 in #693 - feat(shorebird_cli): improve missing options usage error by @felangel in #785
- feat(shorebird_cli): improve
shorebird account create
existing account message by @felangel in #786 - chore(code_push_client): bump version by @felangel in #787
- chore(shorebird_cli): add extra logging to powershell script when determining whether shorebird needs update by @bryanoltman in #746
- fix: forward
stdin
from shorebird to flutter process by @DarthBenro008 in #692 - chore(shorebird_cli): v0.9.0 by @felangel in #788
New Contributors
- @DarthBenro008 made their first contribution in #693
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- chore(shorebird_cli): remove upgrade suggestion from shorebird init by @bryanoltman in #728
- feat(shorebird_cli)!: rename
shorebird subscription cancel
toshorebird account downgrade
by @felangel in #731 - feat(shorebird_cli): improve permissions error when adding collaborator by @felangel in #730
- fix(shorebird_cli):
shorebird init
fail on flavor detection error by @felangel in #735 - fix(shorebird_cli): fix "& was unexpected at this time" when running shorebird in cmd.exe by @bryanoltman in #743
- fix(shorebird_cli): verify git is installed when running shorebird on Windows by @bryanoltman in #745
- feat(jwt): support multiple audience verification by @felangel in #748
- chore(shorebird_cli): v0.8.0 by @felangel in #749
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- docs: add
cutler
and codecov toREADME.md
by @felangel in #710 - docs: remove disclaimer from README.md by @felangel in #711
- fix(shorebird_cli): don't prompt about asset changes with --force by @bryanoltman in #713
- feat: minor status and pricing adjustments by @felangel in #715
- feat: add role field to Collaborator, display roles in ListCollaboratorsCommand by @bryanoltman in #717
- chore(shorebird_cli): fix import ordering by @bryanoltman in #719
- fix(shorebird_cli): add import to silence comment reference warning by @bryanoltman in #720
- refactor(shorebird_cli): rename
account subscribe
toaccount upgrade
by @felangel in #721 - chore(shorebird_cli): update 'app not found' message to better reflect collaborator support by @bryanoltman in #724
- chore(shorebird_cli): improve error messaging for add collaborator 403s by @bryanoltman in #722
- feat(code_push_protocol): adjust
UsageResponse
to support unlimited installs by @felangel in #723 - chore(shorebird_cli): improve shorebird init error for non-paid users by @bryanoltman in #725
- chore(shorebird_cli): remove unused ShorebirdCreateAppMixin from several commands by @bryanoltman in #726
- chore(shorebird_cli): v0.7.0 by @felangel in #727
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- chore: roll flutter version for anr fix by @eseidel in #701
- chore: move discord links to our vanity url by @eseidel in #703
- feat(shorebird_cli):
shorebird release android --artifact apk
by @felangel in #702 - feat(shorebird_cli): show changed files when warning user of patch content differences by @bryanoltman in #704
- refactor(code_push_protocol)!: simplify
AppUsage
model by @felangel in #707 - fix(shorebird_cli): use correct ipa file name by @bryanoltman in #706
- feat(shorebird_cli): upload ipa as part of shorebird release ios by @bryanoltman in #705
- feat(shorebird_cli): show usage per app for current billing cycle by @felangel in #708
- chore(shorebird_cli): v0.6.0 by @felangel in #709
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- fix(shorebird_cli): check for existing release before asking user to confirm by @bryanoltman in #660
- refactor(shorebird_cli): use scoped auth by @felangel in #662
- refactor(shorebird_cli): use CodePushClientWrapper in patch aar command by @bryanoltman in #664
- feat(code_push_protocol): add
GetUsageResponse
by @felangel in #666 - refactor(shorebird_cli): migrate ReleaseAarCommand to use CodePushClientWrapper by @bryanoltman in #665
- chore: upgrade to
package:http ^1.0.0
by @felangel in #668 - feat(code_push_client): Allow release commands to be run if no release artifacts exist for the given platform by @felangel in #667
- fix(shorebird_cli): only run project-specific validators when in a shorebird project directory by @bryanoltman in #671
- feat(code_push_client): add
getUsage
by @felangel in #678 - feat(shorebird_cli): add
shorebird account usage
command by @felangel in #680 - feat: upgrade to Flutter 3.10.5 by @felangel in #681
- chore(shorebird_cli): v0.5.0 by @felangel in #683
Full Changelog: v0.4.5...v0.5.0
v0.4.5
What's Changed
- feat(artifact_proxy): include ios release artifacts by @felangel in #644
- feat(code_push_client): track version by @felangel in #646
- feat(code_push_client): include
x-version
header by @felangel in #647 - fix(shorebird_cli): tell xcodebuild not to manage ipa build number by @bryanoltman in #641
- docs(shorebird_cli): delete GLOSSARY.md by @bryanoltman in #642
- feat(shorebird_cli): Flutter 3.10.4 by @felangel in #649
- chore: split versions_test from cutler_test, mostly to trigger coverage by @eseidel in #615
- refactor(code_push_client): create http wrapper to standardize headers by @felangel in #648
- feat(code_push_client): add
CodePushUpgradeRequiredException
by @felangel in #655 - feat(shorebird_cli): support
SHOREBIRD_HOSTED_URL
env variable by @felangel in #656 - chore(shorebird_cli): remove mention of trusted testers by @felangel in #657
- chore(shorebird_cli): 0.4.5 by @bryanoltman in #659
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- Temporarily reverting Flutter to version 3.10.3 to fix a crash
Full Changelog: v0.4.3...v0.4.4