Releases: aaronshaf/dynamodb-admin
Releases · aaronshaf/dynamodb-admin
v4.1.0
v4.0.3
v4.0.2
Release v4.0.1
Release v4.0.0
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
Feature
- support GSI/LSI creation when creating a table (fixes #28) (thanks @ryankazokas)
Release v3.1.3
Fix
- Fix
purge table
when table keys contain reserved characters (fixes #75)
Release v3.1.2
Fix
- Fix
purge table
for tables that use RANGE key (thanks @jcdesignweb)
Maintenance
- Update dependencies
Release v3.1.1
Fix
- Fix handling of keys with special characters in
Get
view (#70)
Enhancement
- Some internal refactoring to make code easier to read
Release v3.1.0
Feature
- Add purge table functionality (#61)
Enhancement
- List all seen fields in filter autocomplete popup, not just primary keys
- (dev) Add
npm run dev
script for easier development (restarts on file changes)