Skip to content

Releases: wshaddix/http-nats-proxy

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

1.0.3

27 Feb 01:11
Compare
Choose a tag to compare
Updated message format and streamlined code

1.0.2

23 Feb 13:51
Compare
Choose a tag to compare

Added checks on the NATS connection before attempting to send messages to make sure it's in a connected state. Reconfigured the NATS connection to notice an outage sooner and also log connection related events

1.0.1

20 Feb 15:50
Compare
Choose a tag to compare

Added logging to make it obvious when the proxy is processing http traffic

1.0.0

06 Feb 18:57
da7e471
Compare
Choose a tag to compare

Feature complete for the minimum viable product. Will continue with bug fixes only.