Release notes - next
next
2025-11-07
Bug Fixes
- bad compilation error message (“Expected a service here” which masks… (2aeb44b)
- build: migrate s3-wagon provider (2e6ffb6)
- core: coalesce operator supports null inputs, add orEmpty() function (4ab9a88)
- core: generated TaxiQL queries should quote output dates (f373b58)
- core: resolve incorrect log message when resolving array types (2150a9d)
- core: type coercion on instants with microsecond precision (31501cc)
- enums: throw compiler error, not runtime exception, if we try to refeerence an enum member that doesn’t exist (4fd2de6)
- invokers: correctly handle null values in query invokers (7c60bb9)
- lang-server: fix exception thrown (1cdd94d)
- type-checker: nothing is assignable (0ae8fe6)
- xsd: xsd annotations should not generate types if create is not set to true (0f9b06c)
- xsd: xsd annotations should not generate types if create is not set to true (77e7738)
- xsd: xsd annotations should not generate types if create is not set to true (f739a16)
Features
- core: support for multi-line strings (4a209b3)
- lang: support operations as callable expressions (f317a5e)
- lang: support operations as callable expressions (211533f)
- lang: support operations as callable expressions (05bd13f)
- stdlib: added collection indexOfItem() (13f5d8d)
- stdlib: added stdlib method for collecting all the instances in a graph (decadcc)
- xsd: Enhance XSD to Taxi mapping (37d8b66)