chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.6.1 #11646
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.6.1Release Notes
risingwavelabs/risingwave (ghcr.io/risingwavelabs/risingwave)
v2.6.1Compare Source
release v2.6.1
v2.6.0Compare Source
release v2.6.0
SQL features
CREATE INDEXto create vector indexes, including flat and HNSW methods, and allows creating vector indexes on function expressions. #22432, #22022, #22808CREATE SINKsupportsauto.schema.changeoption for Elasticsearch, Redshift, and Snowflake. #22611DROP CONNECTIONsupportsCASCADEoption to automatically drop dependent objects, except for Iceberg connections. #22557DROP FUNCTIONsupportsCASCADEoption to automatically remove dependent objects. #22991vector(n). #22019jsonb_to_arrayfunction to convert a JSONB array into a SQL array of JSONB elements. #22777openai_embeddingaccepts a single constant JSONBconfigparameter instead of separateapi_keyandmodelarguments. #22960arg_minandarg_maxaggregate functions. #22895has_database_privilege. #22576Connectors
copy-on-writewrite mode for enhanced compaction. #22713VACUUM [FULL] schema_name.object_namesyntax. #22942allow_create_streamis explicitly set totrue. #22315group.id.prefixparameter at runtime. #22492Installation and deployment
Cluster configuration changes
streaming_separate_consecutive_jointo separate consecutive stream joins to improve performance. #22259streaming_join_encodingto switch join encoding type. #22416streaming_separate_sinkto separate sink. #22827protect_drop_table_with_incoming_sinkto block table drops if incoming sinks exist. #22347streaming_now_progress_ratioto decouplenow_timestampfromepoch_timestamp. #22487Access control list (ACL)
rwadminfor the Cloud control plane. #22327Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.6.0 standalonev2.5.2Compare Source
release v2.5.2
v2.5.1Compare Source
release v2.5.1
v2.5.0Compare Source
release v2.5.0
SQL features
ALTER DEFAULT PRIVILEGEScommand to set privileges for objects created in the future. #22191publicschema is now managed byGRANT/REVOKEcommand. New non-super users should first be granted privileges before creating objects. #20201backfill_orderto define the ingestion order of streams during backfill in case of join amplification. #20967ALTER COLUMN TYPEsyntax inALTER TABLEto change the data type of struct columns. Changing between primitive types (e.g.,int→bigint) is not supported. #20940SHOW PROCESSLISTnow displays queries from all serving nodes, making it easier to troubleshoot distributed queries. #21952CONNECTOR WITHclause forALTER SINKcommand. #20691barrier_interval_msandcheckpoint_frequency. #22178approx_count_distinctto estimate the number of distinct values. #21516, #21545array_flattento flatten an array of arrays. #21640openai_embeddingfunction to generate embeddings. #22242WINDOWclause and window function over named window. #22024map_filterfunction to filter map data. #22077||), position, and overlay functions forbyteadata type. #22076rw_fragment_backfill_progressto track the progress of each backfill partition. #22124Connectors
hosted_catalog=trueto enable RisingWave-managed SQL catalog in Iceberg table engine. #21351enable_config_loadfor Iceberg sink, source, connection, and Iceberg table engine. #21938partition_byfor Iceberg table engine as the Iceberg sink. #21594sink_decouplefor creating sink into table. #21784ALTER SINK ... CONNECTOR WITHto update connector-specific properties without recreating the sink. #20691Installation and deployment
Cluster configuration changes
streaming_separate_consecutive_jointo separate consecutive stream joins to improve performance. #22259streaming_enable_unaligned_jointo control whether the streaming joins should be unaligned. #20386Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.5.0 standalonev2.4.4Compare Source
release v2.4.4
v2.4.3Compare Source
release v2.4.3
v2.4.2Compare Source
release v2.4.2
v2.4.1Compare Source
release v2.4.1
v2.4.0Compare Source
release v2.4.0
Main Changes
SQL features
SQL commands:
EXPLAIN ANALYZEcommand to analyze the actual runtime performance of a streaming job. #20715streaming_parallelismsettings for tables, indexes, views, sinks, and sources. #21366DESCRIBE FRAGMENTScommand to check the execution fragments of an existing job. #21354CONNECTOR WITHclause forALTER SINKcommand. #20691GRANTandREVOKEprivileges on connection, function and secret. ****#20755ALTER SYSTEMnow applies session variable changes immediately to the current session. #21294System catalog:
iceberg_tablesandiceberg_namespace_properties. #21400has_function_privilege. #20755Connectors
icelakedependency. #20844commit_retry_numoption to configure the number of commit retries on Iceberg failures. #20433Cluster configuration changes
per_database_isolationto enable per-database failure isolation. #20872streaming_enable_materialized_expressionsto enable materialized expressions. #21552streaming_force_filter_inside_jointo force filter pushed down into inner join. #21289Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.4.0-standalone single_nodev2.3.4Compare Source
release v2.3.4
v2.3.3Compare Source
release v2.3.3
v2.3.2Compare Source
release v2.3.2
v2.3.1Compare Source
Please use v2.3.2 instead
#21687 reverted an optimization that can cause data inconsistency when an MV has
order byclause.release v2.3.1
v2.3.0Compare Source
Please use v2.3.2 instead
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_startandwindow_endat the same time in emit-on-window-close queries. #19998ASOF JOINfor batch queries to match the nearest record with possible variations in case of ties. #19790resource_groupforCREATE DATABASEcommand. #20751CREATE TABLEcommand supports partially specifying the schema instead of using*to ingest all columns. #20203DROP SCHEMAcommand supports theCASCADEoption to drop the specified schema and all its dependencies. #19702SET DATABASE TOorUSE. #19786SET PARALLELISMclause forALTER SOURCEcommand. #20606IF NOT EXISTSoption forCREATE FUNCTION/CREATE AGGREGATE. #20079GRANTorREVOKEprivileges on view. #20670IGNORE NULLSforfirst_valueandlast_valuewindow functions. #19847rw_resource_groups. #20920rw_streaming_jobs. #20207Connectors
partition_byto enable partitioning using column names or transformations for Iceberg sinks. #20495jdbc.auto.commitfor JDBC sinks to automatically commit transactions. #20597snowflakecatalog for Iceberg source. #20421aws.msk.signer_timeout_secto set timeout limit for loading AWS credentials of AWS MSK. #20610jdbc.query.timeoutfor JDBC sinks is reduced from 600s to 60s. #20641Installation and deployment
Paidtier and CPU limit of 4 is set by default to allow the free trial of paid features on a small scale. #20296rw_license()to retrieve the license information. #20629Cluster configuration changes
sink_rate_limit. #19660Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.3.0 single_nodev2.2.6Compare Source
release v2.2.6
v2.2.5Compare Source
release v2.2.5
v2.2.4Compare Source
release v2.2.4
v2.2.3Compare Source
release v2.2.3
v2.2.2Compare Source
release v2.2.2
v2.2.1Compare Source
release v2.2.1
v2.2.0Compare Source
release v2.2.0
Main changes
SQL features
EXPLAIN FORMAT JSON. #19041EXPLAIN FORMAT (XML | YAML). #19400ALTER...SWAP WITH...syntax for tables, materialized views, views, sources, sinks, and subscriptions. #19172ALTER SECRET. #19495SQL functions & operators:
rw_internal_table_info. #19642rw_rate_limit. #19466Connectors
postgres_sinkin Rust. #19328mysql_queryTVF. #19071stream_switch_jdbc_pg_to_nativeto switch fromconnector='jdbc'toconnector='postgres'for JDBC Postgres sinks. #19703RefinsideRef, except circular dependency, for Avro encoding. [#19601](#19601) [#19701](#19701) [#19746](#19746)messages_as_jsonbfor source’s Protobuf encoding when creating a source or table. #19935_rw_timestampsystem column for tables. #19232catalog.credential,catalog.scope,catalog.oauth2-server-uri, orcatalog.token. #19406commit_checkpoint_intervalwhen creating Iceberg engine tables. The default value is60. #19738INCLUDE parititonwhen creating MQTT sources to include which topic each message is from. #19017INCLUDE subjectwhen creating NATS sources. #19708biggquery.credentials. #19798Installation and deployment
Cluster configuration changes
batch_expr_strict_modeto control if the query fails or fills the table withNULLvalues during expression evaluation failures. #19562backfill_rate_limitto configure source backfill. #19445dml_rate_limit. #19679Assets
docker run -it --pull=always -p 4566:4566 -p 5691:5691 risingwavelabs/risingwave:v2.2.0 single_nodev2.1.5Compare Source
release v2.1.5
v2.1.4Compare 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.