Skip to content

Releases: AlbusKavaliro/TraceableLdapClient

v1.0.1

03 Dec 22:18

Choose a tag to compare

1.0.1 (2025-12-03)

Bug Fixes

  • deps: Update package-lock.json (6c6fe6b)
  • Move TLS version tagging to after connection establishment and add error handling (cc6e4f0)

v1.0.1-beta.1

03 Dec 20:08

Choose a tag to compare

v1.0.1-beta.1 Pre-release
Pre-release

1.0.1-beta.1 (2025-12-03)

Bug Fixes

  • deps: Update package-lock.json (6c6fe6b)
  • Move TLS version tagging to after connection establishment and add error handling (cc6e4f0)

v1.0.0

13 Nov 18:21

Choose a tag to compare

1.0.0 (2025-11-13)

Bug Fixes

  • Add Microsoft Testing extensions for enhanced test coverage and reporting, and remove MSTest.Sdk (2307492)
  • Cast search attributes to string for proper tagging in activity (bf004d8)
  • deps: Bump dotnet-sdk from 9.0.301 to 9.0.304 (#4) (be2c43e)
  • editorconfig: Adjust diagnostic severity settings for TUnit test discovery (39d4860)
  • Ensure proper disposal of Activity in Bind and SendRequest methods (8bc09f9)
  • Simplify X509CertificateCollection reference in TraceableLdapConnection (4a72ea0)
  • tests: Ensure finalizer suppression in LdapContainer disposal (35525de)
  • tests: Update wait strategy to use UntilInternalTcpPortIsAvailable for LdapContainer (9ba8c81)
  • Update activity display names to include 'ldap' prefix for clarity (74ab26e)
  • Update UserSecretsId in AppHost.csproj and add launchSettings.json for project configuration (d8a4627)
  • Use internal StartActivity for search (da022a1)
  • worker: Improve logging and handle null arguments in Worker class (25871e6)

Features

  • Add AOT compatibility property to project file (a5bd448)
  • Add dotnet.config for Microsoft.Testing.Platform configuration (45ce507)
  • Add initial project files and implement ILdapConnection interface with TraceableLdapConnection class (6dbe51e)
  • Add issue templates for bug reports and feature requests, and configure GitHub workflows for dependency review, component detection, CodeQL analysis, .NET build, release process, and semantic pull request validation (6de61c3)
  • enhance LDAP connection tracing with detailed request and response attributes (0e17e35)
  • Implement LDAP connection in Worker service and enhance OpenTelemetry instrumentation (9d9f32f)
  • Publish .NET 8 and .NET 9 version of the NuGet package (669fc82)
  • Refactor Worker service to use ILdapConnection for LDAP operations and configure dependency injection (5958367)

v1.0.0-beta.6

01 Nov 09:42

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2025-11-01)

Features

  • enhance LDAP connection tracing with detailed request and response attributes (0e17e35)

v1.0.0-beta.5

10 Sep 19:01

Choose a tag to compare

v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2025-09-10)

Bug Fixes

  • editorconfig: Adjust diagnostic severity settings for TUnit test discovery (39d4860)
  • tests: Ensure finalizer suppression in LdapContainer disposal (35525de)
  • tests: Update wait strategy to use UntilInternalTcpPortIsAvailable for LdapContainer (9ba8c81)
  • worker: Improve logging and handle null arguments in Worker class (25871e6)

Features

  • Add AOT compatibility property to project file (a5bd448)
  • Add dotnet.config for Microsoft.Testing.Platform configuration (45ce507)

v1.0.0-beta.4

06 Sep 21:00

Choose a tag to compare

v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2025-09-06)

Features

  • Publish .NET 8 and .NET 9 version of the NuGet package (669fc82)

v1.0.0-beta.3

03 Sep 22:57

Choose a tag to compare

v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2025-09-03)

Bug Fixes

  • Cast search attributes to string for proper tagging in activity (bf004d8)
  • Update activity display names to include 'ldap' prefix for clarity (74ab26e)

v1.0.0-beta.2

03 Sep 22:00

Choose a tag to compare

v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2025-09-03)

Bug Fixes

  • Use internal StartActivity for search (da022a1)

v1.0.0-beta.1

03 Sep 20:47

Choose a tag to compare

v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2025-09-03)

Bug Fixes

  • Add Microsoft Testing extensions for enhanced test coverage and reporting, and remove MSTest.Sdk (2307492)
  • deps: Bump dotnet-sdk from 9.0.301 to 9.0.304 (#4) (be2c43e)
  • Ensure proper disposal of Activity in Bind and SendRequest methods (8bc09f9)
  • Simplify X509CertificateCollection reference in TraceableLdapConnection (4a72ea0)
  • Update UserSecretsId in AppHost.csproj and add launchSettings.json for project configuration (d8a4627)

Features

  • Add initial project files and implement ILdapConnection interface with TraceableLdapConnection class (6dbe51e)
  • Add issue templates for bug reports and feature requests, and configure GitHub workflows for dependency review, component detection, CodeQL analysis, .NET build, release process, and semantic pull request validation (6de61c3)
  • Implement LDAP connection in Worker service and enhance OpenTelemetry instrumentation (9d9f32f)
  • Refactor Worker service to use ILdapConnection for LDAP operations and configure dependency injection (5958367)