Skip to content

Releases: appoptics/appoptics-api-go

Internal improvements

03 Feb 20:34
d751233
Compare
Choose a tag to compare
  • 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

15 Jan 19:17
f6aefa2
Compare
Choose a tag to compare
  • Fix for #75
  • Dump request body when client is set for debug mode

Better CLI errors

13 Jan 21:16
adf475d
Compare
Choose a tag to compare

Fixes an issue that could make it harder for people to develop CLI tools easily.

0.5.1

16 Dec 15:29
948a740
Compare
Choose a tag to compare
  • Fix a bug that could happen w/ zero values in alerts

0.5.0

21 Nov 15:26
7c44f1c
Compare
Choose a tag to compare
  • Add SetHTTPClient method, which allows the user to supply a custom http.Client

0.4.0

17 Oct 15:31
43836a3
Compare
Choose a tag to compare
  • 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

09 Apr 13:18
69abc66
Compare
Choose a tag to compare
Differentiate alert request/response structs (#64)

0.3.1

05 Apr 19:35
Compare
Choose a tag to compare

Fix issue with AlertConditions

Full API support

05 Apr 19:02
58702c0
Compare
Choose a tag to compare

Public API fully supported, some public interfaces still open to change.