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.
Created with
brew bump-formula-pr
.resource
blocks have been checked for updates.release notes
ASOF JOIN
to join and find the closest matching record by the event time or another ordered property. feat(streaming): plan asof join risingwave#18683AGGREGATE:
prefixed scalar function in streaming aggregation. feat(agg): supportaggregate:
prefixed scalar function in streaming agg risingwave#18205SHOW SUBSCRIPTION CURSORS
andSHOW CURSORS
commands. feat: improve observability for subscription/cursor SHOW commands risingwave#18896postgres_query
. feat(batch): support basic postgres tvf risingwave#18811pg_catalog.pg_sequence
. feat: support pg_catalog.pg_sequence risingwave#18714information_schema.table_constraints
. feat: support information_schema.table_constraints risingwave#18716information_schema.schemata
. feat: support information_schema.schemata risingwave#18709Connectors
scan.startup.mode=latest
for NATS source connector to start consuming from next available message instead of last one. fix(nats): align the semantics ofscan.startup.mode=latest
of NATS with others risingwave#18733streaming_use_shared_source
. feat: enable shared source in session variable by default, and add cluster-level config to disable risingwave#18749INCLUDE payload
clause. feat: schemaless ingestion forencode json
(INCLUDE payload
) risingwave#18437consumer.durable_name
, for NATS source connector. refactor: impl ack and migrate to durable consumer for Nats risingwave#18873max_packet_size
for MQTT sources. feat(mqtt): Add max_packet_size option to MQTT Source risingwave#18520database.encrypt
for SQL Server CDC sources. feat(mssql-cdc): add ssl support for sqlserver-cdc risingwave#18912auto.schema.change
for PostgreSQL CDC sources to enable replicating Postgres table schema change. feat(postgres-cdc): support replicating Postgres schema change risingwave#18760JSON
encode for file sinks, allowing users to sink JSON files into object storage. feat(sink): add json encode for file sink risingwave#18744create_table_if_not_exists
option for Iceberg sink connector. feat(iceberg): support iceberg sink create table risingwave#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. feat(sink): support async for mongodb dynamodb risingwave#17645routing_column
for ElasticSearch sinks, allowing a column to be set as a routing key. feat(sink): add es dynamic route risingwave#18698Installation and deployment
--license-key-path
for the meta node, enabling a background task to watch and reload license key from the specified file. feat(meta): watch and reload license key from file risingwave#18768Cluster configuration changes
visibility_mode
is set toall
, the latest uncommitted data will be queried, but consistency is no longer guaranteed between the tables. feat: deprecate current epoch in pinned snapshot risingwave#18230SET TIME ZONE INTERVAL '+00:00' HOUR TO MINUTE
as equivalent toSET TIME ZONE UTC
. feat: support SET TIME ZONE INTERVAL '+00:00' HOUR TO MINUTE; risingwave#18705Full Changelog: risingwavelabs/risingwave@v2.0.4...v2.1.0