Releases: aaronshaf/dynamodb-admin
Releases · aaronshaf/dynamodb-admin
v5.3.4
v5.3.3
v5.3.2
v5.3.1
v5.3.0
What's Changed
- feat: add TTL tab to display time-to-live status by @buptliuhs in #520
- refactor: replace
cli-colorwithpicocolorsby @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
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
v5.1.1
v5.1.0
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
Breaking changes
- The package now relies on AWS SDK v3. Affects programmatic use but won't necessary affect standalone usage through the
dynamodb-admincommand. createServerAPI has changed. Takes an object with properties now and requires AWS SDK v3 when passing dynamoDB client instance.
Added
- support
--dynamo-endpointCLI argument. Previously only supported through theDYNAMO_ENDPOINTenvironment variable. - support
--skip-default-credentialsCLI 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