Skip to content

Releases: primait/bridge.rs

0.16.1

02 May 13:48
7a4cc71
Compare
Choose a tag to compare

Changed

  • Added jwks_client_rs instead of reimplemnting it's functionality
  • Updated reqwest to 0.12, reqwest-middleware to 0.3 and http to 1.0

Commits

  • Prep release (#158) by MaeIsBad
  • Update reqwest-middleware requirement from 0.2.3 to 0.3.0 (#157) by dependabot[bot]
  • [PLATFORM-1400]: Include jwks_client in bridge.rs (#153) by Simone Cottini

0.16.0

11 Mar 11:09
c584ab1
Compare
Choose a tag to compare

Added

  • Support for opentelemetry 0.21
  • tracing_opentelemetry_0_20 and tracing_opentelemetry_0_21 features
  • tracing_opentelemetry is now an alias for the latest version of otel(so tracing_opentelemetry_0_21)

Opentelemetry 0.20 support can be enabled by enabling the tracing_opentelemetry_0_20 feature instead of tracing_opentelemetry.
We are going to support at least the last 3 versions of opentelemetry. After that we mightremove support for older otel version without it being a breaking change.


Commits

  • [PLATFORM-1473] Support opentelemetry 0.21 (#154) by MaeIsBad
  • Update cargo.toml version (#148) by Simone Cottini
  • Fix release (#147) by Simone Cottini
  • [PLATFORM-1372]: Migrate bridge.rs to GHA (#145) by Simone Cottini

0.15.1-rc.0

18 Dec 13:28
799f190
Compare
Choose a tag to compare
  • Update cargo.toml version (#148) by Simone Cottini
  • Fix release (#147) by Simone Cottini
  • [PLATFORM-1372]: Migrate bridge.rs to GHA (#145) by Simone Cottini

0.15.1

20 Oct 07:57
f8bb319
Compare
Choose a tag to compare

Added

  • scope for auth0 token request

Commits

  • v0.15.1 (#140) by Simone Cottini
  • add scope in oauth/token request to auth0 (#139) by Riccardo Di Benedetto
  • Update jsonwebtoken requirement from 8.0 to 9.0 (#138) by dependabot[bot]

0.15.0

20 Sep 08:55
20198cd
Compare
Choose a tag to compare

Added

  • Support for reqwest_middleware

Changed


Commits

  • bump (#137) by Oliver Browne
  • Update chrono-tz requirement from 0.6.3 to 0.8.3 (#132) by dependabot[bot]
  • [PLATFORM-904]: Add support for middleware (#117) by Oliver Browne
  • Update tracing-opentelemetry requirement from >=0.17, <=0.20 to >=0.17, <=0.22 (#136) by dependabot[bot]

0.14.6

24 Aug 10:09
32647ea
Compare
Choose a tag to compare

Fixed

  • otel module is imported only if tracing_opentelemetry feature is defined

Commits

  • Prepare release (#135) by Cristiano Piemontese
  • [PLATFORM-1240]: Fix bridge.rs missing features errors (#134) by Cristiano Piemontese

0.14.5

23 Aug 14:55
fc43182
Compare
Choose a tag to compare

Changed

  • Allow opentelemetry 0.20

Commits

  • bump & changelog (#133) by Cristiano Piemontese
  • [PLATFORM-1201]: Update OTEL requirement to allow v0.20 (#130) by Cristiano Piemontese
  • Remove old time dependency (#131) by Enerdgumen

0.14.4

29 May 14:55
16554ab
Compare
Choose a tag to compare

Changed

  • Updates Auth0 token refresh logic to reduce the number of token renewals (#122)

Commits

  • Update changelog (#128) by Mite Ristovski
  • Update tracing-opentelemetry requirement from 0.17.0 to 0.19.0 (#126) by dependabot[bot]
  • [PLATFORM-1037]: Support opentelemetry 0.19 (#127) by MaeIsBad
  • [PLATFORM-1055]: Migrate bridge.rs actions to more maintained counterparts (#125) by MaeIsBad
  • Update redis requirement from 0.21.5 to 0.23.0 (#124) by dependabot[bot]
  • Update mockito requirement from 0.32.3 to 1.0.0 (#121) by dependabot[bot]
  • [PLATFORM-955]: Update mockito to ^0.32 (#120) by MaeIsBad
  • get cached token before refreshing (#112) by T.Alderighi
  • Refactor - simplify builder (#114) by Marco DallaG

0.14.2

04 Oct 11:41
Compare
Choose a tag to compare

Added

  • Introduced the new redis-tls feature that enables the tls authentication for the redis client

Commits

  • bump by Matteo Giachino
  • Add redis-tls feature to expose redis crate tls & tokio-native-tls-comp (#108) by Gian Lu

0.14.1

28 Sep 10:26
44363c4
Compare
Choose a tag to compare

Added

  • Reintroduced {RestRequest, GraphQLRequest}.get_body for public use.
    The method was publicly accessible before 0.14.0 but was undocumented and meant only for internal use.
  • Added BridgeBuilder.with_redirect_policy to specify how the Bridge should handle HTTP redirects

Commits

  • bump (#106) by Cristiano Piemontese
  • Improve documentation (again) and add changelog (#105) by Francesco Saltori
  • [PLATFORM-682]: [Bridge.rs] Re-expose a DeliverableRequest get_body function (#103) by William
  • change Policy into RedirectPolicy and exports it at root (#104) by Riccardo Di Benedetto
  • added method to builder to specify redirect policy (#100) by Riccardo Di Benedetto
  • add CODEOWNERS (#101) by Cristiano Piemontese