Skip to content

Releases: sensedeep/dynamodb-onetable

v2.7.5

08 Jul 02:14
Compare
Choose a tag to compare

Minor Patch Release

Features

  • Add Schema params.separator for tooling and if using abbreviated encode properties
  • Support abbreviated encode of the form: encode: 'key-name'

Fixes

  • Get new version of eslint working - remove disable pragmas
  • Log warning about missing required fields. #532

Thanks

Thanks to @onhate and others who contributed issues and patches. Much appreciated.

See

v2.7.4

28 Jun 12:04
Compare
Choose a tag to compare

Minor Patch Release

Features

  • None

Fixes

  • Not setting undefined values on find/get to default values #531
  • Fix full text search for numeric fields

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.7.3

16 Jun 23:34
Compare
Choose a tag to compare

Minor Patch Release

Features

  • None

Fixes

*Warn if missing unique properties

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.7.2

30 Apr 04:50
Compare
Choose a tag to compare

Minor Patch Release

Features

  • None

Fixes

  • Fix module imports for ESM
  • Fix batchGet type
  • Fix getCurrentSchema type
  • Some doc updates

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.7.1

15 Sep 21:17
Compare
Choose a tag to compare

Minor Path Release

Features

  • None

Fixes

  • Async declarations in Model.d.ts

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.7.0

11 Sep 06:20
Compare
Choose a tag to compare

Minor Feature Release

This release includes a solid refactor of the partial update support in Expression.js. Please report any issues with partial and nested updates. For this reason, we've incremented the minor version number to indicate the risk.

It also adds support for CustomMetrics](https://www.npmjs.com/package/custom-metrics). Previously the single table metrics (Metrics.js) could create a lot of CloudWatch metrics which are quite expensive (~$4 per metric / year). CustomMetrics stores metrics in the dynamoDB table. When used with buffering, you can get high resolution DynamoDB metrics with a small additional DynamoDB load.

Features

Fixes

  • Partial array updates
  • Suppress annoying AWS SDK v2 warning
  • Fix AWS SDK V3 missing TTL support
  • Update all dependencies
  • Remove Node 14 tests
  • Fix ESM distribution generation
  • Add metric flush on lambda termination (requires a lambda layer)

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.6.4

18 Aug 03:14
Compare
Choose a tag to compare

Minor Patch Release

Fixes

  • #479 - Batched get with incomplete keys
  • #477 - Match sample code with release
  • #490 - Add missing metric types
  • Add table.metrics to TS definitions
  • Add profile to OneParams
  • Fix partial nested update expression
  • #489 - Metrics not including namespace
  • #488 - Fix conditional boolean in Table.d.ts
  • #470 Fix batchWrite unprocessed items
  • Fix encoded nested properties
  • Fix mapped nested put operations

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.6.3

03 Jul 00:02
Compare
Choose a tag to compare

Minor Patch Release

Fixes

  • Fix missing quoting on where clause for filter queries
  • Fix #476 Template value throw type error when using nested property that is undefined
  • Fix #480 Create on create result for typescript
  • Fix README regarding ASW SDK V3 init
  • Fix import Buffer
  • Exclude Stream unit test
  • Fix hard dep on AWS SDK
  • Change default SDK to AWS V3
  • Improve Table constructor to not require Dynamo for AWS SDK V3
  • Updated README for typescript
  • Add options to getModel for "nothrow"
  • Fix #454 init() exception on deps

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.6.2

30 Mar 21:35
Compare
Choose a tag to compare

Minor Patch Release

Fixes

  • TypeScript fixes #458 (Missing array def)
  • Lint fixes
  • Propagate parent schema partial overrides

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See

v2.6.1

15 Feb 20:45
Compare
Choose a tag to compare

Minor Patch Release

Breaking Changes

  • Temporarily disabling processing DynamoDB streams for the AWS SDK V2. The streams support created a hard dependency on the V3 SDK.

Fixes

  • Fix hard dependency on AWS SDK V2 #446

Thanks

Thanks to all who contributed issues and patches. Much appreciated.

See