Skip to content

Releases: gigya/microdot

v1.2.0

13 Jul 15:41
Compare
Choose a tag to compare

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 (use ProcessorAffinity instead).
  • [Cleanup] Fixed most compiler and code analysis warnings.

NuGets are available here and via NuGet.org.

v1.1.3

04 Jul 12:57
Compare
Choose a tag to compare

This release contains the following:

  • [Feature] Support specifying both hostname and port for service host lists in configuration

NuGets are available here and via NuGet.org.

v1.1.2

04 Jul 12:57
Compare
Choose a tag to compare

This release contains the following:

  • [Feature] Initialize Metrics.NET on application start

NuGets are available here and via NuGet.org.

v1.1.1

21 Jun 09:54
Compare
Choose a tag to compare

This release contains the following:

  • [Feature] Add return type to schema endpoint.
  • [Bug] Fixed AsyncCache metrics.
  • [Bug] Made config override case-insensitive.

NuGets are available here and via NuGet.org.

v1.1.0

15 Jun 12:57
Compare
Choose a tag to compare

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 by HttpServiceListener.

NuGets are available here and via NuGet.org.

v1.0.0

06 Jun 11:23
Compare
Choose a tag to compare

This is the initial release of Microdot. NuGets are available here and via NuGet.org.