Skip to content

Releases: cucumber/ci-environment

v10.0.1

15 Jan 17:31
v10.0.1
4647b9c
Compare
Choose a tag to compare

Added

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

v10.0.0

16 Nov 10:24
v10.0.0
3f56d9f
Compare
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
Compare
Choose a tag to compare

Added

v9.1.0

27 Jul 16:24
v9.1.0
9b20ac1
Compare
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
Compare
Choose a tag to compare

Fixed

  • [Java] Make DetectCiEnvironment.detectCiEnvironment public

v9.0.3

04 Mar 22:47
c5ddcf1
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

v9.0.0

25 Jan 16:17
f31958e
Compare
Choose a tag to compare

Added

  • [JavaScript] export Env, Git, CiEnvironment and CiEnvironments types

Changed

  • [JavaScript] make buildNumber optional (#51)
  • [Java] use Optional<T> for optional values (#50)

v8.1.0

02 Jan 19:33
ab14e0c
Compare
Choose a tag to compare

Added

  • [JavaScript] - package as hybrid esm/commonjs module (#47)