Skip to content

Releases: SmartsquareGmbH/squit

5.2.0

25 Jun 15:28
Compare
Choose a tag to compare
  • New Feature: Scripts and runners before and after the request can now be toggled and ordered using the new preTestTasks and postTestTasks options in the test.conf (by @RuepInc).

5.1.0

11 Sep 12:24
Compare
Choose a tag to compare
  • Dependency updates.
  • Fix edge-case with \n in HTML reports.

5.0.2

11 Nov 15:47
Compare
Choose a tag to compare
  • Fix crash when running on older JVM versions.
  • Add automated publishing.

5.0.1

10 Nov 12:36
Compare
Choose a tag to compare
  • Add back accidentally removed testDir property on the Config object.

5.0.0

09 Nov 15:28
Compare
Choose a tag to compare
  • Support for JDK 17.
  • Dependency updates.
    • All libraries are now available on mavenCentral and jcenter can be removed.
  • The minimum supported Gradle version has been increased to 6.8.

4.1.0

24 Aug 18:07
Compare
Choose a tag to compare
  • The config in pre- and post-processors as well as pre- and post-runners now contains a new testDir property. This contains the directory the current test is in which can be used for various purposes like loading additional data to conditionally include in a request (by @darivs).

4.0.0

08 Jun 11:14
Compare
Choose a tag to compare
  • Remove deprecated methods in pre- and postprocessors. This is a breaking change that requires changes to all implementations.
    • It is now possible again to use squit without special compiler arguments.

3.2.0

08 Jun 07:41
Compare
Choose a tag to compare
  • Pre- And post-processors now have additional methods that also take the Config. The previous methods without are still available but deprecated.
  • Support for JDK 16.
  • Internal refactorings and error handling improvements.

3.1.0

26 Feb 14:14
Compare
Choose a tag to compare
  • Add option resolveInvalidNamespaces to automatically fix invalid namespaces in XML documents which makes canonicalization possible for such documents (by @KarstenSQ).

3.0.2

18 Aug 18:14
Compare
Choose a tag to compare
  • Improve error handling in case of incorrectly encoded or otherwise unreadable files.