Skip to content

Releases: honeycombio/beeline-go

v1.16.0

08 Apr 08:25
80b7651
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

Maintenance

v1.15.0

05 Mar 13:19
9253eca
Compare
Choose a tag to compare

Enhacements

Maintenance

v1.14.0

04 Dec 12:05
6f7cf47
Compare
Choose a tag to compare

Enhancements

  • perf: speed up adding fields, reduce memalloc if field name is already prefixed with "app." (#406) | @robbkidd

Maintenance

  • maint(deps): bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.3 (#403) | @dependabot
  • maint(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 (#396) | @dependabot
  • maint(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0 (#398) | @dependabot
  • maint(deps): bump github.com/felixge/httpsnoop from 1.0.3 to 1.0.4 (#408) | @dependabot
  • maint(deps): bump github.com/gorilla/mux from 1.8.0 to 1.8.1 (#407) | @dependabot

v1.13.0

31 Jul 18:58
v1.13.0
6b901b2
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes 💥

🛠️ Maintenance

  • maint(deps): bump github.com/honeycombio/libhoney-go from 1.19.0 to 1.20.0 by @dependabot in #387
  • maint(deps): bump google.golang.org/grpc from 1.55.0 to 1.57.0 by @dependabot in #391
  • maint(deps): [examples] bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #386
  • maint(deps): bump github.com/labstack/echo/v4 from 4.10.2 to 4.11.1 by @dependabot in #392

Full Changelog: v1.12.0...v1.13.0

v1.12.0

06 Jun 14:30
f1fb412
Compare
Choose a tag to compare

⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.17

Maintenance

v1.11.1

19 Oct 18:38
cd88456
Compare
Choose a tag to compare

Fixes

Maintenance

v1.11.0

12 Oct 19:05
32c3ebb
Compare
Choose a tag to compare

1.11.0 2022-10-11

Enhancements

Maintenance

v1.10.0

24 Aug 18:40
8fb134b
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

01 Jul 16:07
5b894b8
Compare
Choose a tag to compare

Enhancements

  • Use simple concat for prepending "app." field prefix (#328) | @lizthegrey

Maintenance

  • Bump github.com/gobuffalo/pop/v6 from 6.0.2 to 6.0.4 (#326)
  • Bump github.com/felixge/httpsnoop from 1.0.2 to 1.0.3 (#324)
  • Bump google.golang.org/grpc from 1.45.0 to 1.47.0 (#325)
  • Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (#321)
  • Bump github.com/gobuffalo/pop/v6 from 6.0.1 to 6.0.2 (#323)

v1.8.0

08 Apr 20:01
8b29774
Compare
Choose a tag to compare

!!! 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.