Skip to content

v7.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Oct 17:26
2dbf397

Added

Changed

Deprecated

  • AfterConfiguration is deprecated. Please use InstallPlugin or BeforeAll instead.
    See the UPGRADING.md to update your code accordingly.
    (1570)

  • The built-in Wire protocol

    The Wire protocol is still officially supported, but as an optional plugin rather
    than a built-in feature. See the
    UPGRADING.md
    to update your code accordingly.

    (1564
    aurelien-reeves)

Known issue

  • There is a known issue with JRuby 9.3. For more info, see
    PR#1571.