Releases: primait/bridge_ex
Releases · primait/bridge_ex
1.0.0
- 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
- Add new option
log_options
to better control what the lib logs on HTTP errors/request errors (#24)
0.4.0
- [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
- 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
Added
- Support authenticating calls via Auth0 through
auth0_ex
Fixed
- Fix typo in bridge for
max_attempts
configuration.
0.2.0-rc.1.1
Fix mix project for hex.pm publishing
0.2.0-rc.1
Bump version to 0.2.0-rc.1
0.1.1
- Bump version to 0.1.1
- Publish the package on hex.pm (#7)
- Update drone pipeline drone-tools:1.21.2
0.1.0
Initial implementation of bridge_ex