Releases: datafusion-contrib/datafusion-functions-json
Releases · datafusion-contrib/datafusion-functions-json
v0.50.0
What's Changed
- Expose JSON_UNION_DATA_TYPE by @adriangb in #95
- Prepare for datafusion v50 by @jackkleeman in #96
New Contributors
- @jackkleeman made their first contribution in #96
Full Changelog: v0.49.0...v0.50.0
v0.49.0 2025-07-29
What's Changed
- feat: implement json_get_array udf v2 by @vigimite in #87
- update to datafusion 49 by @hengfeiyang in #91
New Contributors
- @vigimite made their first contribution in #87
- @hengfeiyang made their first contribution in #91
Full Changelog: v0.48.0...v0.49.0
v0.48.0 2025-06-16
What's Changed
- Upgrade to Datafusion 48 by @friendlymatthew in #84
- bump
jiterto 0.10 by @davidhewitt in #89
New Contributors
- @friendlymatthew made their first contribution in #84
Full Changelog: v0.47.0...v0.48.0
v0.47.0
v0.46.0
v0.45.0 2025-02-10
v0.44.2 2025-02-03
What's Changed
- cast dictionaries to i64 key type to avoid generic explosion by @davidhewitt in #66
- replace
FromIteratorwith builder trait by @davidhewitt in #67
Full Changelog: v0.44.1...v0.44.2
v0.44.1 2025-01-15
What's Changed
- fix case of f(scalar, array) invocation by @davidhewitt in #63
- fix case of f(dict_array, dict_array) invocation by @davidhewitt in #64
Full Changelog: v0.44.0...v0.44.1
v0.44.0 2025-01-07
What's Changed
- fix some deprecation / unused import warnings by @davidhewitt in #56
- support function unnesting for
json_as_textinner calls by @davidhewitt in #57 - fix case of dictionary column as path for JSON lookup by @davidhewitt in #58
- ci: fix clippy warning on 1.83 by @davidhewitt in #61
- don't require any datafusion features by @davidhewitt in #60
- bump jiter to 0.8 by @davidhewitt in #59
- bump datafusion to 44, version to 0.44 by @davidhewitt in #62
Full Changelog: v0.43.0...v0.44.0
v0.43.0 2024-11-13
What's Changed
- Union encoding by @samuelcolvin in #49
- update MSRV to match datafusion by @samuelcolvin in #52
- implement
json_object_key(and aliasjson_keys) by @samuelcolvin in #50 - Upgrade DataFusion to 43 by @phillipleblanc in #54
New Contributors
- @phillipleblanc made their first contribution in #54
Full Changelog: v0.42.0...v0.43.0