Skip to content

Commit 70736d4

Browse files
Upgrade to Spark 4.0.1 and PostgreSQL support
Upgrade to Spark 4.0.1 and PostgreSQL support
2 parents aeb6223 + 9146706 commit 70736d4

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,10 @@ Even more queries can be found [here](https://colab.research.google.com/github/R
338338

339339
# Latest updates
340340

341+
## Version 2.0.1
342+
- Update to Spark 4.0.1.
343+
- Add postgreSQL connection (postgresql-table()).
344+
341345
## Version 2.0.0
342346
- Aligned on the brand new RumbleDB 2.0 release.
343347
- Improved display of pandas dataframes output with -pdf in Jupyter notebooks.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "jsoniq"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
description = "Python edition of RumbleDB, a JSONiq engine"
99
requires-python = ">=3.11"
1010
dependencies = [

src/jsoniq/jars/rumbledb-2.0.0.jar

1.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)