Skip to content

Releases: primait/bridge.rs

0.25.0

07 Aug 13:29
7051f74
Compare
Choose a tag to compare
  • Support for opentelemetry 0.30, now the default version.

Commits

  • chore: bump for release (#199) by Cristiano Piemontese
  • feat: bump to otel 0.30 (#196) by campeis

0.24.1

17 Jun 11:06
a10ff35
Compare
Choose a tag to compare

Changed

  • Relaxed tonic dependency to allow version 0.12.
    This was done at an explicit user request, do not expect old version of tonic to be supported in the future.
    Feel free to ask if you have a similar request.

Commits

  • Relax tonic dependency (#198) by MaeIsBad
  • Box SelectorNotFound error (#197) by MaeIsBad
  • Update redis requirement from 0.31 to 0.32 (#195) by dependabot[bot]

0.24.0

03 Jun 07:10
0859f86
Compare
Choose a tag to compare

Added

  • Cache keys are now dependent on implementation (Redis, DynamoDB, InMemory)
    • Redis cache keys now use a format of
      {user_defined_prefix}:auth0rs_tokens:{client_id}:{token_version}:{audience}
      i.e. the microservice name using the bridge is prepended, this should help
      with permission handling
    • DynamoDb uses a format of
      auth0rs_tokens:{client_id}:{token_version}:{audience}

Changed

  • CacheType::Redis is now a struct which accepts a url and a prefix for keys
    saved on Redis.

Undeprecated

  • Auth0::new is undeprecated again, since it provides a convenient way to
    setup the client. We reserve the right to re-deprecate it in the future once
    we settle on a nicer API

Commits

  • [DEVEX-2497]: Prefix redis keys with microservice name (#194) by Cristiano Piemontese
  • Update redis requirement from 0.30 to 0.31 (#193) by dependabot[bot]
  • Update redis requirement from 0.29 to 0.30 (#192) by dependabot[bot]
  • Update tonic requirement from 0.12 to 0.13 (#190) by dependabot[bot]
  • chore: pin third party actions (#191) by Emiliano

0.23.0

24 Mar 14:56
5c86a70
Compare
Choose a tag to compare
  • Support for opentelemetry 0.29, now the default version.

Commits

  • bump minor (#189) by Cristiano Piemontese
  • feat: bump to otel 0.29 (#188) by campeis
  • Add a note about breaking redis cache keys to 0.21 changelog (#187) by MaeIsBad

0.22.0

20 Feb 13:51
54e1cff
Compare
Choose a tag to compare
  • Support for opentelemetry 0.28, now the default version.

Commits

  • bump for release (#186) by Cristiano Piemontese
  • feat: bump to otel 0.28 (#185) by campeis
  • Update redis requirement from 0.28 to 0.29 (#184) by dependabot[bot]
  • Update redis requirement from 0.27 to 0.28 (#179) by dependabot[bot]

0.21.0

10 Feb 14:28
2174683
Compare
Choose a tag to compare

Fixed

  • Fixed docs.rs not building the documentation

Deprecated

  • Deprecated a lot of old auth0 APIs. See the docs for alternatives to use.

Added

  • DynamoDB cache provider

Commits

  • [DEVEX-2333]: Implement caching using dynamo (#183) by MaeIsBad
  • fix owner (#180) by Cristiano Piemontese
  • Update CODEOWNERS (#181) by Cristiano Piemontese
  • Update reqwest-middleware requirement from 0.3.0 to 0.4.0 (#174) by dependabot[bot]

0.20.0

03 Dec 14:13
c611b99
Compare
Choose a tag to compare

Added

  • Support for opentelemetry 0.27, now the default version.
  • Added gRPC injector to help passing opentelemetry tracing context when doing gRPC calls.

Commits

  • [COLIB-522]: Fix the trace propagation for engine gRPC calls (#178) by Pavel Procopiuc
  • COLIB-530: Bump to otel 0.27 (#177) by Gian Lu

0.19.0

25 Nov 11:22
7258ac1
Compare
Choose a tag to compare

Added

  • Support for the option pool_idle_timeout in the client builder

Removed

  • Drop support for opentelemetry 0.20

Commits

  • prepare for release (#176) by Cristiano Piemontese
  • add pool_idle_timeout option to builder (#175) by Herve Huneau
  • Update CODEOWNERS (#173) by Cristiano Piemontese

0.18.0

22 Oct 09:00
90d8f0e
Compare
Choose a tag to compare

Added

  • Support for opentelemetry 0.26, now the default version.

Commits

0.17.0

27 Sep 14:44
28a0379
Compare
Choose a tag to compare

Added

  • Support for opentelemetry 0.25, now the default version.

Commits

  • otel 0.25 (#170) by Simone Cottini
  • Update redis requirement from 0.26 to 0.27 (#169) by dependabot[bot]