Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Release notes
.. toctree::
:maxdepth: 1

release/release-384
release/release-383
release/release-382
release/release-381
Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/sphinx/release/release-383.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release 383 (1 June 2022)

Note: This version has a regression that may cause queries to fail.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Format using a "warning" block. See the 349 release notes for an example.


## General

* Introduce `json_exists`, `json_query`, and `json_value` [JSON functions](/functions/json). ({issue}`9081`)
Expand Down
38 changes: 38 additions & 0 deletions docs/src/main/sphinx/release/release-384.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Release 384 (3 June 2022)

## General

* Fix potential query failure due to a regression introduced in version 383. ({issue}`12670`)
* Fix potential failure or incorrect result of the `json_query` [JSON function](/functions/json). ({issue}`12681`)

## Druid connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## MariaDB connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## MySQL connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## Oracle connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## PostgreSQL connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## Redshift connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## SingleStore (MemSQL) connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)

## SQL Server connector

* Add `query` table function for full query pass-through to the connector. ({issue}`9163`)