Skip to content

Releases: mailgun/holster

v4.15.0

25 Sep 13:50
d52ca92
Compare
Choose a tag to compare

What's Changed

  • Added gRPC connection pooling grpcconn by @Baliedge in #178
    • grpcconn automates gRPC Connection pooling. This is necessary for use cases requiring frequent stream creation and high stream concurrency to avoid reaching the default 100 stream per connection limit.

v4.14.3

18 Jul 15:19
1230bd9
Compare
Choose a tag to compare

Adds yaml marshal/unmarshal support to clock.RFC822 type.

v4.14.2

21 Jun 14:29
fa93174
Compare
Choose a tag to compare

What's Changed

  • mxresolv.Lookup() now properly randomized hosts in some situations by @thrawn01 in #175

Full Changelog: v4.14.1...v4.14.2

v4.14.1

19 Jun 15:27
ccaeadc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.14.0...v4.14.1

v4.14.0

13 Jun 13:51
c98f8ac
Compare
Choose a tag to compare

What's Changed

  • mxresolv.Lookup() now randomizes the mx host records when cached by @thrawn01 in #173

Full Changelog: v4.13.0...v4.14.0

v4.13.0

08 Jun 19:21
31f9cc1
Compare
Choose a tag to compare

What's Changed

  • Update OpenTelemetry deps by @Baliedge in #172.
  • Update gRPC module.
    • May cause breaking change to holster's discovery package due to breaking change in resolver.Target struct.
      • Changes Endpoint string to URL url.URL, where its Path is set to endpoint value.

v4.12.4

01 Jun 14:20
0a7769c
Compare
Choose a tag to compare

What's Changed

  • Add sampling configuration to "Initializing OpenTelemetry" log message by @Baliedge in #171.

v4.12.3

12 May 14:32
6210080
Compare
Choose a tag to compare

What's Changed

  • Implement Unwrap() for withContext errors #170

Full Changelog: v4.12.2...v4.12.3

v4.12.2

13 Mar 20:17
2f66002
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.12.0...v4.12.2

v4.12.1

13 Mar 18:39
7f049c0
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20221004154528-8021a29435af to 0.7.0 by @dependabot in #166
  • PIP-2329: Tracing updates by @Baliedge in #167

New Contributors

Full Changelog: v4.11.1...v4.12.1