chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.3.0 #11115
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.
This PR contains the following updates:
v2.1.3
->v2.3.0
Release Notes
risingwavelabs/risingwave (ghcr.io/risingwavelabs/risingwave)
v2.3.0
Compare Source
Release v2.3.0
Support for RisingWave v2.1 will end upon the release of v2.3. If you're using v2.1, please plan your upgrade to a newer version (v2.2 or later) soon to ensure continued support and updates. For more details, see our version support policy.
Main changes
SQL features
window_start
andwindow_end
at the same time in emit-on-window-close queries. https://github.com/risingwavelabs/risingwave/pull/19998ASOF JOIN
for batch queries to match the nearest record with possible variations in case of ties. https://github.com/risingwavelabs/risingwave/pull/19790resource_group
forCREATE DATABASE
command. https://github.com/risingwavelabs/risingwave/pull/20751CREATE TABLE
command supports partially specifying the schema instead of using*
to ingest all columns. https://github.com/risingwavelabs/risingwave/pull/20203DROP SCHEMA
command supports theCASCADE
option to drop the specified schema and all its dependencies. https://github.com/risingwavelabs/risingwave/pull/19702SET DATABASE TO
orUSE
. https://github.com/risingwavelabs/risingwave/pull/19786SET PARALLELISM
clause forALTER SOURCE
command. https://github.com/risingwavelabs/risingwave/pull/20606IF NOT EXISTS
option forCREATE FUNCTION
/CREATE AGGREGATE
. https://github.com/risingwavelabs/risingwave/pull/20079GRANT
orREVOKE
privileges on view. https://github.com/risingwavelabs/risingwave/pull/20670IGNORE NULLS
forfirst_value
andlast_value
window functions. https://github.com/risingwavelabs/risingwave/pull/19847rw_resource_groups
. https://github.com/risingwavelabs/risingwave/pull/20920rw_streaming_jobs
. https://github.com/risingwavelabs/risingwave/pull/20207Connectors
partition_by
to enable partitioning using column names or transformations for Iceberg sinks. https://github.com/risingwavelabs/risingwave/pull/20495jdbc.auto.commit
for JDBC sinks to automatically commit transactions. https://github.com/risingwavelabs/risingwave/pull/20597snowflake
catalog for Iceberg source. https://github.com/risingwavelabs/risingwave/pull/20421aws.msk.signer_timeout_sec
to set timeout limit for loading AWS credentials of AWS MSK. https://github.com/risingwavelabs/risingwave/pull/20610jdbc.query.timeout
for JDBC sinks is reduced from 600s to 60s. https://github.com/risingwavelabs/risingwave/pull/20641Installation and deployment
Paid
tier and CPU limit of 4 is set by default to allow the free trial of paid features on a small scale. https://github.com/risingwavelabs/risingwave/pull/20296rw_license()
to retrieve the license information. https://github.com/risingwavelabs/risingwave/pull/20629Cluster configuration changes
sink_rate_limit
. https://github.com/risingwavelabs/risingwave/pull/19660Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.3.0 standalone
v2.2.5
Compare Source
release v2.2.5
v2.2.4
Compare Source
release v2.2.4
v2.2.3
Compare Source
release v2.2.3
v2.2.2
Compare Source
release v2.2.2
v2.2.1
Compare Source
release v2.2.1
v2.2.0
Compare Source
release v2.2.0
Main changes
SQL features
EXPLAIN FORMAT JSON
. https://github.com/risingwavelabs/risingwave/pull/19041EXPLAIN FORMAT (XML | YAML)
. https://github.com/risingwavelabs/risingwave/pull/19400ALTER...SWAP WITH...
syntax for tables, materialized views, views, sources, sinks, and subscriptions. https://github.com/risingwavelabs/risingwave/pull/19172ALTER SECRET
. https://github.com/risingwavelabs/risingwave/pull/19495SQL functions & operators:
rw_internal_table_info
. https://github.com/risingwavelabs/risingwave/pull/19642rw_rate_limit
. https://github.com/risingwavelabs/risingwave/pull/19466Connectors
postgres_sink
in Rust. https://github.com/risingwavelabs/risingwave/pull/19328mysql_query
TVF. https://github.com/risingwavelabs/risingwave/pull/19071stream_switch_jdbc_pg_to_native
to switch fromconnector='jdbc'
toconnector='postgres'
for JDBC Postgres sinks. https://github.com/risingwavelabs/risingwave/pull/19703Ref
insideRef
, except circular dependency, for Avro encoding. [#19601][https://github.com/risingwavelabs/risingwave/pull/19601](https://redirect.github.com/risingwavelabs/risingwave/pull/19601)1) [#19701][https://github.com/risingwavelabs/risingwave/pull/19701](https://redirect.github.com/risingwavelabs/risingwave/pull/19701)1) [#19746][https://github.com/risingwavelabs/risingwave/pull/19746](https://redirect.github.com/risingwavelabs/risingwave/pull/19746)6)messages_as_jsonb
for source’s Protobuf encoding when creating a source or table. https://github.com/risingwavelabs/risingwave/pull/19935_rw_timestamp
system column for tables. https://github.com/risingwavelabs/risingwave/pull/19232catalog.credential
,catalog.scope
,catalog.oauth2-server-uri
, orcatalog.token
. https://github.com/risingwavelabs/risingwave/pull/19406commit_checkpoint_interval
when creating Iceberg engine tables. The default value is60
. https://github.com/risingwavelabs/risingwave/pull/19738INCLUDE parititon
when creating MQTT sources to include which topic each message is from. https://github.com/risingwavelabs/risingwave/pull/19017INCLUDE subject
when creating NATS sources. https://github.com/risingwavelabs/risingwave/pull/19708biggquery.credentials
. https://github.com/risingwavelabs/risingwave/pull/19798Installation and deployment
Cluster configuration changes
batch_expr_strict_mode
to control if the query fails or fills the table withNULL
values during expression evaluation failures. https://github.com/risingwavelabs/risingwave/pull/19562backfill_rate_limit
to configure source backfill. https://github.com/risingwavelabs/risingwave/pull/19445dml_rate_limit
. https://github.com/risingwavelabs/risingwave/pull/19679Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.2.0 standalone
v2.1.5
Compare Source
release v2.1.5
v2.1.4
Compare Source
release v2.1.4
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.