Skip to content

Releases: heroku/x

Add support for blocking in Redis Pools

18 Oct 17:23
c12028c
Compare
Choose a tag to compare
Merge pull request #180 from heroku/allow-redis-pools-to-wait

allow redigo pools to wait

Support dyno ID verification

03 Oct 09:18
@tt tt
Compare
Choose a tag to compare

This merges #176 to support dyno ID verification.

Adding support for redispool DialContext

20 Jul 22:35
33262c0
Compare
Choose a tag to compare

The redispool package was updated to support passed-in contexts.

v0.0.50

23 Feb 18:09
58c9669
Compare
Choose a tag to compare

#172 fixes a bug in OTEL provider gauges, where instead of Add, Set is called.

v0.0.49

11 Feb 22:07
2116165
Compare
Choose a tag to compare

What's Changed

High cardinality metrics with configurable histogram type for GRPC servers by @agnaite in #171.

v0.0.48

08 Feb 20:00
d3a5c66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.47...v0.0.48

Add Open-Telemetry metrics provider

17 Sep 19:04
7b679f9
Compare
Choose a tag to compare

#149 implements an otel provider that satifies the go-kit Provider interface.

This release also includes updates to packages that otel depends on, including but not limited to golang/protobuf, grpc-ecosystem/grpc-gateway, and google.golang.org/grpc.

Option Enhancements to logplex/encoding/scanner

17 Jun 20:16
72db34a
Compare
Choose a tag to compare

The logplex/encoding Scanner library has been updated with more configurability.

  • Added WithBuffer function to tune the underlying Scanner buffer.
  • Added WithSplit function to tune the underlying bufio.SplitFunc used by the Scanner
  • Added RFCComplient function to tune the rfc compliance flag on/off
  • Added a TruncatingSyslogSplitFunc implementation to truncate loglines larger than a given size.

v0.0.27

04 Mar 17:11
f52d432
Compare
Choose a tag to compare

Added the SFCiphers list and SFAllowed function, which provides the TLS configuration allowed according to SFSS-151.

See https://help.salesforce.com/articleView?id=000351980

v0.0.25

07 Jul 21:16
fcfe13f
Compare
Choose a tag to compare

heroku/x now depends on at least heroku/rollrus@v0.2.0 and go-chi/chi@v4.1.2 (#140).

cmdutil/service.New now accepts nil for the appConfig argument for cases where it's useful to set up the standard service config but omit custom config (#139).

logplex/encoding.NewDrainScanner now only requires an io.Reader (#141).