View Source Changelog for ConnGRPC
v0-4-3
v0.4.3
fix
Fix
- Add missing return value to
@specofConnGRPC.Pool.get_channel/1
v0-4-2
v0.4.2
fix-1
Fix
- Prevent exception when pool is not started, return error tuple instead, by @guisehn
v0-4-1
v0.4.1
fix-2
Fix
- Fix pool overwriting user
on_connect/on_disconnectcallbacks, by @yordis
v0-4-0
v0.4.0
added
Added
- Add bang function
ConnGRPC.Pool.get_channel!/1, by @yordis
v0-3-1
v0.3.1
fix-3
Fix
- Handle disconnect when channel is not initialized, by @yordis (closes https://github.com/TheRealReal/conn_grpc/issues/22)
v0-3-0
v0.3.0
added-1
Added
otp_appoption onConnGRPC.Pool, by @yordis
v0-2-1
v0.2.1
fix-4
Fix
- Added a fallback value for
address("", empty string) in pool's configuration to avoid passingniltoGRPC.Stub.connect/2, therefore avoid crashing the pool, in case address is set tonil.
v0-2-0
v0.2.0
added-2
Added
mockoption onConnGRPC.Channel
v0-1-0
v0.1.0
added-3
Added
ConnGRPC.ChannelmoduleConnGRPC.Poolmodule