Skip to content

1.1.0

Compare
Choose a tag to compare
@wshaddix wshaddix released this 12 Jul 19:16
· 23 commits to master since this release
  • extracted some types and helper classes into Proxy.Shared and made into a nuget package for other c# based microservices to leverage
  • refactored the example handlers (handlers and observers) to use the Proxy.Shared library
  • updated the docker image to use dotnet core 2.1 alpine
  • updated logging to use serilog instead of console.writeline
  • updated referenced nuget packages to their latest versions
  • refactored the request handler to be less bloated and more focused
  • updated nats to version 1.2.0
  • now compiling against .net core 2.1.300
  • added a .TryGetParam() method to the MicroserviceMessage to make it easier to get at headers, cookies and query string params