Skip to content

Releases: SimplifyNet/Etcd.Microsoft.Extensions.Configuration

3.2.1

Choose a tag to compare

@i4004 i4004 released this 07 Jul 11:56
627b215

Fixed

  • Fixed unnecessary configuration reloads when etcd watch events do not change any tracked configuration values.

3.2

3.2

Choose a tag to compare

@i4004 i4004 released this 06 Jul 15:28
d6f7726

Dependencies

  • dotnet-etcd bump to 9.1.0
  • Microsoft.Extensions.Configuration bump to 10.0.9

3.1.3

Choose a tag to compare

@i4004 i4004 released this 06 Jul 15:11
802ec87

Fixed

  • Configuration reload not propagating to IOptionsMonitor/IOptionsSnapshot on etcd watch events (#15)

3.1.2

Choose a tag to compare

@i4004 i4004 released this 13 Mar 13:33
9710756

Added

  • Explicit .NET 10 support

Dependencies

  • Microsoft.Extensions.Configuration bump to 10.0.5

3.1.1

Choose a tag to compare

@i4004 i4004 released this 23 Feb 17:50
0f0456c

Dependencies

  • dotnet-etcd bump to 8.1.0

1.1

1.1

Choose a tag to compare

@i4004 i4004 released this 31 Oct 11:23
def2b94

Removed

  • .NET 6 explicit support

Added

  • .NET 8 explicit support

Added

  • Load credentials from environment variables overriding local settings (#10)

Dependencies

  • Grpc.Core bump to 2.46.6
  • Microsoft.Extensions.Configuration bump to 8.0.0

3.1

3.1

Choose a tag to compare

@i4004 i4004 released this 22 Oct 06:29
d13b17b

Added

  • Possibility to load credentials from environment variables

3.0

3.0

Choose a tag to compare

@i4004 i4004 released this 26 Jun 17:47
6c35d52

Removed

  • .NET 6 support

Added

  • Explicit .NET 8, 9 support
  • Configurable Key Prefix separator (#5)

Changed

  • Before if Key Prefixes were used, then the etcd configuration without prefixes were also added to the Configuration Builder, now it will not and should be added separately if required (#7)
  • Keys and prefixes are now case-insensitive according to official documentation (#6)
  • Improved internal types performance

Dependencies

  • dotnet-etcd bump to 8.0.1
  • Microsoft.Extensions.Configuration bump to 9.0.6

2.1

2.1

Choose a tag to compare

@i4004 i4004 released this 23 May 16:29
d9a1ee7

Dependencies

  • dotnet-etcd bump to 5.2.1
  • Microsoft.Extensions.Configuration bump to 8

Changed

  • Full dispose implemented

2.0.1

Choose a tag to compare

@i4004 i4004 released this 02 Dec 16:32

Fixed

  • No options read from ETCD when user has permission to read all keys (#3)