v0.5.0 - 2022-07-27
What's Changed
- fix(server): remove blocking read_body by receiving in our handler by @tony612 in #151
- shut down gun process when it is not used anymore by @rbao in #152
- feat: Use location: :keep to make error messages better. by @asummers in #158
- feat: expose max_connections ranch transport option by @jhowarth in #161
- perf: Remove unnecessary iteration in http2 decoding by @asummers in #157
- feature: introduce get cert by @bamorim in #156
- [Fix warn] use STACKTRACE and update some deps by @redink in #180
- Relax cowboy version constraint from 2.7.0 to 2.7 by @hkrutzer in #163
- fix: use setup-beam GH action by @polvalente in #222
- Fix typos in stub.ex by @nmashton in #164
- fix: Don't crash on errors from the adapter by @frekw in #175
- Add support for
request_id
inGRPC.Server.Stream
by @ilyashuma in #198 - chore: update Elixir, Erlang and dependencies by @polvalente in #224
- deps: upgrade protobuf to 0.10 by @wingyplus in #228
- fix: correct typespec in GRPC.Message.Protobuf by @wingyplus in #230
- feat: accept more combos of log level by @polvalente in #227
- Provide a mechanism to inject a custom status handler by @carrascoacd in #171
- fix: add @impl to logger interceptor callback by @wingyplus in #231
- include some specs on status and format entire project by @rands0n in #210
- chore: make protobuf optional by @polvalente in #233
- chore: delete GRPC.Message.Protobuf by @wingyplus in #234
- fix: return adapter error instead of wrapped string by @polvalente in #235
- Define behaviours for client and server adapters by @avillen in #200
- ci: run interop test on PR and master branch by @wingyplus in #238
- docs: update readme by @polvalente in #240
- ci: remove cron_ci.yml and .ci by @wingyplus in #243
- refactor: revise helloworld example by @wingyplus in #244
- refactor: revise route_guide example by @wingyplus in #245
- feat(ci): add dialyzer and improve workflows by @polvalente in #248
- chore(ci): upgrade actions/checkout to v3 by @wingyplus in #251
- chore: bump to 0.5.0 by @polvalente in #253
New Contributors
- @rbao made their first contribution in #152
- @asummers made their first contribution in #158
- @jhowarth made their first contribution in #161
- @bamorim made their first contribution in #156
- @hkrutzer made their first contribution in #163
- @polvalente made their first contribution in #222
- @nmashton made their first contribution in #164
- @frekw made their first contribution in #175
- @ilyashuma made their first contribution in #198
- @wingyplus made their first contribution in #228
- @carrascoacd made their first contribution in #171
- @rands0n made their first contribution in #210
- @avillen made their first contribution in #200
Full Changelog: v0.5.0-beta.1...v0.5.0