dynamodb-admin

GUI for DynamoDB Local or dynalite

MIT License

Stars
1.3K

Bot releases are hidden (Show)

dynamodb-admin - v4.6.1 Latest Release

Published by rchl over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/aaronshaf/dynamodb-admin/compare/v4.5.1...v4.6.1

dynamodb-admin - v4.5.1

Published by rchl over 1 year ago

What's Changed

Full Changelog: https://github.com/aaronshaf/dynamodb-admin/compare/v4.5.0...v4.5.1

dynamodb-admin - v4.5.0

Published by rchl over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/aaronshaf/dynamodb-admin/compare/v4.4.1...v4.5.0

dynamodb-admin - v4.4.1

Published by rchl about 2 years ago

Enhancements

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

Maintenance

  • Update dependencies
dynamodb-admin - v4.4.0

Published by rchl over 2 years ago

Features

  • delete/purge multiple tables at once (#248)
dynamodb-admin - v4.3.1

Published by rchl over 2 years ago

Fixes

  • place dark mode toggle in the breadcrumb header (#228)
dynamodb-admin - v4.3.0

Published by rchl over 2 years ago

Features

  • Added host option in the CLI

Fixes

  • make range (sort) key optional
dynamodb-admin - v4.2.4

Published by rchl over 2 years ago

Fix

  • docker: only include production dependencies (smaller size) (#205)
dynamodb-admin - v4.2.1

Published by rchl over 2 years ago

Chore

  • set up auto-publish to docker on new tag

Maintenance

  • Update dependencies
dynamodb-admin - v4.2.0

Published by rchl over 2 years ago

Features

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

Maintenance

  • Update dependencies
dynamodb-admin - v4.1.0

Published by rchl almost 3 years ago

Features

  • Add dark theme (#141)

Maintenance

  • Update dependencies
dynamodb-admin - v4.0.3

Published by rchl almost 3 years ago

Maintenance

  • update docker container to use Node 12
dynamodb-admin - v4.0.2

Published by rchl almost 3 years ago

Maintenance

  • update dependencies
dynamodb-admin - Release v4.0.1

Published by rchl over 3 years ago

Fix

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

Maintenance

  • Update all dependencies
dynamodb-admin - Release v4.0.0

Published by rchl over 4 years ago

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
dynamodb-admin - Release v3.2.0

Published by rchl over 5 years ago

Feature

  • support GSI/LSI creation when creating a table (fixes #28) (thanks @ryankazokas)
dynamodb-admin - Release v3.1.3

Published by rchl over 5 years ago

Fix

  • Fix purge table when table keys contain reserved characters (fixes #75)
dynamodb-admin - Release v3.1.2

Published by rchl over 5 years ago

Fix

  • Fix purge table for tables that use RANGE key (thanks @jcdesignweb)

Maintenance

  • Update dependencies
dynamodb-admin - Release v3.1.1

Published by rchl over 5 years ago

Fix

  • Fix handling of keys with special characters in Get view (#70)

Enhancement

  • Some internal refactoring to make code easier to read
dynamodb-admin - Release v3.1.0

Published by rchl almost 6 years ago

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)