v0.6.0 - 2023-06-14
Highlights
- Initial implementation of Mint adapter
- Update to
:gun
2.0.0 - Initial support for grpc-web
- Support for
:telemetry
events
What's Changed
- Allow to use iolists in GRPC.Message.to_data/2 by @bszaf in #195
- chore: resolve some doc warnings by @polvalente in #250
- fix: avoid overriding user config if possible by @polvalente in #236
- refactor: accept keywords for opts instead of maps by @polvalente in #255
- Adds support for grpc-web by @drowzy in #206
- fix: rollback timeout opt handling by @polvalente in #256
- refactor: change application config methods by @polvalente in #258
- Feat/timestamp example by @angelo-moreira in #262
- add test to the example app by @angelo-moreira in #263
- Update README.md by @josevalim in #275
- update @action/cache version to v3 by @AdrielBento in #277
- Remove gun-specific code from stub to improve client adapter flexibility by @beligante in #267
- Replace tuple style supervisor child_spec with map on cowboy adapter by @prihandi in #266
- url encode/decode status-message header by @drowzy in #271
- Update README.md by @AdrielBento in #276
- docs: typo in contributions section by @angelo-moreira in #279
- doc: add : to Fields section in GRPC.Client.Stream by @wingyplus in #280
- fix: don't detect :rand.uniform(_real) in retry by @wingyplus in #281
- fix: use Bitwise.bsl/2 instead of <<< operator by @wingyplus in #283
- fix: fix dialyzer in GRPC.Server.Supervisor by @wingyplus in #282
- Upgrade to protobuf 0.11 by @htrefil in #286
- Fix GitHub actions by @beligante in #288
- Split client/server interceptors by @avillen in #289
- feat: Add Mint adapter by @beligante in #272
- fix: restore deprecated interceptor modules by @wingyplus in #292
- chore: remove prometheus by @polvalente in #296
- ci: add Elixir 1.14 by @wingyplus in #294
- fix: exclude Elixir 1.14 @ OTP 22 by @polvalente in #297
- Add support for ranch_tcp opts: ip, ipv6_v6only, inet, inet6 by @Nezteb in #308
- Document newly supported
ranch_tcp
options for Cowboy adapter by @Nezteb in #309 - Update gun to 2.0 by @carrascoacd in #301
- feat: add telemetry by @polvalente in #298
- Docs: Improves the module docs for error statuses. by @hackvan in #314
- docs: add client events to telemetry livebook by @polvalente in #317
- prepare for v0.6.0 by @polvalente in #318
New Contributors
- @bszaf made their first contribution in #195
- @angelo-moreira made their first contribution in #262
- @josevalim made their first contribution in #275
- @AdrielBento made their first contribution in #277
- @beligante made their first contribution in #267
- @prihandi made their first contribution in #266
- @htrefil made their first contribution in #286
- @Nezteb made their first contribution in #308
- @hackvan made their first contribution in #314
Full Changelog: v0.5.0...v0.6.0