Releases: honeycombio/beeline-go
Releases · honeycombio/beeline-go
v1.10.0
Enhancements
- Add more request header information to GRPC handler spans (#341) | @robbkidd
request.header.x_forwarded_for
request.header.x_forwarded_proto
request.remote_addr
Maintenance
- maint: add go 1.19 to CI (#340) | @vreynolds
- Downgrade go-sqlite3 to stable version (#338) | @malt3
- Bump google.golang.org/grpc from 1.47.0 to 1.48.0 (#333) | @dependabot
- Bump github.com/gin-gonic/gin from 1.7.7 to 1.8.1 (#330) | @dependabot
- Bump github.com/gobuffalo/pop/v6 from 6.0.4 to 6.0.6 (#335) | @dependabot
- Bump github.com/honeycombio/libhoney-go from 1.15.8 to 1.16.0 (#334) | @dependabot
- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (#332) | @dependabot
- [examples] Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#336) | @dependabot
New Contributors
Full Changelog: v1.9.0...v1.10.0
v1.9.0
v1.8.0
!!! Note !!!
Minimum Go version required is now 1.16.
Maintenance
- Update gobuffalo/pop from v5 to v6, which uses features introduced in Go version 1.16.
- Update google.golang.org/protobuf from 1.26.0 to 1.28.0.
- Update google.golang.org/grpc from 1.43.0 to 1.45.0.
- Update labstack/echo from 4.6.1 to 4.7.2.
- Remove support for Go 1.14 and 1.15.
- Add support for Go 1.18.
v1.7.0
Enhancements
- Add Environment & Services support by @JamieDanielson in #309
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Enhancements
- feat: pass process root span id as pprof profile id tag (#305) | @lizthegrey
Fixes
- fix: preserve previous pprof labels after span end (#306) | @lizthegrey
Full Changelog: v1.5.1...v1.6.0
v1.5.1
Enhancements
- Add RebindContext method to Tx struct (#303) | @paulosman
v1.5.0
Enhancements
- Add a RebindContext method to hnysqlx.DB wrapper (#301) | @paulosman
Maintenance
- Bump google.golang.org/grpc from 1.42.0 to 1.43.0 (#296)
v1.4.1
Maintenance
- Bump libhoney-go to v1.15.8 (#297) | @mikegoldsmith
- Add re-triage workflow (#295) | @vreynolds
v1.4.0
Improvements
- accept both w3c and honeycomb propagation headers by default (#293) | @vreynolds
Maintenance
- Bump google.golang.org/grpc from 1.40.0 to 1.42.0 (#288) | @dependabot
- Bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7 (#292) | @dependabot
Full Changelog: v1.3.2...v1.4.0
v1.3.2
Features
- [hnygrpc] add a human readable version of the grpc status code to auto instrumentation by @maplebed in #287
Maintenance
- test: remove flake-prone test case by @vreynolds in #289
Full Changelog: v1.3.1...v1.3.2