Skip to content

Releases: G-Research/consuldotnet

Consul.Net 1.6.10.3

06 Aug 09:38
5d63379
Compare
Choose a tag to compare
  • Fix assembly version not properly set (#112)

Consul.Net 1.6.10.2

15 Jul 06:10
726913f
Compare
Choose a tag to compare

1.6.10.2

  • Add support for net5.0 (#85).
  • Use ILRepack instead of ILMerge so .NETFramework builds on all platforms (#92).
  • Many CI and build improvements (#101, #96, #89, #100, #95).
  • Initial release of Consul.AspNetCore after retrieving ownership.

Consul.Net 1.6.10.1

19 May 07:05
379c69a
Compare
Choose a tag to compare

1.6.10.1

  • Add GRPC and GRPCUseTLS to the agent service check parameters (#22)
  • Compatibility with Consul 1.7.x - RoleLink & PolicyLink (#31)
  • Added the possibility to specify more http request options and meta-data when registering service checks (#39)
    It is now possible to specify the http Header(s) (Headers), Method and Body to be used for a given service check.
    A given service check might also now have an identifier (ID), Name and a description (Notes) associated.
  • Added the Type field to the AgentCheck and HealthCheck structures (#42)
  • Fix issue #24 removing constructor's Obsolete attribute for HttpClient injection (#32)
  • Added asp net core integration - Consul.AspNetCore (#17)(#45)
  • Fixed lock and semaphore timeouts logic (#64)
  • Added service and node filtering abilities into Health.Service (#70)
  • Fixed NRE in Lock (#66)
  • Lock: Forward user cancellation token downstream (#67)
  • Pass WriteOptions parameter to correct parameter of Put(...) (#76)(#77)
  • Update consul to v1.6.10 (#78)

Consul.Net 1.6.10.1-rc1

04 May 14:59
9fe05a2
Compare
Choose a tag to compare
Pre-release

1.6.10.1

  • Add GRPC and GRPCUseTLS to the agent service check parameters (#22)
  • Compatibility with Consul 1.7.x - RoleLink & PolicyLink (#31)
  • Added the possibility to specify more http request options and meta-data when registering service checks (#39)
    It is now possible to specify the http Header(s) (Headers), Method and Body to be used for a given service check.
    A given service check might also now have an identifier (ID), Name and a description (Notes) associated.
  • Added the Type field to the AgentCheck and HealthCheck structures (#42)
  • Fix issue #24 removing constructor's Obsolete attribute for HttpClient injection (#32)
  • Added asp net core integration - Consul.AspNetCore (#17)(#45)
  • Fixed lock and semaphore timeouts logic (#64)
  • Added service and node filtering abilities into Health.Service (#70)
  • Fixed NRE in Lock (#66)
  • Lock: Forward user cancellation token downstream (#67)
  • Pass WriteOptions parameter to correct parameter of Put(...) (#76)(#77)
  • Update consul to v1.6.10 (#78)

Consul.Net 1.6.1.1

08 Jun 22:03
7b1e2af
Compare
Choose a tag to compare

Changelog

  • Fix issue #9 preventing use of the library with .NET Framework

➡️ Available on the NuGet Gallery

Consul.Net 1.6.1

04 Jun 16:24
0f74e1e
Compare
Choose a tag to compare

Changelog

  • Upgrade to .NET 4.6.1 and .NET Core 2.0
  • Add missing code documentation
  • General cleanup
  • Make unit tests run on .NET framework
  • Added new Token, Policy and Role API Entry points to reflect the ACL changes made in Consul 1.4.0 and 1.5.0
  • Aligned to Consul API 1.6.1

➡️ Available on the NuGet Gallery