Releases: yvrhdn/go-honeycombio
Releases · yvrhdn/go-honeycombio
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.4
New in v0.1.4:
- QuerySpec: added the new filter operators
in
andnot-in
(feature announcement)
v0.1.3
New in v0.1.3:
- Board: added the BoardQueryStyle property to choose how queries are visualized (feature announcement)
v0.1.2
v0.1.1
v0.1.0
New in v0.1.0:
- Breaking change: changed signature of
Markers.Create
to accept aMarker
instead ofCreateMarkerData
- Breaking change: renamed all
CalculationOp
variants fromCalculateOpXXX
toCalculationOpXXX
- Breaking change:
QuerySpec
changedFilterCombination
from*FilterCombination
toFilterCombination
- 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
andTriggerRecipientTypes
- Added
Markers.Update
andMarkers.Delete
- Improve consistency of docs