Skip to content

0.12.0

Compare
Choose a tag to compare
@gabrielcorado gabrielcorado released this 12 Aug 13:46
· 120 commits to master since this release
52aceec

Breaking changes

  • (NPitaya) retryDelayMilliseconds argument added to SDConfig class to specify ETCD connection retry base delay (#27);

Changed

  • (cpp-lib) Exponential backoff on the ETCD connection retry (#27)
  • (cpp-lib) retryDelayMilliseconds option added to service discovery configuration EtcdServiceDiscoveryConfig;
  • (NPitaya) RPC call now returns more specific exceptions PitayaTimeoutException and PitayaRouteNotFoundException (#30);
  • NATS connection retry on first connection (#28);

Added

  • (NPitaya) PitayaTimeoutException added (#30);
  • (NPitaya) PitayaRouteNotFoundException added (#30);