Skip to content

v1.14.1

Compare
Choose a tag to compare
@daniellm daniellm released this 14 Feb 16:16
· 550 commits to master since this release
c3f4a69
  • Moved to .Net 4.7.2
  • Now warming up (stateless) service grain dependencies during service startup before the service starts accepting traffic so the first few calls have a lower latency
  • Now logging individual fields and supporting Non/Sensitive attributes for nested generic request object fields
  • Added a delay to timeouts when calling Consul to match Consul's own added delay (1/16 of the total timeout time at random, to spread the load of long-polling clients), in the new service discovery mechanism.