Skip to content

Releases: aaronshaf/dynamodb-admin

v5.3.4

10 Jun 20:55
a63f0d3

Choose a tag to compare

Just for docker release

v5.3.3

10 Jun 20:53
a63f0d3

Choose a tag to compare

5.3.3 (2026-06-10)

Bug Fixes

v5.3.2

10 Jun 20:31

Choose a tag to compare

What's Changed

  • fix: update repository URL by @rchl in #530
  • chore(master): release 5.3.2 by @github-actions[bot] in #531

Full Changelog: v5.3.1...v5.3.2

v5.3.1

10 Jun 20:14
59b849f

Choose a tag to compare

5.3.1 (2026-06-10)

Bug Fixes

v5.3.0

10 Jun 18:54

Choose a tag to compare

What's Changed

  • feat: add TTL tab to display time-to-live status by @buptliuhs in #520
  • refactor: replace cli-color with picocolors by @JounQin in #509
  • chore(master): release 5.3.0 by @github-actions[bot] in #523

New Contributors

  • @JounQin made their first contribution in #509
  • @github-actions[bot] made their first contribution in #523

Full Changelog: v5.2.0...v5.3.0

v5.2.0

09 Apr 19:43
f2c524f

Choose a tag to compare

What's Changed

  • refactor: DDB api controller as a class by @rchl in #460
  • chore: bump path-to-regexp and express by @dependabot[bot] in #468
  • feat: add base-path support for running behind reverse proxy by @m-pavel in #515

New Contributors

Full Changelog: v5.1.3...v5.2.0

v5.1.3

19 Nov 14:31

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

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

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

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