Skip to content

Tags: symphoniacloud/dynamodb-entity-store

Tags

v1.1.0

Update dependency versions

Small breaking type change on return values of DynamoDB library.

V1.1.0

Update dependency versions

Small breaking type change on return values of DynamoDB library.

v1.0.0

Documentation updates

v0.2.0-RC-1

README update

v0.1.13-alpha-13

Docs for multi-entity operations

Also some type cleanup

v0.1.12-alpha-12

Updating integration test for condition check

Previous version was occasionally failing when
all tests run.

v0.1.11-alpha-10

Next manual chapter - GSIs

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 clients was messy, and I don't think is that useful. For different clients the user can just instantiate different instances of the entity store.

v0.0.11-alpha-8

Support scanning GSI

v0.0.10-alpha-7

Doc updates, re-enable NPM publishing