All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for environment tags.
- Added custom User-Agent with version when talking to server.
- Updated to latest API specification.
- Handle value API nomenclature change: static to internal, dynamic to external.
- Leverage environment lookup by name to avoid an extra API call.
- Added testing for paged reads.
- Functional, Line, and Branch coverage brought to 100%.
- Test against staging and production servers to catch regressions.
Support for the new CloudTruth API.
- Added support for
cloudtruth.io
(REST-based API). - Added support for specifying project or environment by id.
- Removed support for
cloudtruth.com
(graph-based API).
- Fixed unit tests failing from forks.
- Made build workflow check for changes to
dist/
. - Updated a number of dependencies.
- Locked types/node to v12, as github runner uses node 12 for actions.
1.0.0 - 2021-05-10
Initial Release