chore(deps): update ghcr.io/risingwavelabs/risingwave docker tag to v2.1.0 #10562
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.0.4
->v2.1.0
Release Notes
risingwavelabs/risingwave (ghcr.io/risingwavelabs/risingwave)
v2.1.0
Compare Source
For installation and running instructions, see Get started.
Main changes
SQL features
ASOF JOIN
to join and find the closest matching record by the event time or another ordered property. https://github.com/risingwavelabs/risingwave/pull/18683AGGREGATE:
prefixed scalar function in streaming aggregation. https://github.com/risingwavelabs/risingwave/pull/18205SHOW SUBSCRIPTION CURSORS
andSHOW CURSORS
commands. https://github.com/risingwavelabs/risingwave/pull/18896postgres_query
. https://github.com/risingwavelabs/risingwave/pull/18811pg_catalog.pg_sequence
. https://github.com/risingwavelabs/risingwave/pull/18714information_schema.table_constraints
. https://github.com/risingwavelabs/risingwave/pull/18716information_schema.schemata
. https://github.com/risingwavelabs/risingwave/pull/18709Connectors
scan.startup.mode=latest
for NATS source connector to start consuming from next available message instead of last one. https://github.com/risingwavelabs/risingwave/pull/18733streaming_use_shared_source
. https://github.com/risingwavelabs/risingwave/pull/18749INCLUDE payload
clause. https://github.com/risingwavelabs/risingwave/pull/18437consumer.durable_name
, for NATS source connector. https://github.com/risingwavelabs/risingwave/pull/18873max_packet_size
for MQTT sources. https://github.com/risingwavelabs/risingwave/pull/18520database.encrypt
for SQL Server CDC sources. https://github.com/risingwavelabs/risingwave/pull/18912auto.schema.change
for PostgreSQL CDC sources to enable replicating Postgres table schema change. https://github.com/risingwavelabs/risingwave/pull/18760JSON
encode for file sinks, allowing users to sink JSON files into object storage. https://github.com/risingwavelabs/risingwave/pull/18744create_table_if_not_exists
option for Iceberg sink connector. https://github.com/risingwavelabs/risingwave/pull/18362bulk_write_max_entries
for MongoDB sink and optiondefault_max_batch_rows
for DynamoDB sink. Adds optionsmax_batch_item_nums
andmax_future_send_nums
for DynamoDB sink. https://github.com/risingwavelabs/risingwave/pull/17645routing_column
for ElasticSearch sinks, allowing a column to be set as a routing key. https://github.com/risingwavelabs/risingwave/pull/18698Installation and deployment
--license-key-path
for the meta node, enabling a background task to watch and reload license key from the specified file. https://github.com/risingwavelabs/risingwave/pull/18768Cluster configuration changes
visibility_mode
is set toall
, the latest uncommitted data will be queried, but consistency is no longer guaranteed between the tables. https://github.com/risingwavelabs/risingwave/pull/18230SET TIME ZONE INTERVAL '+00:00' HOUR TO MINUTE
as equivalent toSET TIME ZONE UTC
. https://github.com/risingwavelabs/risingwave/pull/18705Full Changelog: risingwavelabs/risingwave@v2.0.4...v2.1.0
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.