Version 3.21.1 - March 26, 2026
================================================================================
This is a 3.21 patch release with minor improvements and bug fixes
Features and Improvements
-------------------------
#19803 - Add JSONFormat::valueFormat and XMLFormat::valueFormat to allow for specifying which type of a Converter should be serialised in JSON or XML formats
#19804 - Multiset bind variables should serialise T type, not U type, in case Result contents have Converters attached
Bug Fixes
---------
#19797 - ClassCastException in SQLDialect.JAVA rendering when binding a converted value
#19805 - Regression: NPE with custom array converter and multiset
#19807 - Gradle Plugin: Failed to load schema for namespace
#19808 - Duplicate methods generated in Routines class for table valued functions, if neither <tableValuedFunctionsAsRoutines/> nor <tableValuedFunctionsAsTables/> is turned off