Sourced from github.com/onsi/ginkgo/v2's releases.
v2.28.1
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v2.28.0
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() { // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0 })can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to
@Icarus9913for working on this!v2.27.5
2.27.5
Fixes
Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory
v2.27.4
2.27.4
Fixes
- CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]
v2.27.3
2.27.3
Fixes
report exit result in case of failure [1c9f356] fix data race [ece19c8]
v2.27.2
2.27.2
Fixes
- inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]
Maintenance
... (truncated)
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
It("should work in a specific version range (1.0.0, 2.0.0) and third-party dependency redis in [8.0.0, ~)", SemVerConstraint(">= 3.2.0"), ComponentSemVerConstraint("redis", ">= 8.0.0") func() { // This test will only run when version is between 1.0.0 (exclusive) and 2.0.0 (exclusive) and redis version is >= 8.0.0 })can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to
@Icarus9913for working on this!2.27.5
Fixes
Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory
2.27.4
Fixes
- CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]
2.27.3
Fixes
report exit result in case of failure [1c9f356] fix data race [ece19c8]
2.27.2
Fixes
- inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]
Maintenance
- Fix syntax errors and typo [a99c6e0]
- Fix paragraph position error [f993df5]
2.27.1
Fixes
... (truncated)
5d1d628
v2.28.1676f985
update test mu language8032100
appease go vet41ca807
bump dependencies2b2305b
v2.28.071d2d89
feat: support component semantic version filtering8cbbcb4
Fix doclink for ginkgo runa928307
v2.27.50d0e96d
don't make a new formatter for each GinkgoT(); that's just silly and
uses pre...867ce95
v2.27.4