Skip to content

v31.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 17:40
v31.0.0
c02ae18

Added

  • [All] Allow comment inside descriptions (#334)
  • [.NET] Enabled overriding of parser's error-handling
  • [Python] Expose Python public API as package imports (#352)
  • [Python] Added support for Python 3.13

Changed

  • [cpp] add generic support for ABI versioning with VERSION (#328)
  • [cpp] namespace was changed to 'cucumber::gherkin' to better reflect project structure and prevent clashing
  • [.NET] Removed dependency on System.Text.Json and related logic in GherkinDialectProvider
  • [Elixir] Updates dependencies, bumps messages to 27.0.2

Fixed

  • [c] slight update to existing CMakeFiles.txt to propagate VERSION. Close #320 (#328)
  • [.NET] Improved parsing time
  • [.NET] Use string-ordinal comparison consistently and remove old Mono workaround
  • [.NET] Improved startup time

Removed

  • [Python] Dropped support for Python 3.8