Releases: symphoniacloud/dynamodb-entity-store
Releases · symphoniacloud/dynamodb-entity-store
v1.1.0
V1.0.0
First production version!
v0.2.0-RC-1
Release Candidate 1
v0.1.13-alpha-13
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
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
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
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
Support consistent read on query and scan
Support scanning GSIs
README updates
v0.0.10-alpha-7
Now with type docs at https://symphoniacloud.github.io/dynamodb-entity-store/
v0.0.10-alpha-5
Switching to Node 16 as lowest supported version