- 2 minutes to read

Nodinite LDAP Web API Release Notes

Stay ahead with the latest features, improvements, and security updates for the Nodinite LDAP Web API. This page gives you a clear overview of new releases, breaking changes, and upgrade guidance so you maximize value and maintain a secure, supported environment.

✅ Get new features and bug fixes with every release
✅ Keep your solution secure and compliant with regular updates
✅ Access upgrade tips and best practices for smooth transitions
✅ Review breaking changes and deprecated features before you update

We update this software after each patch Tuesday. Update every month to stay supported, secure, and up to date with the latest features. Revisit this page regularly as we continuously develop new versions.

3.0.x

If you update from an earlier version, back up your old installation and config file. Install the new package as if it were a first-time installation, then update your settings accordingly.

  • (new) We built the solution on ASP.NET 7.0—review the updated Prerequisites
  • (new) We enabled HTTP Strict Transport Security (HSTS) by default—implement the recommendations in the Nodinite Hardening user guide
  • (deprecated) We flagged the old ExecuteXML operations as Obsolete—use the Execute method and pass "application/xml" as content-type

2.0.1

  • (bug) We fixed the missing Route for backwards compatibility for ExecuteXML operation
    • /api/ExecuteXML
    • /ExecuteXML

    In the future, change your client to perform requests to the Execute method with the content-header set (XML or JSON as needed)

2.0.0

  • (bug) We corrected the GetDomainControllers method
  • (bug) The Enable method for users now enables users in Active Directory
  • (new) We added JSON support if content-type is 'application/json'
    • Execute – New method honoring the request header content-type

    application/json when the request is JSON
    application/xml when the request is XML

  • ExecuteXML – Old method for backwards compatibility, accepts only XML requests

    Swagger methods
    Swagger UI showing available methods for the LDAP Web API.

  • (change) We upgraded to ASP.NET Core 3.1
  • (change) We added support for Windows Server 2019. If your DC is W2k19 you must update to this version.
  • (change) We added additional trace code
  • (change) We moved documentation from Word to online
  • (new) We added support for Logging using Serilog
  • We now encrypt passwords (info moved from web.config to appsettings.json)

1.0.0.3

  • We upgraded to ASP.NET Core 2.0.6
  • We fixed the Add/Remove Flags bug