Skip to content

Releases: SimplifyNet/Etcd.Microsoft.Extensions.Configuration

1.1

31 Oct 11:23
def2b94

Choose a tag to compare

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

22 Oct 06:29
d13b17b

Choose a tag to compare

3.1

Added

  • Possibility to load credentials from environment variables

3.0

26 Jun 17:47
6c35d52

Choose a tag to compare

3.0

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

23 May 16:29
d9a1ee7

Choose a tag to compare

2.1

Dependencies

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

Changed

  • Full dispose implemented

2.0.1

02 Dec 16:32

Choose a tag to compare

Fixed

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

1.0.4

02 Dec 16:33

Choose a tag to compare

Fixed

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

2.0

04 Jun 05:21

Choose a tag to compare

2.0

Removed

  • .NET Standard 2.0 support
  • .NET Framework 4.6.2 support

Dependencies

  • dotnet-etcd bump to 5.2
  • Microsoft.Extensions.Configuration bump to 6.0.1

1.0.3

01 Jun 15:14

Choose a tag to compare

Fixed

  • Regression of: IConfigurationSection.GetChildren returns empty result (#2)

1.0.2

29 May 16:37

Choose a tag to compare

Fixed

  • IConfigurationSection.GetChildren returns empty result (#2)

Dependencies

  • Grpc.Core bump to 2.46.3 for .NET 4.6.2 target

Added

  • .NET 6 explicit support

Removed

  • .NET 5 incorrect target

1.0.1

15 Nov 04:03

Choose a tag to compare

Fixed

  • Adding key perfix for GetChildKeys