All Versions
12
Latest Version
Avg Release Cycle
80 days
Latest Release
897 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1 Changes
October 14, 2020Microdot assemblies now target .Net standard, which is a step towards switching to .Net core.
-
v2.2.2 Changes
February 03, 2020- ๐ง 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 Changes
February 18, 2019- ๐ Relax NSubstitute nuget dependency to >= 3.1, instead of >= 4.0
-
v1.14.1 Changes
February 14, 2019- ๐ 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.
-
v1.13.2 Changes
December 27, 2018- Throw InvalidParameterValueException in case parameter has an invalid value (e.g. incorrect type or limit overflow)
-
v1.13.1 Changes
December 27, 2018- ๐ Bug fixes
-
v1.13.0 Changes
December 27, 2018- Performace improvement of resolving IConfigObject from Ninject
- Grain dependencies warmup
- ๐ฒ Response time measuring log
- ๐ Preferred environment support
- TracingContext backwards compatibility
-
v1.12.0 Changes
October 07, 2018- ๐ new Discovery engine (beta. Previous Discovery engine is still in use)
- โ Add default timeout for compiling Regular Expressions
- 0๏ธโฃ Ninject ActivationCacheDisabled - set default value to true
-
v1.11.1 Changes
August 15, 2018- Orleans threads set as per actual process affinity and not command-line argument.
-
v1.10.5 Changes
June 13, 2018- โ Add to better error handling in service tester when silo forcibly close