Skip to content

Releases: yvrhdn/go-honeycombio

v0.3.0

27 Apr 23:01
b58076a
Compare
Choose a tag to compare

New in v0.3.0:

  • BoardQuery now also contains QueryID and QueryAnnotationID #16, thanks to @tyler-boyd

v0.2.2

13 Mar 01:15
Compare
Choose a tag to compare

New in v0.2.2:

v0.2.1

02 Mar 00:16
Compare
Choose a tag to compare

New in v0.2.1:

v0.2.0

19 Oct 23:51
c34a9af
Compare
Choose a tag to compare

New in v0.2.0:

  • breaking change: changed type of TriggerThreshold.Value from *float64 to float64

v0.1.4

19 Oct 21:15
980dd5f
Compare
Choose a tag to compare

New in v0.1.4:

v0.1.3

13 Oct 19:28
Compare
Choose a tag to compare

New in v0.1.3:

  • Board: added the BoardQueryStyle property to choose how queries are visualized (feature announcement)

v0.1.2

06 Oct 19:53
Compare
Choose a tag to compare

New in v0.1.2:

  • QuerySpec: added the properties time_range, granularity, start_time and end_time

v0.1.1

09 Sep 23:38
Compare
Choose a tag to compare

New in v0.1.1:

  • added a new TriggerRecipientType for webhooks: TriggerRecipientTypeWebhook

v0.1.0

24 Aug 00:39
Compare
Choose a tag to compare

New in v0.1.0:

  • Breaking change: changed signature of Markers.Create to accept a Marker instead of CreateMarkerData
  • Breaking change: renamed all CalculationOp variants from CalculateOpXXX to CalculationOpXXX
  • Breaking change: QuerySpec changed FilterCombination from *FilterCombination to FilterCombination
  • Added helper methods XxxPtr to get a pointer from a literal
  • Added functions to get an exhaustive list of enum variants: BoardStyles, CalculationOps, FilterOps, FilterCombinations, SortOrders, TriggerThresholdOps and TriggerRecipientTypes
  • Added Markers.Update and Markers.Delete
  • Improve consistency of docs

v0.0.14

14 Aug 22:44
Compare
Choose a tag to compare

New in v0.0.14:

  • internal changes only