Releases: gigya/microdot
Releases · gigya/microdot
v1.2.0
This release contains the following:
- [Feature] Added
ProcessorAffinity
service argument allowing to specify which processors should be used by the service (and adjust Orleans thread count accordingly). - [Feature] Added all
ServiceArguments
properties to configuration endpoint. - [Bug] Request specific major versions for all NuGet dependencies to prevent breaking changes when updating packages.
- [Bug] Correct exception is now thrown (instead of NRE) when reading configuration object with invalid XML for the first time.
- [Cleanup] Removed
OrleansConfig.MaxActiveThreads
configuration (useProcessorAffinity
instead). - [Cleanup] Fixed most compiler and code analysis warnings.
NuGets are available here and via NuGet.org.
v1.1.3
v1.1.2
v1.1.1
v1.1.0
This release contains the following:
- [Feature] Support for revocation of cached items by revoke key.
- [Feature] Configuration of cache TTL per method (instead of just per service).
- [Bug] Fixed
$type
metadata property always being applied to service responses returned byHttpServiceListener
.
NuGets are available here and via NuGet.org.