Skip to content

Releases: aaronshaf/dynamodb-admin

v4.3.0

04 Feb 12:44

Choose a tag to compare

Features

  • Added host option in the CLI

Fixes

  • make range (sort) key optional

v4.2.4

04 Feb 12:43

Choose a tag to compare

Fix

  • docker: only include production dependencies (smaller size) (#205)

v4.2.1

04 Feb 12:42

Choose a tag to compare

Chore

  • set up auto-publish to docker on new tag

Maintenance

  • Update dependencies

v4.2.0

04 Feb 12:41

Choose a tag to compare

Features

  • support for "begins_with" operator searches (#196)

Maintenance

  • Update dependencies

v4.1.0

19 Oct 11:00

Choose a tag to compare

Features

  • Add dark theme (#141)

Maintenance

  • Update dependencies

v4.0.3

19 Oct 10:59

Choose a tag to compare

Maintenance

  • update docker container to use Node 12

v4.0.2

19 Oct 10:58

Choose a tag to compare

Maintenance

  • update dependencies

Release v4.0.1

24 Feb 20:14

Choose a tag to compare

Fix

  • Escape keys properly for expression attribute names (#103)

Maintenance

  • Update all dependencies

Release v4.0.0

09 Feb 22:58

Choose a tag to compare

Breaking

  • Since many dependencies were updated to higher major versions, this package should now require at least Node 8
  • The structure of URLs when querying in Items view is now different so if you have bookmarked URLs pointing to specific queries, those will likely no longer work.

Feature

  • Added support for scanning and querying indexes and some query operators (#90) (thanks @benhutchins)
  • Added API for fetching all tables (#84) (thanks @afshawnlotfi)

Fix

  • Forward dynamo errors on listing items to the UI

Maintenance

  • Update all dependencies

Release v3.2.0

27 May 19:04

Choose a tag to compare

Feature

  • support GSI/LSI creation when creating a table (fixes #28) (thanks @ryankazokas)