Releases: sensedeep/dynamodb-onetable
Releases · sensedeep/dynamodb-onetable
v1.6.3
v1.6.2
Minor Patch Release
Features
- none
Fixes
- Fix date types with TypeScript
- Fix AWS V3 import of Dynamo
See
v1.6.1
v1.6.0
Minor Feature Release
Features
- Export One* from Model for TypeScript
- Add Table.getLog, setLog for SenseLogs support
- Add Model.init to return a model instance with default parameters set
Fixes
- Fix writing empty strings to the table as DynamoDB now supports it
See
v1.5.7
Minor Patch Release
Features
- none
Fixes
- Fix writing empty strings to the table as DynamoDB now supports it
See
v1.5.6
Minor Feature Release
Features
- Add support for SenseLogs via Table params.senselogs == new SenseLogs()
Fixes
- none
See
v1.5.5
v1.5.4
Minor Feature Release
This release enforces type checking when writing data to the database. Previously, writing a string to a number type would not be caught.
You may find that application type errors that previously were not detected will now be caught.
Features
- DynamoDB Set type support. See #67
Fixes
See
v1.5.3
Minor Feature Release
Features
- Improve TypeScript API signatures
- Support tunneling between, begins for TypeScript via params
- Add more working samples for: crud, migrate, overview, packed and typescript
- Add prototype Table.fetch to retrieve item collections
- Warn if using transactions and batches combined
- Deprecate item.next() for pagination. Use item.start instead.
Fixes
- Fix removing items with unique fields when using a GSI and follow
- Fix dates inside value templates