Skip to content

Latest commit

 

History

History
213 lines (167 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

213 lines (167 loc) · 12.5 KB

Changelog

All notable changes to the current version this project will be documented in this file. For previous versions see the release-notes archive.

For migration instructions from previous major version and a long form explanation of noteworthy changes see the Release Announcement.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Enabled reproducible builds (2641 Hervé Boutemy )
  • [Core] Mark Allure 5 and 6 plugins as incompatible (2652 M.P. Korstanje)

7.9.0 - 2022-11-01

Changed

  • [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to ルール.

Added

  • [Spring] Support @CucumberContextConfiguration as a meta-annotation (2491 Michael Schlatt)

Changed

  • [Core] Update dependency io.cucumber:gherkin to v24.1
  • [Core] Delegate encoding and BOM handling to gherkin (2624 M.P. Korstanje)

Fixed

  • [Core] Don't swallow parse errors on the CLI (2632 M.P. Korstanje)

Security

  • [Core] Update dependency com.fasterxml.jackson to v2.13.4.20221012

7.8.1 - 2022-10-03

Fixed

  • [Core] Remove Jackson services from META-INF/services (#2621 M.P. Korstanje)
  • [JUnit Platform] Use JUnit Platform 1.9.1 (JUnit Jupiter 5.9.1)

7.8.0 - 2022-09-15

Added

  • [Core] Support comparison of expected and actual values in IntelliJ IDEA (#2607 Andrey Vokin)
  • [Core] Omit filtered out pickles from html report (react-components/#273 David J. Goss)
  • [Datatable] Support parsing Booleans in Datatables (#2614 G. Jourdan-Weil)

7.7.0 - 2022-09-08

Added

  • [JUnit Platform] Enable parallel execution of features (#2604 Sambathkumar Sekar)

7.6.0 - 2022-08-08

Changed

  • [Core] Update dependency io.cucumber:messages to v19
  • [Core] Update dependency io.cucumber:gherkin to v24
  • [Core] Update dependency io.cucumber:html-formatter to v20

7.5.0 - 2022-07-28

Added

  • [OpenEJB] Added new module jakarta-openejb, which supports the jakarta.* namespace in TomEE 9.x (#2583 R. Zowalla)

Changed

  • [JUnit Platform] Use JUnit Platform 1.9.0 (JUnit Jupiter 5.9.0) (#2590 M.P. Korstanje)
  • [TestNG] Update dependency org.testng:testng to v7.6.1
  • [Core] Update dependency io.cucumber:ci-environment to v9.1.0

Fixed

  • [Java] Process glue classes distinctly (#2582 M.P. Korstanje)
  • [Spring] Do not invoke after test methods if test failed to start (#2585 M.P. Korstanje)

7.4.1 - 2022-06-23

Fixed

  • [Core] Fix NoSuchMethodError PrintWriter(OutputStream, boolean, Charset) (#2578 M.P. Korstanje)

7.4.0 - 2022-06-22

Added

  • [Core] Warn when glue path is passed as file scheme instead of classpath (#2547 M.P. Korstanje)

Changed

  • [Core] Flush pretty output manually (#2573 M.P. Korstanje)

Fixed

  • [Spring] Cleanly stop after failure to start application context (#2570 M.P. Korstanje)
  • [JUnit] Scenario logging does not show up in step notifications (#2563 M.P. Korstanje)

7.3.4 - 2022-05-02

Fixed

  • [Core] Fix problem with PrettyFormatter printing URL encoded strings (#2545 skloessel)

7.3.3 - 2022-04-30

Fixed

  • [Core] Pretty print plugin performance issues; incorrect DataTable format in Gradle console (#2541 Scott Davis)

7.3.2 - 2022-04-22

Fixed

  • [Core] Fix cucumber report spam Collectors.toUnmodifiableList() (#2533 M.P. Korstanje)

7.3.1 - 2022-04-20

Fixed

  • [Core] Removed usage of since Java 10 Collectors.toUnmodifiableList() method (#2531 M.P. Korstanje)

7.3.0 - 2022-04-19

Added

  • [JUnit Platform] Support cucumber.features property (#2498 M.P. Korstanje)

Changed

  • [Core] Use null-safe messages (#2497 M.P. Korstanje)
  • Update dependency io.cucumber:messages to v18 (#2497 M.P. Korstanje)
  • Update dependency io.cucumber:gherkin to v23 (#2497 M.P. Korstanje)
  • Update dependency io.cucumber:ci-environment to v9 (#2475 M.P. Korstanje)
  • Update dependency com.google.inject:guice to v5.1.0 (#2473 M.P. Korstanje)
  • Update dependency org.testng:testng to v7.5 (#2457 M.P. Korstanje)

Fixed

  • [OpenEJB] Remove spurious dependencies (#2477 M.P. Korstanje)
  • [TestNG] Remove spurious Optional from test name (#2488 M.P. Korstanje)
  • [BOM] Add missing dependencies to bill of materials (#2496 M.P. Korstanje)
  • [Spring] Start and stop test context once per scenario (#2517 M.P. Korstanje)
  • [JUnit Platform] Feature files with space in filename generate Illegal Character (#2521 G. Fernandez)

7.2.3 - 2022-01-13

Fixed

  • [Core] Uncaught TypeError: e.git is undefined (#2466 M.P. Korstanje)

7.2.2 - 2022-01-07

Fixed

  • [Core] Look up docstring converter by type as fallback (#2459 M.P. Korstanje)

7.2.1 - 2022-01-04

Fixed

  • [Core] Fix NPE if git is not detected (#2455 Aslak Hellesøy)

7.2.0 - 2022-01-03

Added

  • [Core] Support multiple doc strings types with same content type (#2421 Postelnicu George)
  • [Guice] Automatically detect InjectorSource (#2432 Postelnicu George)
  • [Core] Support proxy for publish plugin (#2452 M.P. Korstanje)

Changed

  • [Core] Replaced create-meta dependency with ci-environment (#2438 M.P. Korstanje)

Deprecated

  • [Guice] Deprecated guice.injector-source in favour of discovering InjectorSource (#2432 M.P. Korstanje)

Fixed

  • [JUnit Platform] Delay plugin creation until test execution (#2442 M.P. Korstanje)
  • [Core] Display curl-like error message for more url output stream problems (#2451 M.P. Korstanje)

7.1.0 - 2021-11-28

Added

  • [Core] Include DefaultObjectFactory as part of the API (#2400 M.P. Korstanje)

Changed

  • [Core] Update dependency io.cucumber:tag-expressions to v4.1.0
  • [Core] Support escape backslashes in tag expressions (common/#1778 Yusuke Noda)
  • [JUnit Platform] Use JUnit Platform 1.8.2 (JUnit Jupiter 5.8.2)

Deprecated

  • [Core] Deprecated forgotten TypeRegistry.

7.0.0 - 2021-10-06

7.0.0-RC1 - 2021-09-11

Added

  • [Java] Added @BeforeAll and @AfterAll hooks (cucumber/#1876 M.P. Korstanje)
  • [JUnit Platform] Optionally use long names

Changed

  • [Core] Updated cucumber-expressions to v11 (cucumber/#711 M.P. Korstanje)
  • [Core] Removed incorrect ISO 639-1 code for Telugu language (cucumber/#1238 Nvmkpk)
  • [Core] Deprecated the Summary plugin interface for removal.
  • [Core] Removed the default_summary and null_summary plugins
  • [Core] The summary plugin is enabled default when using the CLI. Use --no-summary to disable.
  • [Core] The progress formatter is no longer enabled by default on CLI. Use --plugin progress to enable.
  • [Core] Use transformer for all DataTable.asX methods. (#2262 cucumber/#1419 M.P. Korstanje)
  • [TestNG] Automatically pick up properties from testng.xml (#2354 M.P. Korstanje, Gayan Sandaruwan)
  • [Core] Pretty formatter to print step DataTables (#2330 Arty Sidorenko)
  • [Core] Scenario.getId() returns the actual scenario id (#2366 M.P. Korstanje)

Deprecated

  • [JUnit Platform] Deprecated @Cucumber in favour of @Suite (#2362 M.P. Korstanje)

Fixed

  • [Core] Emit step hook messages (#2009 Grasshopper)
  • [Core] Synchronize event bus before use (#2358) M.P. Korstanje)

Removed

  • [Core] Removed --strict and --no-strict options (#1788 M.P. Korstanje)
  • [Core] Cucumber executes scenarios in strict mode by default (#1788 M.P. Korstanje)
  • [Core] Removed deprecated TypeRegistryConfigurer. Use @ParameterType instead. (#2356 M.P. Korstanje)
  • [Weld] Removed cucumber-weld in favour of cucumber-jakarta-cdi or cucumber-cdi2. (#2276 M.P. Korstanje)
  • [Needle] Removed cucumber-needled in favour of cucumber-jakarta-cdi or cucumber-cdi2. (#2276 M.P. Korstanje)