Skip to content

Releases: gigya/microdot

v1.8.2

28 Feb 14:04
Compare
Choose a tag to compare

This release contains the following:

  • Event publisher now optionally provides a list of serialized event fields.

NuGets are available here and via NuGet.org.

v1.8.1

22 Feb 09:01
Compare
Choose a tag to compare

This release contains the following:

  • Fixed dependency version of Newtonsoft.Json

NuGets are available here and via NuGet.org.

v1.8.0

21 Feb 15:50
6223951
Compare
Choose a tag to compare

This release contains the following:

  • Added CrashHandler to log AppDomain.UnhandledExceptions.
  • Wait for Metrics.NET to fully initialize and throw if it doesn't.

NuGets are available here and via NuGet.org.

v1.7.12

13 Feb 14:08
28fa675
Compare
Choose a tag to compare

This release contains the following:

  • Pinned version of DataAnnotationsValidator to match .NET framework version 4.5.1

NuGets are available here and via NuGet.org.

v1.7.10

28 Jan 09:49
aa59b37
Compare
Choose a tag to compare

This release contains the following:

  • Fixed memory leak in Consul client.

NuGets are available here and via [NuGet.org](https://www.nuget.org/packages?q=Gi

v1.7.8

14 Jan 12:20
ffce274
Compare
Choose a tag to compare

This release contains the following:

  • If ConsulClient did not post a change event within 10 seconds, ConsulDiscoverySource will set an error result, and not wait for Consul forever
  • Consul - set Http timeout using CancellationToken
  • TrySetResult should not be executed in a lock block, to avoid strange thread locking

NuGets are available here and via NuGet.org.

v1.7.7

08 Jan 10:10
f86880c
Compare
Choose a tag to compare

This release contains the following:

  • [Feature] Write additional information to grainReq tracing event, including the grain's primary and extended key, SiloAddress, and the silo's DeploymentId.
  • [Bug] Fixed bug that can sometimes cause the background refresh of CachingProxy to stop working in certain rare conditions. This causes the last value the was retrieved to get stuck in the cache until the Expiration Time has elapsed.

NuGets are available here and via NuGet.org.

v1.7.6

17 Dec 13:36
4a69498
Compare
Choose a tag to compare

This release contains the following:

  • Rename MissingHostException to ServiceUnreachableException.
  • When a service does not exist in Consul return ServiceUnreachableException instead of EnvironmentException.

NuGets are available here and via NuGet.org.

v1.7.5

07 Dec 12:11
e6ad9e7
Compare
Choose a tag to compare

This release contains the following:

  • Changed ServiceProxyProvider.JsonSerializerSetting to public

NuGets are available here and via NuGet.org.

v1.7.4

07 Dec 09:36
3393842
Compare
Choose a tag to compare

This release contains the following:

  • [Bug] Fixed ServicePointManager.DefualtConnectionLimit being overridden by Orleans
  • [Bug] No log when service has become undefined if it's the first time this service was ever discovered
  • [Feature] Add NonOrleansServiceTester
  • [Feature] Support a service which is deployed on Consul in a different case (lowercase, uppercase) than it was configured on Discovery
  • [Bug] fix naming of InfraVersion field
  • [Bug] Better disposing of depended components when Ninject's Kernel is disposed

NuGets are available here and via NuGet.org.