Releases: datafusion-contrib/datafusion-functions-json
Releases · datafusion-contrib/datafusion-functions-json
v0.2.0 2024-06-12
What's Changed
- update to datafusion 39, jiter 0.4, test on MSRV 1.73.0 by @davidhewitt in #15
New Contributors
- @davidhewitt made their first contribution in #15
Full Changelog: v0.1.3...v0.2.0
v0.1.3 2024-05-14
What's Changed
- Show unexpected type in error by @samuelcolvin in #10
- Support 38.0.0 by @samuelcolvin in #11
Full Changelog: v0.1.2...v0.1.3
v0.1.2 2024-05-05
What's Changed
- support
LargeUtf8
by @samuelcolvin in #7 - Fix
json_length
with only one array argument by @samuelcolvin in #8 - Single quotes not backticks in errors to match DataFusion by @samuelcolvin in #9