All Versions
12
Latest Version
3.1
Avg Release Cycle
80 days
Latest Release
1289 days ago

Changelog History
Page 1

  • v3.1 Changes

    October 14, 2020

    Microdot 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