Skip to content

Releases: TheRealReal/conn_grpc

v0.4.2

17 Mar 16:00
32ec1e7

Choose a tag to compare

Fixes

  • Prevent exception when pool is not started, return error tuple instead, by @guisehn

v0.4.1

17 Mar 15:01
ee24be8

Choose a tag to compare

Fixes

  • Fix pool overwriting user on_connect/on_disconnect callbacks, by @yordis

v0.4.0

12 Feb 16:04
49027d9

Choose a tag to compare

Added

  • Add bang function ConnGRPC.Pool.get_channel!/1, by @yordis

v0.3.1

05 Jan 18:24
494f689

Choose a tag to compare

Fixes

  • Handle disconnect when channel is not initialized, by @yordis (closes #22)

v0.3.0

24 Oct 12:02
c88d6fc

Choose a tag to compare

Added

  • otp_app option on ConnGRPC.Pool, by @yordis

v0.2.1

26 Jun 18:15
87a415c

Choose a tag to compare

Fixes

  • Added a fallback value for address ("", empty string) in pool's configuration to avoid passing nil to GRPC.Stub.connect/2, therefore avoid crashing the pool, in case address is set to nil. By @abmBispo

v0.2.0

21 Jun 12:17
36e4e5e

Choose a tag to compare

Added

  • mock option on ConnGRPC.Channel

v0.1.0

12 Jun 19:08
9779325

Choose a tag to compare

First release