This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Releases: chutney-testing/chutney-kotlin-dsl-legacy
Releases · chutney-testing/chutney-kotlin-dsl-legacy
Release 2.7.0
2.7.0
What's Changed
🚀 Implemented enhancements:
- Add validation and output task by @DelaunayAlex in #134
- Allow http client to receive empty response by @boddissattva in #135
Release 2.6.1
Release 2.6.0
Release 2.5.1
What's Changed
🐛 Fixed bugs:
- fix(dsl): Correct default dataset null values by @boddissattva in #127
🔧 Technical enhancements:
- chore(): Replace Mockserver with Wiremock by @DelaunayAlex in #126
Release 2.4.0
What's Changed
🐛 Fixed bugs:
- fix(dsl): Correct default dataset null values by @boddissattva in #127
🔧 Technical enhancements:
- chore(): Replace Mockserver with Wiremock by @DelaunayAlex in #126
Full Changelog: 2.3.1...2.4.0
Release 2.3.1
2.3.1
What's Changed
🐛 Fixed bugs:
- Use preemptive basic authentication for proxy by @boddissattva in #123
Release 2.3.0
2.3.0
What's Changed
🚀 Implemented enhancements:
- Dataset synchronisation by @nbrouand in #117
- Add new selenium action by @nbrouand in #116
- Add if strategy by @nbrouand in #119
🐛 Fixed bugs:
- Use correctly http5 Apache client to do preemptive basic auth by @boddissattva in #115
🔧 Technical enhancements:
- Fix input of JmsSender from queueName to destination (break… by @nbrouand in #118
- Add selenium scenario example by @rbenyoussef in #98
Release 2.2.2
Release 2.2.0
Release 2.1.0
2.1.0
What's Changed
🚀 Implemented enhancements:
- feature(chutneyFunction): add jsonMerge, jsonSet and jsonSetMany functions to match with chutney project
🔧 Technical enhancements:
- feature(chutneyEnvironment): add condition to prevent that 2 targets have the same name in a ChutneyEnvironment