Skip to content

Releases: onsi/ginkgo

Ginkgo v2.0.0

30 Dec 19:44
Compare
Choose a tag to compare

Ginkgo v2.0.0 is a major new release of Ginkgo.

The changes to Ginkgo are substantial and wide-ranging, however care has been given to ensure that most users will experience a smooth migration from V1 to V2 with relatively little work. A combined changelog and migration guides is available here and the Ginkgo docs have been updated to capture the new functionality in V2.

v1.16.5

11 Oct 17:28
Compare
Choose a tag to compare

1.16.5

Ginkgo 2.0 now has a Release Candidate. 1.16.5 advertises the existence of the RC.
1.16.5 deprecates GinkgoParallelNode in favor of GinkgoParallelProcess

You can silence the RC advertisement by setting an ACK_GINKG_RC=true environment variable or creating a file in your home directory called .ack-ginkgo-rc

v1.16.4

02 Jun 18:21
Compare
Choose a tag to compare

1.16.4

Fixes

1.16.4 retracts 1.16.3. There are no code changes. The 1.16.3 tag was associated with the wrong commit and an attempt to change it after-the-fact has proven problematic. 1.16.4 retracts 1.16.3 in Ginkgo's go.mod and creates a new, correctly tagged, release.

v1.16.3

29 May 12:31
Compare
Choose a tag to compare

1.16.3

Features

  • Measure is now deprecated and emits a deprecation warning.

v1.16.2

04 May 18:48
Compare
Choose a tag to compare

1.16.2

Fixes

  • Deprecations can be suppressed by setting an ACK_GINKGO_DEPRECATIONS=<semver> environment variable.

v1.16.1

07 Apr 12:04
Compare
Choose a tag to compare

Fixes

  • Supress --stream deprecation warning on windows (#793)

1.16.0

03 Apr 20:10
Compare
Choose a tag to compare

Features

  • Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]

    • Update README.md to advertise that Ginkgo 2.0 is coming.
    • Backport the 2.0 DeprecationTracker and start alerting users
      about upcoming deprecations.
  • Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]

Fixes

v1.15.2

16 Mar 12:46
Compare
Choose a tag to compare

Fixes

v1.15.1

07 Mar 11:21
Compare
Choose a tag to compare

Fixes

  • reporters/junit: Use system-out element instead of passed (#769) [9eda305]

v1.15.0

01 Feb 21:54
Compare
Choose a tag to compare

Features

Fixes

  • Add _internal to filename of tests created with internal flag (#751) [43c12da]