Skip to content

Releases: aaronshaf/dynamodb-admin

v5.1.3

19 Nov 14:31
Compare
Choose a tag to compare

Full Changelog: v5.1.1...v5.1.2

What's Changed

  • fix: npm package missing html code by @rchl in #459

Full Changelog: v5.1.1...v5.1.3

v5.1.1

19 Nov 12:11
Compare
Choose a tag to compare

What's Changed

  • fix: encode table name in the breadcrumb by @rchl in #457

Full Changelog: v5.1.0...v5.1.1

v5.1.0

18 Nov 20:12
Compare
Choose a tag to compare

What's Changed

  • chore: bump actions/setup-node from 3 to 4 by @dependabot in #450
  • fix: ensure DYNAMO_ENDPOINT env overwrites default endpoint when set by @rchl in #451
  • fix: escape table name passed to the API by @rchl in #452
  • feat: retain table filter value on navigation by @rchl in #453
  • fix: improve handling of API errors by @rchl in #454
  • feat: expose Purge Table button in table's Meta section by @rchl in #455
  • feat: guess whether timestamp is in seconds or milliseconds by @rchl in #456

Full Changelog: v5.0.3...v5.1.0

v5.0.0

18 Nov 10:45
Compare
Choose a tag to compare

Breaking changes

  • The package now relies on AWS SDK v3. Affects programmatic use but won't necessary affect standalone usage through the dynamodb-admin command.
  • createServer API has changed. Takes an object with properties now and requires AWS SDK v3 when passing dynamoDB client instance.

Added

  • support --dynamo-endpoint CLI argument. Previously only supported through the DYNAMO_ENDPOINT environment variable.
  • support --skip-default-credentials CLI argument. To avoid setting default, dummy key/secret credentials in case you want to provide your own credentials through any means that AWS SDK supports.

Refactor

  • Migrate code base to TypeScript.

What's Changed

  • refactor codebase to typescript by @rchl in #444
  • refactor: extract api creation into its own file by @rchl in #446
  • refactor!: migrate to aws-sdk 3 by @rchl in #447

Full Changelog: v4.6.2...v5.0.0

v4.6.1

19 Jun 21:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.1...v4.6.1

v4.5.1

19 Jun 21:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.5.1

v4.5.0

19 Jun 21:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.5.0

v4.4.1

28 Sep 20:52
Compare
Choose a tag to compare

Enhancements

  • Enhances the styling of the items table (#306)

Maintenance

  • Update dependencies

v4.4.0

30 Apr 19:39
Compare
Choose a tag to compare

Features

  • delete/purge multiple tables at once (#248)

v4.3.1

30 Apr 19:39
Compare
Choose a tag to compare

Fixes

  • place dark mode toggle in the breadcrumb header (#228)