Skip to content

v0.7.5

Compare
Choose a tag to compare
@mobsense mobsense released this 02 Sep 02:26
· 60 commits to main since this release

Minor Feature Release

WITH BREAKING CHANGE

This release changes the default owner from "account" to "default". If you have not been setting the "owner" property in the CustomMetrics constructor and you want to utilize existing metrics, you will need to set the owner property to "account".

Breaking Changes

  • Change the default CustomMetrics constructor owner from "account" to "default"

Features

  • Add constructor "type" option to set a single table type attribute. Defaults to {_type: 'Metric'}.
  • Document metric item database schema in README.
  • Add Constructor "creds" and "region" properties to construct DynamoDB client connection from credentials instead of a "client" param.

Fixes

  • Remove dynamodb-onetable peer dependency