Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
- `libhoney.Config` includes a new optional field `Output`, for more control
  over how events are handled once submitted (#15).

- bug fix for HTTP error handling (#16).
  • Loading branch information
emfree committed Oct 27, 2017
1 parent 0f20021 commit fa150b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libhoney.go
Expand Up @@ -27,7 +27,7 @@ func init() {
const (
defaultSampleRate = 1
defaultAPIHost = "https://api.honeycomb.io/"
version = "1.3.3"
version = "1.4.0"

// DefaultMaxBatchSize how many events to collect in a batch
DefaultMaxBatchSize = 50
Expand Down

0 comments on commit fa150b3

Please sign in to comment.