Releases: Dynatrace/dynatrace-configuration-as-code-core
Releases · Dynatrace/dynatrace-configuration-as-code-core
0.1.0
This is the first release iteration of the configuration-as-code-core Go library.
🚀 Features
Grail Buckets Client
The first API client targeting the Dyntrace Buckets API has been implemented, offering CRUD operations and an Upsert feature that can create or update configurations as needed.
Client API Creation Factory
The introduction of clients.Factory()
simplifies the process of constructing and instantiating API clients.
Logging
We have incorporated logr to facilitate the seamless integration of your custom logger implementation.
HTTP Request / Response tracking
The library allows you to register a listener for its clients, enabling you to monitor/track any HTTP calls made by the underlying HTTP clients.
For more information about how to get started using the configuration-as-code-core
library, please take a look here.