Skip to content

Releases: wshaddix/http-nats-proxy

1.2.3

21 Nov 20:57
Compare
Choose a tag to compare

Switching to compact json formatter for serilog messages to be compatible with gelf ingestion

1.2.2

21 Nov 16:49
Compare
Choose a tag to compare

Updating runtime docker image

1.2.1

21 Nov 16:04
da8bcf5
Compare
Choose a tag to compare

Fix for documentation

1.2.0

21 Nov 15:23
c5f51e4
Compare
Choose a tag to compare

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

23 Jul 21:35
Compare
Choose a tag to compare
  • 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

16 Jul 18:34
Compare
Choose a tag to compare

Fixed bug where response type was not getting set

1.1.0

12 Jul 19:16
Compare
Choose a tag to compare
  • 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

1.0.6

09 May 13:58
Compare
Choose a tag to compare

Bugfix for CORS support

v1.0.5

25 Apr 19:34
Compare
Choose a tag to compare

Enabled CORS for all origins so that you don't get xhr errors when making api calls from a web ui to the http-nats-proxy

1.0.4

27 Feb 16:48
Compare
Choose a tag to compare
added observers and updated property names