Skip to content

Releases: awslabs/dynein

v0.2.1

24 Jun 06:45
70bcc16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Nov 15:40
4024d15
Compare
Choose a tag to compare

Notice

If you have ever used previous versions, make sure to remove configuration files under the dynein directory (e.g. rm -rf ~/.dynein/). It's required because #24 changed some field names in these configuration files.

What's Changed

  • apply cargo fmt by @thash in #12
  • fix tests by @KeenS in #14
  • New feature: interactive shell by @KeenS in #13
  • resolve clippy warnings by @thash in #16
  • [fix] add --locked option to the cargo install command by @itazur in #25
  • Add port option for --region local by @hhatto in #22
  • cargo clippy & cargo fmt for #22 by @hhatto in #27
  • [clean] clean up code to be compatible with 2018 edition by @itazur in #30
  • Update dependencies and toolchain to pass tests on aarch64-apple-darwin by @StoneDot in #24
  • Add a GitHub action to build dynein binaries on the new release created by @thash in #32
  • Bump version to v0.2.0 by @thash in #33

New Contributors

  • @KeenS made their first contribution in #14
  • @itazur made their first contribution in #25
  • @hhatto made their first contribution in #22
  • @StoneDot made their first contribution in #24

Full Changelog: v0.1.2...v0.2.0

v0.1.2

21 Nov 13:07
576ac0b
Compare
Choose a tag to compare

Change log since v0.1.1

  • Did code refactoring utilizing clippy and upgraded packages (#7, #8)
  • When no table specified in any way, show error message and guide how to specify the target table -- instead of panic (#9)
  • Supports two ways to specify desc target: you can use both dy desc mytbl and dy desc --table mytbl (#10)

v0.1.1

18 Nov 04:45
a7d6123
Compare
Choose a tag to compare

Change log since v0.1.0 (initial release)

  • Separate dynein configuration from table schema cache (#1)
  • Implement 'admin update table' command to call UpdateTable API for existing tables (#2)

Action Required

Because of #1, syntax of dynein configuration files stored in ~/.dynein/ have been changed. If you've used v0.1.0, please remove the directory ($ rm -rf ~/.dynein/) before you start using v0.1.1.

dynein initial release

14 Nov 19:53
Compare
Choose a tag to compare

dynein initial release