Releases: aaronshaf/dynamodb-admin
Releases · aaronshaf/dynamodb-admin
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-admin
command. createServer
API has changed. Takes an object with properties now and requires AWS SDK v3 when passing dynamoDB client instance.
Added
- support
--dynamo-endpoint
CLI argument. Previously only supported through theDYNAMO_ENDPOINT
environment variable. - support
--skip-default-credentials
CLI 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
v4.6.1
What's Changed
- fix: allow passing custom express instance to createServer by @gabrielgollo in #383
- chore: bump eslint from 8.30.0 to 8.37.0 by @dependabot in #378
- chore: bump docker/build-push-action from 3 to 4 by @dependabot in #363
- chore: bump eslint-plugin-jest from 27.1.7 to 27.2.2 by @dependabot in #385
- chore: bump xml2js and aws-sdk by @dependabot in #384
- chore: bump jest from 29.2.2 to 29.5.0 by @dependabot in #372
New Contributors
- @gabrielgollo made their first contribution in #383
Full Changelog: v4.5.1...v4.6.1
v4.5.1
What's Changed
- fix: dark mode styles for recently added table header by @rchl in #348
- chore: bump aws-sdk from 2.1242.0 to 2.1285.0 by @dependabot in #347
- chore: bump eslint from 8.24.0 to 8.30.0 by @dependabot in #346
- chore: bump eslint-plugin-jest from 27.1.3 to 27.1.7 by @dependabot in #343
- chore: bump json5 from 2.2.1 to 2.2.2 by @dependabot in #349
- chore: bump ejs-lint from 1.2.2 to 2.0.0 by @dependabot in #329
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
- chore: bump docker/login-action from 1 to 2 by @dependabot in #262
- chore: bump docker/setup-qemu-action from 1 to 2 by @dependabot in #261
- chore: bump docker/build-push-action from 2 to 3 by @dependabot in #260
- chore: bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #270
- chore: bump docker/setup-buildx-action from 1 to 2 by @dependabot in #259
- feat: add page size dropdown by @liesislukas in #324
- chore: bump aws-sdk from 2.1225.0 to 2.1242.0 by @dependabot in #326
- chore: bump jest from 29.1.1 to 29.2.2 by @dependabot in #325
- chore: bump eslint-plugin-jest from 27.0.4 to 27.1.3 by @dependabot in #321
- chore: bump express from 4.18.1 to 4.18.2 by @dependabot in #316
- chore: bump body-parser from 1.20.0 to 1.20.1 by @dependabot in #313
New Contributors
- @liesislukas made their first contribution in #324
Full Changelog: v4.4.1...v4.5.0