Releases: appoptics/appoptics-api-go
Releases · appoptics/appoptics-api-go
Internal improvements
- BatchPersister now uses more idiomatic control channels
- Cleaned up outdated code in Makefile
- Replaced some multi-line test value checks with single-line calls to Testify's
assert
Bug fixes
- Fix for #75
- Dump request body when client is set for debug mode
Better CLI errors
Fixes an issue that could make it harder for people to develop CLI tools easily.
0.5.1
- Fix a bug that could happen w/ zero values in alerts
0.5.0
- Add
SetHTTPClient
method, which allows the user to supply a custom http.Client
0.4.0
- Reuse a single
http.Client
instance for all requests. This enables connection pooling by net/http
.
- Use the default
http.Transport
, which has good defaults.
0.3.2
Differentiate alert request/response structs (#64)
0.3.1
Fix issue with AlertConditions
Full API support
Public API fully supported, some public interfaces still open to change.