Releases: risingwavelabs/risingwave
Releases · risingwavelabs/risingwave
v2.0.7
release v2.0.7
v2.2.2
release v2.2.2
v2.1.4
release v2.1.4
v2.2.1
release v2.2.1
v2.2.0
release v2.2.0
Main changes
SQL features
- Query syntax:
- SQL commands:
- Public preview: Supports ****
EXPLAIN FORMAT JSON. #19041 - Public preview: Supports ****
EXPLAIN FORMAT (XML | YAML). #19400 - Supports
ALTER...SWAP WITH...syntax for tables, materialized views, views, sources, sinks, and subscriptions. #19172 - Introduces a new connection that allows for reusing connector parameters, replacing the deprecated AWS PrivateLink connection. #19270
- Supports creating connections for schema registries. #19685
- Ensures results returned by cursors are sorted by the primary key. #18801
- Supports
ALTER SECRET. #19495
- Public preview: Supports ****
-
SQL functions & operators:
- System catalog:
Connectors
- Technical preview: Supports native
postgres_sinkin Rust. #19328 - Technical preview: Supports
mysql_queryTVF. #19071 - Supports using the streaming developer configuration
stream_switch_jdbc_pg_to_nativeto switch fromconnector='jdbc'toconnector='postgres'for JDBC Postgres sinks. #19703 - Supports
RefinsideRef, except circular dependency, for Avro encoding. [#19601](#19601) [#19701](#19701) [#19746](#19746) - Adds parameter
messages_as_jsonbfor source’s Protobuf encoding when creating a source or table. #19935 - Supports
_rw_timestampsystem column for tables. #19232 - Allows Iceberg REST catalog to be specified as
catalog.credential,catalog.scope,catalog.oauth2-server-uri, orcatalog.token. #19406 - Supports configuring parameter
commit_checkpoint_intervalwhen creating Iceberg engine tables. The default value is60. #19738 - Supports
INCLUDE parititonwhen creating MQTT sources to include which topic each message is from. #19017 - Supports
INCLUDE subjectwhen creating NATS sources. #19708 - Supports ****webhook sources. #19272
- Adds Google BigQuery sink option
biggquery.credentials. #19798
Installation and deployment
Cluster configuration changes
- Adds session variable
batch_expr_strict_modeto control if the query fails or fills the table withNULLvalues during expression evaluation failures. #19562 - Adds runtime parameter ****
backfill_rate_limitto configure source backfill. #19445 - Adds runtime parameter
dml_rate_limit. #19679
Assets
- Run this version from Docker:
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.2.0 single_node - Prebuilt all-in-one library for Linux
- Source code (zip)
- Source code (tar.gz)
- risectl - a CLI tool for managing and accessing RisingWave clusters
v2.1.3
release v2.1.3
v2.2.0-rc.1
release v2.2.0-rc.1
v2.0.6
release v2.0.6
v2.1.2
Connectors:
- EXPERIMENTAL PREVIEW: support native postgres_sink in rust. #19328
- Support switching from connector='jdbc' for jdbc postgres sinks to connector='postgres'. #19703
- Performance improvements for native postgres sink. #19688
Fixes:
- Fix file scan s3 access issue. #20080
- Fix time travel garbage collection issue. #20107
- Fix MySQL meta store incompatibility issue. #20099
release v2.1.2