Skip to content

Releases: nasa-gcn/dynamodb-autoincrement

Version 2.2.1

25 Jun 15:15
Compare
Choose a tag to compare

What's Changed

  • Use Node 20 for publish workflow; Node 16 is EOL by @lpsinger in #41
  • Add description to NPM metadata by @lpsinger in #42

Full Changelog: v2.2.0...v2.2.1

Version 2.2.0

16 Nov 23:31
Compare
Choose a tag to compare

What's Changed

  • Add methods to list versions and get by version by @lpsinger in #39

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

08 Nov 18:42
Compare
Choose a tag to compare

What's Changed

  • Remove protected #getLast method, only called once by @lpsinger in #30
  • Do not attempt to put nonexistent item by @lpsinger in #32
  • Switch to barebones DynamoDB document client by @lpsinger in #31
  • Refactor test setup to scope resources to blocks that need them by @lpsinger in #33
  • Delete items in batches for fewer requests by @lpsinger in #34
  • Fix race condition between test and teardown by @lpsinger in #38
  • Let dynamodb-local download DynamoDB jar itself by @lpsinger in #35
  • Fix some bugs when there is no initial version by @lpsinger in #36

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

05 Nov 19:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0

Version 1.0.1

30 Sep 01:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

11 Aug 14:22
Compare
Choose a tag to compare

What's Changed

  • Change license to Apache-2.0 by @lpsinger in #3
  • Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #4
  • Bump fast-xml-parser, @aws-sdk/client-dynamodb and @shelf/jest-dynamodb by @dependabot in #5
  • Fix unit tests by updating auth for dynamodb-local 2.x by @lpsinger in #6

New Contributors

Full Changelog: v0.0.6...v1.0.0

Version 0.0.6

24 Feb 14:55
Compare
Choose a tag to compare

What's Changed

  • Switch to dynamodb-local release by @lpsinger in #2
  • Exclude jest config from NPM package

Full Changelog: v0.0.5...v0.0.6

Version 0.0.5

26 Jan 17:05
Compare
Choose a tag to compare

What's Changed

  • Make @aws-sdk/... dependencies dev-only by @lpsinger in #1

New Contributors

Full Changelog: v0.0.4...v0.0.5

Version 0.0.4

06 Jan 19:48
Compare
Choose a tag to compare
  • Convert to a class.

Full Changelog: v0.0.3...v0.0.4

Version 0.0.3

06 Jan 19:05
Compare
Choose a tag to compare
  • Fix TypeScript definitions path

Full Changelog: v0.0.2...v0.0.3