Releases: RegionOrebroLan/.NET-DirectoryServices-Protocols-Extensions
0.6.0-alpha
NuGet-reference update: System.DirectoryServices.Protocols 7.0.1 - 8.0.0
0.5.0-alpha
NuGet-reference update: System.DirectoryServices.Protocols 6.0.2 -> 7.0.1
0.4.0-alpha
Breaking change: A total retake of this library. The functionality with "typed directories" from before got too complex/specific. The main focus is configuration in this totally refactored version.
0.3.0-alpha
Backing System.DirectoryServices.Protocols 8.0.0 -> 6.0.2
Hopefully it works better now with netcore3.1 and net5.0.
0.2.0-alpha
- LdapConnectionStringParser - ServerDelimiter: To be able to have a connection-string like this: "ServerDelimiter=|;Servers=dc-01.example.org|dc-02.example.org|dc-03.example.org" (mainly for kubernetes and config-maps)
- NuGet-reference updates
0.1.0-alpha
Major changes
Referencing RegionOrebroLan.DirectoryServices
Removed the following types:
- RegionOrebroLan.DirectoryServices.Protocols.FilterBuilder
- RegionOrebroLan.DirectoryServices.Protocols.FilterOperator
- RegionOrebroLan.DirectoryServices.Protocols.IFilterBuilder
Use the following types instead:
- RegionOrebroLan.DirectoryServices.FilterBuilder
- RegionOrebroLan.DirectoryServices.FilterOperator
- RegionOrebroLan.DirectoryServices.IFilterBuilder
0.0.5-alpha
NuGet-reference update
0.0.4-alpha
Interface implementation and registration
0.0.3-alpha
Refactoring of RegionOrebroLan.DirectoryServices.Protocols.LdapConnectionFactory constructor:
- constructor argument: IOptions<LdapConnectionOptions> => IOptionsMonitor<LdapConnectionOptions>
0.0.2-alpha
Refactoring of RegionOrebroLan.DirectoryServices.Protocols.Directory constructor:
- constructor argument: IOptions<DirectoryOptions> => IOptionsMonitor<DirectoryOptions>