Skip to content

Releases: reddit/baseplate.go

v0.10.0-beta.5

19 Feb 20:32
cc43adf
Compare
Choose a tag to compare
v0.10.0-beta.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-beta.4...v0.10.0-beta.5

v0.10.0-beta.4

18 Feb 23:16
17098d4
Compare
Choose a tag to compare
v0.10.0-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-beta.3...v0.10.0-beta.4

v0.10.0-beta.3

11 Feb 17:40
9a3f681
Compare
Choose a tag to compare
v0.10.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-beta.2...v0.10.0-beta.3

v0.10.0-beta.2

31 Jan 16:40
84d38fe
Compare
Choose a tag to compare
v0.10.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.10.0-beta.1...v0.10.0-beta.2

v0.10.0-beta.1

28 Jan 19:39
bf9fe99
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-beta...v0.10.0-beta.1

v0.10.0-beta

24 Jan 15:51
c8865c5
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.9.19...v0.10.0-beta

v0.9.19

09 Jan 23:36
v0.9.19
Compare
Choose a tag to compare

What's Changed

  • Update supported go versions to 1.22+1.23 by @fishy in #659
  • Add omitempty yaml tag to deprecated log.Wrapper fields by @fishy in #658
  • Support attributing client metrics back to the owning cluster by @justinmir in #661
  • kafkabp: Add AWSAvailabilityZoneIDRackID rack implementation by @fishy in #662
  • Update thrift to v0.21.0 by @fishy in #663
  • httpbp/thriftbp: Tracing middlewares v2 compat fix by @fishy in #665
  • thriftbp: Tweak client pool connection reuse logic by @fishy in #668

New Contributors

Full Changelog: v0.9.18...v0.9.19

v0.9.18

16 Jul 15:00
v0.9.18
Compare
Choose a tag to compare

What's Changed

  • style-guide: Add guidance about multiple return values from a func by @fishy in #651
  • thriftbp: Report request/response payload sizes from client side by @fishy in #650
  • thriftbp: Support unix domain socket on thrift clients by @fishy in #649
  • thriftbp: Fix a bug caused by bad merge from the previous PR by @fishy in #652
  • thriftbp: Deprecate ServerConfig.ReportPayloadSizeMetricsSampleRate by @fishy in #653
  • Add filewatcher/v2 by @fishy in #654
  • experiments: Switch to filewatcher/v2 by @fishy in #655
  • clientpool: Check Get after Close and return appropriate error by @fishy in #656
  • kafkabp: Support AWS IMDS v2 for rack id by @fishy in #657

Full Changelog: v0.9.17...v0.9.18

v0.9.17

01 May 22:10
039b291
Compare
Choose a tag to compare

What's Changed

  • Introduce an error for trying to fetch a secret of the wrong type. by @folone in #642
  • Update supported go versions to 1.21+1.22 by @fishy in #643
  • thriftbp: Support native slog.LogValuer implementation for errors by @fishy in #641
  • Add All Go metrics to admin endpoint default by @SuperQ in #629
  • build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #645
  • Update thrift to v0.20.0 by @fishy in #646
  • httpbp: Fix Retries middleware by @fishy in #647
  • build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #648

New Contributors

Full Changelog: v0.9.16...v0.9.17

v0.9.16

08 Jan 21:34
v0.9.16
Compare
Choose a tag to compare
  • Support v2 tracing hook middlewares
  • thriftbp: Add config for THeader for general ingress routing
  • kafkabp: Add NewConsumerWithConfigOverriders