Skip to content

Releases: symphoniacloud/dynamodb-entity-store

v1.1.0

12 Nov 18:46

Choose a tag to compare

Small update:

  • Expand return types of key generators to allow any scalar value (Thanks @ghbuck - #2)

  • Update dependency versions - very small type change from DynamoDB libraries

V1.0.0

02 Oct 22:16

Choose a tag to compare

First production version!

v0.2.0-RC-1

28 Sep 20:15

Choose a tag to compare

v0.2.0-RC-1 Pre-release
Pre-release

Release Candidate 1

v0.1.13-alpha-13

26 Sep 22:27

Choose a tag to compare

v0.1.13-alpha-13 Pre-release
Pre-release

BREAKING CHANGE to multiple entity API

  • BREAKING : Multi-entity queries and scans now very similar in syntax to advanced single entity versions
  • Also multi-entity queries and scans now support both "all" and "one-page" behaviors
  • Documentation for Multi-entity queries and scans

v0.1.12-alpha-12

25 Sep 21:47

Choose a tag to compare

v0.1.12-alpha-12 Pre-release
Pre-release

Mostly doc updates, but also couple of minor BREAKING CHANGES:

  • renamed MultipleEntityOperations.scan to MultipleEntityOperations.scanOnePage (for consistency)
  • removed a helper config

v0.1.11-alpha-10

21 Sep 21:06

Choose a tag to compare

v0.1.11-alpha-10 Pre-release
Pre-release

BREAKING TYPE CHANGE plus documentation updates

  • Interface TableBackedStoreContext is now StoreContext
  • Various documentation updates, including flipping order of first two chapters. Chapters 1 through 5 of manual are now written.

v0.1.0-alpha-9

18 Sep 20:26

Choose a tag to compare

v0.1.0-alpha-9 Pre-release
Pre-release

BREAKING CHANGE - updates to Store setup

Breaking changes:

  • Now only one DynamoDB wrapper / client per store instance
  • A whole bunch of changes to store setup and config

Also documentation for setup

The driver for this was that configuration with multiple DynamoDB document clients was messy, and I don't think was that useful. For different clients the user can just instantiate different instances of the entity store.

v0.0.11-alpha-8

07 Sep 21:48

Choose a tag to compare

v0.0.11-alpha-8 Pre-release
Pre-release

Support consistent read on query and scan
Support scanning GSIs
README updates

v0.0.10-alpha-7

06 Sep 21:56

Choose a tag to compare

v0.0.10-alpha-7 Pre-release
Pre-release

v0.0.10-alpha-5

06 Sep 16:56

Choose a tag to compare

v0.0.10-alpha-5 Pre-release
Pre-release

Switching to Node 16 as lowest supported version