Skip to content

Commit efc92ae

Browse files
authored
chore: release 0.25.0 (#1019)
1 parent 302278d commit efc92ae

46 files changed

Lines changed: 552 additions & 195 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"packages/case-core": "0.24.2",
3-
"packages/case-definition-dsl": "0.24.2",
4-
"packages/case-core-plugin-http": "0.24.2",
5-
"packages/case-core-plugin-http-dsl": "0.24.2",
6-
"packages/case-core-plugin-function": "0.24.2",
7-
"packages/case-core-plugin-function-dsl": "0.24.2",
8-
"packages/case-plugin-base": "0.24.2",
9-
"packages/case-plugin-dsl-types": "0.24.2",
10-
"packages/case-entities": "0.24.2",
11-
"packages/contract-case-jest": "0.24.2",
12-
"packages/documentation": "0.24.2",
13-
".": "0.24.2",
14-
"packages/contract-case-cli": "0.24.2",
15-
"packages/case-maintainer-config": "0.24.2",
16-
"packages/eslint-config-case-maintainer": "0.24.2",
17-
"packages/case-connector": "0.24.2",
18-
"packages/case-connector-proto": "0.24.2",
19-
"packages/dsl-java": "0.24.2",
20-
"packages/documentation-matchers-generator": "0.24.2"
2+
"packages/case-core": "0.25.0",
3+
"packages/case-definition-dsl": "0.25.0",
4+
"packages/case-core-plugin-http": "0.25.0",
5+
"packages/case-core-plugin-http-dsl": "0.25.0",
6+
"packages/case-core-plugin-function": "0.25.0",
7+
"packages/case-core-plugin-function-dsl": "0.25.0",
8+
"packages/case-plugin-base": "0.25.0",
9+
"packages/case-plugin-dsl-types": "0.25.0",
10+
"packages/case-entities": "0.25.0",
11+
"packages/contract-case-jest": "0.25.0",
12+
"packages/documentation": "0.25.0",
13+
".": "0.25.0",
14+
"packages/contract-case-cli": "0.25.0",
15+
"packages/case-maintainer-config": "0.25.0",
16+
"packages/eslint-config-case-maintainer": "0.25.0",
17+
"packages/case-connector": "0.25.0",
18+
"packages/case-connector-proto": "0.25.0",
19+
"packages/dsl-java": "0.25.0",
20+
"packages/documentation-matchers-generator": "0.25.0"
2121
}

docs/maintainers/FULL-CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.25.0](https://github.com/case-contract-testing/contract-case/compare/v0.24.2...v0.25.0) (2025-06-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **function-plugin:** Fix an issue where serialisation in the function plugin would fail in some circumstances. This is a breaking change for users of function plugins - the contracts will need to be rewritten.
9+
10+
### Bug Fixes
11+
12+
* **connector:** fix issue where logLevel: none couldn't be set from languages using the gRPC connector ([8beefd6](https://github.com/case-contract-testing/contract-case/commit/8beefd6d556c9f974f71b77bc49b98650bc258e8))
13+
* **core:** Improve clarity of verification failed message ([fcf8deb](https://github.com/case-contract-testing/contract-case/commit/fcf8deb11acf53a359540edbb83fbbb8eaa146f4))
14+
* **core:** Include user facing stack traces in most errors, substantially improving debugging experience ([ba5c06e](https://github.com/case-contract-testing/contract-case/commit/ba5c06eb46fded0138837cbe26d5227bc672a245))
15+
* **function-plugin:** Fix an issue where serialisation in the function plugin would fail in some circumstances. This is a breaking change for users of function plugins - the contracts will need to be rewritten. ([6fd0ce2](https://github.com/case-contract-testing/contract-case/commit/6fd0ce2543fa682b870a00e812ccbb70bb3b5d2f))
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* @contract-case/eslint-config-case-maintainer bumped from 0.24.2 to 0.25.0
23+
324
## [0.24.2](https://github.com/case-contract-testing/contract-case/compare/v0.24.1...v0.24.2) (2025-06-11)
425

526

0 commit comments

Comments
 (0)