Skip to content

Releases: cucumber/ci-environment

v12.0.0

27 Oct 14:28
v12.0.0
7510b32

Choose a tag to compare

Changed

  • [Java] Replace minimal-json with regular expression (#301)

Removed

  • [Python] Remove support for end-of-life Python 3.8 and 3.9 (#297)

v11.0.0

07 Oct 17:34
v11.0.0
9c5bf7c

Choose a tag to compare

Changed

  • [Python] Reuse the action cucumber/action-publish-pypi in release (#246)
  • [Ruby] Minimum ruby version is now 3.2 (#295)
  • [Ruby] Suite is now almost fully rubocop compliant (#266)
  • [JavaScript] BREAKING CHANGE: Remove support for Node.js 16, add support for 22 (#261)

v10.0.1

15 Jan 17:31
v10.0.1
4647b9c

Choose a tag to compare

Added

  • [Python] added release workflow to release to Pypi (#245)

v10.0.0

16 Nov 10:24

Choose a tag to compare

Added

  • [Python] added ci-environment implementation in Python
  • [Ruby] Initial rubocop configuration added (#228)

Changed

  • [Ruby] Minimum ruby version is now 2.6 (#228)

v9.2.0

28 Apr 08:54
v9.2.0
87922ad

Choose a tag to compare

Added

v9.1.0

27 Jul 16:24
v9.1.0
9b20ac1

Choose a tag to compare

Added

  • [Go] added ci-environment implementation in Go

Fixed

  • [Java] Escape regex replacement patterns in environment variables (#156, #157)

v9.0.4

06 Mar 17:29

Choose a tag to compare

Fixed

  • [Java] Make DetectCiEnvironment.detectCiEnvironment public

v9.0.3

04 Mar 22:47
c5ddcf1

Choose a tag to compare

Fixed

  • Handle GitHub Action opened as well as synchronize event (and any other pull_request event with .pull_request.head.sha in the event payload) (#86, #87)

v9.0.2

04 Mar 10:07
f80342f

Choose a tag to compare

Fixed

  • Correctly determine GitHub branch from GITHUB_HEAD_REF instead of GITHUB_REF (#85)
  • Better error message if revision cannot be determined from GitHub pull request (#85)

v9.0.1

04 Mar 07:07
0ef2495

Choose a tag to compare

Fixed

  • Provide correct SHA for GitHub Actions (#67, #69)