Changelog

DataDome ASP.Net Core Module

0.9.1 (2024-01-17)

  • Improve TLS negotiation execution time for requests without keep-alive

0.9.0 (2023-12-11)

  • Add context information when failure of DataDome call

0.8.0 (2023-10-20)

  • Add Content Security Police directive to specify valid sources for JavaScript execution

0.7.2 (2023-10-18)

  • Fix 401 module forbidden code support

v0.7.1 (2023-03-03)

  • Fix Content-Type header inclusion on response

v0.7.0 (2022-12-15)

  • Improve headers management

v0.6.0 (2022-12-05)

  • Add proxy support

v0.5.4 (2022-11-29)

  • Improved headers management

v0.5.3 (2022-11-14)

  • Fix protocol value sent to DataDome

v0.5.2 (2022-03-31)

  • Fix pattern matchers
  • Improve security

v0.5.1 (2022-03-14)

  • Expose parameter DataDomeConfiguration.ConnectionLimit to enforce the maximum amount of TCP connections used
  • Expose parameter DataDomeConfiguration.ParallelConnectionLimit to enforce the maximum amount of parallel executions of the DataDome handler

v0.5.0 (2022-02-14)

  • Refactor HTTP requests using HttpClient and use it as the chosen the solution for .NET Core 3.1 and upwards

v0.4.0 (2021-12-27)

  • Add support for session by header
  • Fix encoding for ClientID

v0.3.0 (2021-05-06)

  • Fix enriched headers

v0.2.0 (2021-05-04)

  • Minor changes

v0.1.0 (2021-04-30)

  • Initial module version