Skip to content

Releases: primait/bridge_ex

1.0.0

18 Feb 09:08
3a2b2f9
Compare
Choose a tag to compare
  • Return full graphql error objects instead of just a concatenated error message (#27)
  • Improve exdocs documentation (#25)
  • Add support for global log options (#25)
  • Detect incorrect auth0 config at compile time (#25)

0.4.1

08 Feb 08:46
6949115
Compare
Choose a tag to compare
  • Add new option log_options to better control what the lib logs on HTTP errors/request errors (#24)

0.4.0

02 Feb 10:43
da08614
Compare
Choose a tag to compare
  • [BREAKING] Require config :bridge_ex, :auth0_enabled to be set in order to use Auth0 authentication
  • Update dependencies to use Opentelemetry 1.0 (#23)
  • Removed http_ prefix from header option (#16)

0.3.1

20 Jan 13:37
24ea094
Compare
Choose a tag to compare
  • Merge pull request #14 from primait/update-version
  • v0.3.1g
  • Merge pull request #13 from primait/fix-headers-graphql-call
  • Merge branch 'fix-headers-graphql-call' of github.com:primait/bridge_ex into fix-headers-graphql-call
  • Review andrea.pavoni
  • Add test for custom http headers
  • Fix options merge statements

0.3.0-rc.1

03 Dec 15:31
c09f0be
Compare
Choose a tag to compare

Added

  • Support authenticating calls via Auth0 through auth0_ex

Fixed

  • Fix typo in bridge for max_attempts configuration.

0.2.0-rc.1.1

24 Nov 13:40
2c457ea
Compare
Choose a tag to compare

Fix mix project for hex.pm publishing

0.2.0-rc.1

24 Nov 11:47
Compare
Choose a tag to compare
Bump version to 0.2.0-rc.1

0.1.1

22 Nov 09:55
Compare
Choose a tag to compare
  • Bump version to 0.1.1
  • Publish the package on hex.pm (#7)
  • Update drone pipeline drone-tools:1.21.2

0.1.0

16 Nov 10:38
Compare
Choose a tag to compare

Initial implementation of bridge_ex