Microdot Framework v3.1 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • Microdot assemblies now target .Net standard, which is a step towards switching to .Net core.


Previous changes from v2.2.2

    • 🔧 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.