diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..f6b6ea93e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ + +## [Unreleased] + + + +## v0.1.0 - 2020-02-27 +### Bug Fixes +- load additional API key from environment +- Set correct module in go.mod +- **client:** resolve api key env var collision +- **config:** set defaults before validating config +- **config:** invert conditional for determining default fields +- **credentials:** allow setting profile if directory doesn't exist + +### Documentation Updates +- Include overview documentation +- **entities:** include some examples and longer help + +### Features +- **apm:** implement apm deployment marker retrieval +- **apm:** implement apm deployment create/delete +- **build:** Add docker handling to make system (build/clean/run) +- **build:** Create basic Dockerfile +- **completion:** include completion command for shell completion +- **config:** Add basic config loading +- **config:** write config file if none exists +- **config:** add remaining config methods +- **config:** add list method +- **config:** Add log level configuration +- **credentials:** implement initial credential management +- **credentials:** set default profile if adding one for the first time +- **credentials:** allow overriding api keys via env vars +- **entities:** add ability to filter entities search by entity type, tag, alert severity, domain, and reporting +- **entities:** add entity tag retrieval +- **entities:** implement entities tag and tag value deletion +- **entities:** implement add/replace tags +- **entities:** add entity search +- **profile:** Enable reading of profiles and use Region/APIKey from default profile +- **profile:** Add listing of profiles to command + + +[Unreleased]: https://github.com/newrelic/newrelic-client-go/compare/v0.1.0...HEAD