Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See https://github.com/risingwavelabs/risingwave/pull/15836/files for the dashboard changes.
Created with
brew bump-formula-pr
.resource
blocks have been checked for updates.prerelease notes
DISCARD ALL
command for Npgsql compatibility. feat: support DISCARD ALL command and add npgsql client test risingwave#16432RECOVER
command to trigger an ad-hoc recovery. feat(frontend, meta): supportRECOVER
command to trigger recovery risingwave#16259LIKE
clause. feat(expr): support a single ascii char as escape in LIKE risingwave#16057jsonb_populate_record()
andjsonb_populate_recordset()
. feat(expr): addjsonb_populate_record(set)
function risingwave#13421rw_iceberg_files
for displaying the files of an Iceberg source or table. feat(meta,batch): support iceberg files system table risingwave#16180rw_iceberg_snapshot
for listing all snapshots. feat(batch,meta): support iceberg snapshots sys table risingwave#16175Connectors
s3
connector. feat: deprecate legacy s3 connector risingwave#16337properties.request.required.acks
. feat(connector): add request.required.acks for kafka connector producer risingwave#16482ssl.mode
for PostgreSQL and Neon source connector. feat(connector): add SSL support for external cdc postgres connector risingwave#15690ssl.mode
for MySQL source connector. feat(mysql-cdc): supportssl.mode
to allow configure the ssl behavior risingwave#16579snapshot.interval
andsnapshot.batch_size
underWITH
options when creating a table from a CDC source. feat(cdc): introduce with option to configure cdc snapshot risingwave#16426numeric
types from PostgreSQL sources intorw_int256
orvarchar
. feat(cdc): allow decimal to rw_int256 and varchar risingwave#16346timestamptz.handling.mode
formatting option when creating a source withPLAIN
,UPSERT
, orDEBEZIUM JSON
formats. feat(source):encode json
optiontimestamptz.handling.mode
risingwave#16265upsert
type BigQuery sinks. feat(sink): support bigquery sink upsert risingwave#15780Installation and deployment
Cluster configuration changes
ALTER SYSTEM
to set a system-wide default value for a session parameter. feat(session_config): system wide session config by alter system set risingwave#16062streaming_rate_limit
to zero. feat(frontend): changestreaming_rate_limit=0
to pause stream instead of disable rate limit risingwave#16333RW_RESERVED_MEMORY_BYTES
runtime parameter andreserved-memory-bytes
startup option. feat(memory): add reserved_memory_bytes opt risingwave#16433Fixes
-inf
,+inf
, andnan
types tonull
for JDBC sinks. fix(sink): fix decimal jdbc sink risingwave#16230-inf
,+inf
, andnan
types for ClickHouse, Doris, and StarRocks sink connectors. fix(sink): fix starrocks doris and clickhouse decimal risingwave#15664DELETE
events could not be sinked if the primary key isuuid
type for JDBC sinks.fix(jdbc-sink): fix deliver DELETE event for row with uuid as primary key risingwave#16447enum
types from PostgreSQL could not be ingested asvarchar
types. fix(cdc): fix enum to varchar in postgres-cdc risingwave#16423encode avro
on decimal ingesting. fix(avro): parse decimals with shorter bytes correctly risingwave#16202encode avro
on bytes/fixed/decimal default value. fix(source): Bump avro to supportdefault
forbytes
/fixed
/decimal
risingwave#16414Full Changelog: risingwavelabs/risingwave@v1.8.0...v1.9.0