Releases: risingwavelabs/risingwave
Releases · risingwavelabs/risingwave
v1.8.1
release v1.8.1
v1.8.0
For installation and running instructions, see Get started.
Main changes
SQL features
- Query syntax:
- Supports
RANGE
frames in window function calls. #14416
- Supports
- SQL commands:
- Adds support for embedded Rust UDFs. #14903
- Adds support for embedded Python UDFs. #15168
- Supports refreshing the schema of a table created using an external connection to get the latest schema. #15025
- Supports refreshing the schema of a source to get the latest schema. #15541
- Adds a description column to the system parameters table. #15113
- Supports authenticating with OAuth token acquired from the Cloud when creating a user. #13151
- SQL functions & operators:
- System catalog:
- Adds missing columns for
pg_catalog.pg_index
,rw_catalog.rw_columns
andinformation_schema.columns
, and system viewpg_catalog.pg_partitioned_table
. #15151 - Supports
pg_catalog.pg_constraint
for DBeaver compatibility. #15227 - Supports
pg_catalog.pg_stat_get_numscans
for DBeaver. #15642 - Supports system table
rw_depend
. #15385 - Supports
pg_settings
catalog. #15108
- Adds missing columns for
Connectors
- Breaking change: Sinks created from v1.6 and earlier that have
decouple
enabled may cause compatibility issues. Check if you have any sinks with this configuration by using the internal tablerw_sink_decouple
before upgrading to v1.8. #15613 - Avro tables and sources now require a schema registry during creation. #15256
- Supports using Karapace when specifying a schema registry. #15486
- Supports Protobuf data format for NATS JetStream source. #15378
- Supports
FORMAT PLAIN ENCODE BYTES
for NATS source connector. #15806 - Supports Confluent schema registry for Kafka sinks when using
FORMAT PLAIN ENCODE PROTOBUF
. #15546 - Adds Kafka sink and source parameter
enable.ssl.certificate.verification
. #15073 - Supports
max_batch_rows
andrequest_timeout
parameters for Cassandra and ScyllaDB sources. #15516 - Adds built-in MongoDB CDC source connector. #14966
- Adds
ignore_option
parameter for sources created using Debezium format. #15304 - Supports batch read from Iceberg source. #15214
- Supports automatically deriving columns from Iceberg source. #15415
- Supports JDBC catalog for Iceberg sources. #15551
- Adds JDBC and Hive catalogs for Iceberg sink. #14885
Installation and deployment
Supports tab-completion for SET and ALTER SYSTEM SET commands in psql client. feat(frontend): support tab-completion for [ALTER SYSTEM] SET
Full Changelog: v1.7.0...v1.8.0
v1.7.3
release v1.7.3
v1.7.2
release v1.7.2
v1.7.1
release v1.7.1
v1.7.0
For installation and running instructions, see Get started.
Main changes
SQL features
- Query syntax:
- SQL commands:
- Supports changing the schema registry by redefining the
format_encode_options
. #14057
- Supports changing the schema registry by redefining the
- SQL functions & operators:
- System catalog:
- Change
rw_streaming_parallelism
to allow queries on streaming job parallelism with job name and type. Adds system viewrw_fragment_parallelism
to allow for queries on parallelism information at fragment level #14789, #14261 - Adds
relpersistence
inpg_class
catalog. #14400 - Supports
pg_get_viewdef()
. #14336
- Change
Connectors
- Cassandra and ScyllaDB sinks no longer support
timestamp
type. #14413 - Updates StarRocks sink connector parameters. #14823
- Introduces
snapshot
option to allow users to disable CDC backfill and to only consume from the latest changelog. #14718 - Sets the default value of
transactional
parameter totrue
for MySQL and Postgres CDC shared sources. #14899
Installation and deployment
[Pre-Release] Supports single_node node to run RisingWave in a single process.
Cluster configuration changes
- Introduce a session variable
batch_enable_distributed_dml
to enable batch ingesting. #14630 - Changes wording from
AUTO
toADAPTIVE
parallelism. #14414 - Supports adaptive scaling for streaming jobs by default. #14873
Full Changelog: v1.6.0...v1.7.0
v1.7.0-standalone
release v1.7.0-standalone
v1.7.0-single-node-2
release v1.7.0-single-node-2
v1.7.0-single-node
release v1.7.0-single-node
v1.6.1
release v1.6.1