Release notes - next
next
2025-06-19
Bug Fixes
- avro: apply rules of schema definition to nested record types (7799efc)
- core: fix detection of iteration vs aggregation projections (931d55d)
Features
- avro: avro schema parser now supports defining if a type should be declared or not (faa6cc2)
- docs: Lots of docs enhancements, added runnable examples (30c59cd)
- openapi: improve operation kind detection based on HTTP methods (1aee7fe)
- stdlib: add a joinToString() function to the stdlib (fbf6fd9)
- stdlib: add a round() function to the stdlib (5bef4b4)
- stdlib: added all(), some() and none() to stdlib (85e736d)
- stdlib: added defs for startsWith, endsWith, matches and containsPattern (d414449)
- stdlib: added padStart, padEnd and applyFormat functions for working with strings in stdlib (a0fed87)
Reverts
- Revert “feat(core): support traditional array access statements” (4dd45d9)