Skip to content

v30.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 07:33
v30.0.0
c07ce86

Added

  • [PHP, Java, Ruby, JavaScript] update dependency messages up to v26
  • [Python] Added type annotations (#283)
  • [Python] Switch to pyproject.toml (#290)

Changed

  • [.NET] Drop unsupported frameworks. Now supported target frameworks are .NET 8, .NET Standard 2.0 (#265)
  • [.NET] Adopt File Scoped Namespaces c# feature (#271)
  • [.NET] Adopt c# 12 primary constructors (#272)
  • [.NET] Adopt c# 10 ImplicitUsings
  • [.NET] Replace TinyJson to System.Text.Json
  • [.NET] Enable warnings as errors
  • [Ruby] Initial rubocop autofixes (Mainly to style) (#266)
  • [.NET] Update System.Text.Json to 6.0.10

Removed

  • [Python] Drop compatibility for python 2 and python 3.8. Supported python versions: 3.9, 3.10, 3.11, 3.12, 3.13
  • [Python] Removed installation of gherkin script. It was used for internal acceptance tests only.