All Versions
20
Latest Version
Avg Release Cycle
168 days
Latest Release
211 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.5 Changes
November 14, 2025What's Changed
- [Feat] bump v0.11.4 by @sleipnir in #460
- Report GRPC.Errors as normal shutdowns in the cowboy adapter by @ollien in #461
- π² Add
exception_log_filteroption to server by @ollien in #462 - π Fix assertless test for exception log filtering by @ollien in #463
- Ensure 1 GRPC.Client.Supervisor by @mrmicahcooper in #466
π New Contributors
- @ollien made their first contribution in #461
- @mrmicahcooper made their first contribution in #466
Full Changelog : v0.11.4...v0.11.5
-
v0.11.4 Changes
November 07, 2025What's Changed
- β¬οΈ Bump package version by @sleipnir in #447
- βͺ Revert "[Feat] Client LB using gRPC specs " by @polvalente in #449
- [FIX] Virtual channel creation with non resolvable address by @sleipnir in #450
- π¨ refactor: better interface and simpler implementation for GRPC.Stream.run by @polvalente in #453
- π chore: remove Logger.debug/1 noise by @oohnoitz in #454
- β [Fix] content type warning by @sleipnir in #455
- π fix: refresh error spam on direct_state (no lb) by @JoeriDijkstra in #456
- [Feat] Error handler in streams by @sleipnir in #451
- π docs: overhaul library documentation by @sleipnir in #458
- π Fix/docs struct by @sleipnir in #459
π New Contributors
- @oohnoitz made their first contribution in #454
- @JoeriDijkstra made their first contribution in #456
Full Changelog : v0.11.0...v0.11.4
-
v0.11.3 Changes
October 23, 2025β Removes a noisy debug log from the client connection load balancer
Full Changelog : v0.11.2...v0.11.3
-
v0.11.2 Changes
October 21, 2025What's Changed
- β¬οΈ Bump package version by @sleipnir in #447
- [FIX] Virtual channel creation with non resolvable address by @sleipnir in #450
Full Changelog : v0.11.0...v0.11.2
-
v0.11.0 Changes
October 14, 2025What's Changed
- π Update documentation by @sleipnir in #425
- β‘οΈ Update README.md by @sleipnir in #427
- π fix: passing the adapter_opts properly by @XinGuanTubi in #431
- π Fixes broken links for CI badges by @antedeguemon in #433
- Always set CORS headers by @aseigo in #434
- [Chore]: Fallback to json if accept header not defined by @sleipnir in #436
- π² Log server timeouts captured by
Cowboy.Handlerby @pzhou-thescore in #439 - π Fix warnings by @yordis in #441
- π fix: catch exits from crashing genserver in tests by @polvalente in #444
- fix: update accepted_compressors to use channel's accepted_compressors by @yordis in #445
- π feat: add error details support by @yordis in #442
- [Feat] Client LB using gRPC specs by @sleipnir in #438
π New Contributors
- @XinGuanTubi made their first contribution in #431
- @antedeguemon made their first contribution in #433
- @pzhou-thescore made their first contribution in #439
- @yordis made their first contribution in #441
Full Changelog : v0.10.2...v0.11.0
-
v0.10.2 Changes
July 12, 2025What's Changed
- π [Feat]: Add support for streams pipelines by @sleipnir in #418
- π Fix/start server keyword by @sleipnir in #422
Full Changelog : v0.10.1...v0.10.2
-
v0.10.1 Changes
May 10, 2025What's Changed
- β‘οΈ Chore/update readme by @sleipnir in #417
- Pass nodelay as a TCP option instead of a TLS option by @v0idpwn in #419
Full Changelog : v0.10.0...v0.10.1
-
v0.10.0 Changes
May 06, 2025What's Changed
- π New release tag by @sleipnir in #385
- π Release 0.9.0 by @sleipnir in #386
- β Add one-line logs with time by @carrascoacd in #392
- [#397]: Preserve the order of the response messages when the stream response process handles ":consume_response" by @senconscious in #396
- β add better logging for mint adapter in case of connection error by @flaviogrossi in #408
- if an erlang error escapes it causes ReportException to fail and hide⦠by @jeregrine in #407
- β‘οΈ chore: update protobuf library version by @polvalente in #410
- π Fix: deprecated s.o base image for github workflows by @sleipnir in #413
- Access mode detection (transcode vs grpcweb vs grpc) by @aseigo in #412
- π Encode protobuf to iodata for better performance by @v0idpwn in #395
- β Remove elixir 1.12 from git pipeline by @sleipnir in #415
- π¨ refactor: use Keyword.validate! and bump to v0.10 and elixir 1.15 by @polvalente in #416
π New Contributors
- @senconscious made their first contribution in #396
- @flaviogrossi made their first contribution in #408
- @jeregrine made their first contribution in #407
- @aseigo made their first contribution in #412
Full Changelog : v0.9.0...v0.10.0
-
v0.9.0 Changes
July 17, 2024What's Changed
- π Use persistent_term for cowboy dispatch by @v0idpwn in #363
- Fix call_rpc fallback function params by @ZhengQingchen in #366
- β Remove deprecated functions by @sleipnir in #367
- β‘οΈ Update maintainers list by @sleipnir in #369
- π Fix elixir 1.17 warnings by @hypno2000 in #368
- π Allow configurable Mint adapter by @caike in #370
- β Add initial guide about HTTP/2 connection pooling by @Nezteb in #350
- π Docs: Fix README syntax highlight by @caike in #373
- π improve docs and specs for
Cowboy.Handlerby @beligante in #374 - [#184] gracefully handles server process shutdown by @beligante in #375
- β Remove outdated statement from README by @v0idpwn in #379
- π Allow client settings opt on mint adapter by @beligante in #378
- β‘οΈ Update badges in readme by @kianmeng in #380
- π [377] Add
crash_reportlogger metadata for exceptions captured byCowboy.Handlerby @beligante in #381 - π Fix. Integration client tests by @sleipnir in #382
- β Remove warnings by @sleipnir in #383
- π Fix. Gun server tests by @sleipnir in #384
π New Contributors
- @ZhengQingchen made their first contribution in #366
- @hypno2000 made their first contribution in #368
- @caike made their first contribution in #370
- @kianmeng made their first contribution in #380
Full Changelog : v0.8.1...v0.9.0
-
v0.8.1 Changes
April 08, 2024What's Changed
- π chore: remove dialyzer by @polvalente in #358
- β chore: reduce testing footprint by @polvalente in #359
- π fix: add priv to package by @fahchen in #360
π New Contributors
Full Changelog : v0.8.0...v0.8.1