Releases: aaronshaf/dynamodb-admin
Releases · aaronshaf/dynamodb-admin
v4.3.0
v4.2.4
v4.2.1
v4.2.0
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)