Releases: wshaddix/http-nats-proxy
Releases · wshaddix/http-nats-proxy
1.2.3
1.2.2
1.2.1
1.2.0
Updated to .Net 9
Migrated to centralized package management
Updated log messages to follow best practices (no trailing period)
Fixed typos in code comments
Added additional error handling and null checks
Updated any outdated or vulnerable NuGet packages
Updated Dockerfile to latest versions and addressed scout vulnerabilities
Added new env vars to enhance logging (see README)
Added Bruno (https://www.usebruno.com/) collection of api tests
1.1.2
- code cleanup
- updated .net core version to 2.2.301
- updated docker images to mcr.microsoft.com/dotnet/core/sdk:2.2.301-alpine3.9 and mcr.microsoft.com/dotnet/core/runtime:2.2.6-alpine3.9
- updated NATS server version to 1.4.1
- updated projects target framework to .Net Core 2.2
- merged in PR to fix parsing of extended properties during pipeline execution (thanks to https://github.com/timsmid)
- updated all nuget dependencies
1.1.1
1.1.0
- 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