New
3.12.1
🐞 Bug fixes
- fix: use thread local document builder. (#2977) @RafeArnold
- fix: handle unbound ns prefixes when printing xml. (#2968) @RafeArnold
📖 OpenAPI updates
- Use camel-case format for the fileName property in the request-pattern schema (#2966) @picimako
👻 Maintenance
- Update
actions/cache@v1to usev4(#2979) @leeturner
📦 Dependency updates
- Bump com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.18.3 (#2978) @dependabot
- Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 (#2971) @dependabot
- Bump versions.junitJupiter from 5.11.4 to 5.12.0 (#2972) @dependabot
- Bump com.networknt:json-schema-validator from 1.5.5 to 1.5.6 (#2967) @dependabot
✍ Other changes
- Xml perf improvements (#2981) @Mahoney