Releases: cloudtruth/configure-action
Releases · cloudtruth/configure-action
v3.1.0
What's Changed
- Bump uuid from 10.0.0 to 11.0.4 by @dependabot in #410
- Bump eslint-plugin-github from 5.1.3 to 5.1.5 by @dependabot in #411
- Bump eslint from 8.57.1 to 9.17.0 by @dependabot in #409
- Bump prettier from 3.4.1 to 3.4.2 by @dependabot in #406
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #385
Full Changelog: v3...v3.1.0
v3.0.1
What's Changed
- drop warning log to info and update dev dependencies by @mattwwarren in #404
Full Changelog: v3...v3.0.1
v3.0.0
What's Changed
- Upgrade to latest LTS node by @mattwwarren in #381
- Bump @typescript-eslint/parser from 5.62.0 to 8.12.2 by @dependabot in #383
- Bump @vercel/ncc from 0.33.4 to 0.38.2 by @dependabot in #382
New Contributors
- @mattwwarren made their first contribution in #381
Full Changelog: v2...v3.0.0
v2.2.0
What's Changed
Full Changelog: v2...v2.2.0
v2.1.0
New Features
- Environment tagging allows you to easily declare stable configuration snapshots and retrieve them consistently.
Added
- Added support for environment tags.
- Added custom User-Agent with version when talking to server.
Updated
- Updated to latest API specification.
- Handle value API nomenclature change: static to internal, dynamic to external.
Fixed
- 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.
Initial Release
Added
- Added support for cloudtruth.io (REST-based API).
- Added support for specifying project or environment by id.
Fixed
- 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.