Microdot Framework v1.14.1 Release Notes

Release Date: 2019-02-14 // about 5 years ago
    • ๐Ÿšš 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.