Skip to content

v1.0.0

Compare
Choose a tag to compare
@Isawan Isawan released this 01 Mar 00:39
· 153 commits to main since this release
d4288fd

This is the v1.0.0 release, the CLI has been modified to use subcommands for serving the API and running migrations.
The application can now be started up using the server subcommand

terrashine server  --s3-bucket-name terrashine --http-redirect-url https://localhost:9443/

The migration tool has now been bundled with the application and can be ran using the migrate subcommand.

terrashine migrate

What's Changed

  • feat: Updated CLI syntax to use subcommands by @Isawan in #268
  • feat: Added database migration command by @Isawan in #269
  • fix: Fixed performance impact from switching to musl by @Isawan in #267
  • fix: Ensure error status propagates correctly to exit code by @Isawan in #285
  • fix: Fix early shutdown log message by @Isawan in #286

Dependencies update

  • fix(deps): update rust crate anyhow to ^1.0.80 by @renovate in #270
  • fix(deps): update serde by @renovate in #271
  • fix(deps): update rust crate aws-config to ^1.1.6 by @renovate in #272
  • fix(deps): update rust crate aws-sdk-s3 to ^1.16.0 by @renovate in #273
  • chore(deps): update docker.io/amazon/aws-cli docker digest to 93d6314 by @renovate in #275
  • chore(deps): update docker.io/alpine/openssl docker digest to f77dd5c by @renovate in #276
  • chore(deps): update docker.io/amazon/aws-cli docker digest to a98a273 by @renovate in #277
  • chore(deps): update docker.io/alpine/openssl docker digest to ec09e03 by @renovate in #278
  • chore(deps): update quay.io/minio/minio:latest docker digest to a23f6de by @renovate in #279
  • chore(deps): update quay.io/minio/minio:latest docker digest to b442666 by @renovate in #280
  • fix(deps): update rust crate hyper to ^1.2.0 by @renovate in #274
  • chore(deps): update rust crate tempfile to 3.10.1 by @renovate in #281
  • fix(deps): update rust crate aws-config to ^1.1.7 by @renovate in #282
  • chore(deps): update docker.io/amazon/aws-cli docker digest to ef3a2a1 by @renovate in #284
  • fix(deps): update rust crate aws-sdk-s3 to ^1.17.0 by @renovate in #283

Full Changelog: v0.1.3...v1.0.0