Releases: gigya/microdot
Releases · gigya/microdot
Moved to .Net standard + Orleans 3.2
v2.2.2
- Services now listen in both HTTP & HTTPS, unless disabled in configuration. Clients will at first try to use the HTTP endpoint and poll the HTTPS endpoint in the background. When the HTTPS endpoint is available, the client will automatically switch to it. HTTPS feature toggle is available (for both client & server) at the service level and globally.
v1.14.2
v1.14.1
- 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.