Skip to content

v39.1.0

Choose a tag to compare

@github-actions github-actions released this 06 May 14:49
v39.1.0
bd7c07e

Added

  • (i18n) Expanded Turkish keywords (#567)

Changed

  • [Ruby, Python, JavaScript, Perl, C++, .NET] Optimise parser class/speed by removing redundant null #detach method (#561).
  • [Ruby] Changed ParserMessageStream to accept keyword arguments allowing the Gherkin class methods to be slightly more optimal (#560).

Fixed

  • [c] Fixed memory leak with respect to the pickle ast ids.
  • [c] Fixed potential read past null terminator. Fixed allocation of more memory than necessary (#559).
  • [PHP] Fix PHP 8.4 deprecation warnings (#550).
  • [cpp] Added missing include guard in parser.hpp (#554)
  • [cpp] Removed unreachable code in parser.hpp (#554)

Removed

  • [Python] Drop support for python 3.9.