Skip to content

Releases: pace/bricks

v0.2.2

25 Oct 06:46
a5f5d4b
Compare
Choose a tag to compare

What's Changed

  • 273 implement mask for base64 basic auth by @JoLePheno in #279
  • Add arm64 implementation for termination log by @kriegr in #280

Add grpc context dialer

24 Sep 10:40
8539fd3
Compare
Choose a tag to compare
Merge pull request #276 from pace/grpc

add grpc client and server middleware setup code

Update dependencies and fix dependency issues

30 Aug 09:06
54b8e89
Compare
Choose a tag to compare

Update dependencies and fix dependency issues

Expose external dependency round tripper name

19 Jul 07:27
9f596a6
Compare
Choose a tag to compare
v0.1.100

Merge pull request #272 from pace/expose-external-dependency-round-tr…

client id header

02 Jun 12:57
96cd30f
Compare
Choose a tag to compare
Merge pull request #269 from pace/client_id_header

Client id header

Better tracing

20 May 08:22
9caa616
Compare
Choose a tag to compare
Merge pull request #267 from arnold-iakab/trace-id-support

Trace id support

Fork rmq/v3

07 May 13:46
4cc212a
Compare
Choose a tag to compare
Merge pull request #264 from pace/fork-rmq

Fork rmq/v3: remove unrecoverable failure

Fix bug in couchdb health code

28 Apr 08:36
d812d59
Compare
Choose a tag to compare
Merge pull request #263 from pace/fix-couchdb-healthcheck-disable

Fix wrong logic when disabling couchdb health check

Rework API Generator for more flexibility

28 Apr 07:13
aa4da6e
Compare
Choose a tag to compare

Merge pull request #259 from pace/rework-api-generator

Users of the api generator are now not restricted to implement the full service interface but have the ability to use a router with a fallback mechanism.

Switch for couchdb health check

27 Apr 09:12
2a8d00c
Compare
Choose a tag to compare
Merge pull request #262 from pace/health-logging

Health check: remove a noisy log line, add a required one