Tyk Changelog

1.3.0 (2025-01-08)

  • Add datadome_enable_referrer_restoration option to enable the referrer restoration
  • Remove the go-core directory to rely on module-go-package

1.2.0 (2024-11-15)

  • Add GraphQL support for POST requests
    • Add datadome_enable_graphql_support option to enable GraphQL support
  • Add debug logs and enhance log outputs
    • Add datadome_debug option to enable debug mode

1.1.2 (2024-08-27)

  • Fix the timestamp sent to the API to ensure calculation of request durations
  • Update regex matching to cover the entire URL and simplify the configuration
  • Fix default URL pattern exclusions to maintain a consistent regex format across all platforms
  • Add truncation limits to prevent large payloads to be sent to the API

1.1.1 (2023-12-05)

  • Fix optional parameter datadome_endpoint configuration

1.1.0 (2023-11-28)

  • Add settings parameters (datadome_*) possibility via env variables
  • Update setting parameter datadome_endpoint to optional

1.0.0 (2023-11-21)

  • Initial public version