Release notes - 1.68
1.68.0
2025-09-16
Bug Fixes
- bad compilation error message (“Expected a service here” which masks… (2aeb44b)
- 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)
- invokers: correctly handle null values in query invokers (7c60bb9)
Features
- core: support for multi-line strings (4a209b3)
- stdlib: added stdlib method for collecting all the instances in a graph (decadcc)
1.68.1
2025-09-16
Bug Fixes
- type-checker: nothing is assignable (0ae8fe6)