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
.Close #43
Resolve #20
resource
blocks have been checked for updates.release notes
AS CHANGELOG
to convert any stream into an append-only changelog. feat(steam): support stream change log risingwave#17132CORRESPONDING
specification in set operations. feat: supportCORRESPONDING
specification in set operations risingwave#17891DECLARE cursor_name SUBSCRIPTION CURSOR
is the same asDECLARE cursor_name SUBSCRIPTION CURSOR since now()
, which will be consumed from the current time.DECLARE cursor_name SUBSCRIPTION CURSOR FULL w
ill start consuming data from stock. The type of operation has changed tovarchar
. It is one ofInsert
,Delete
,UpdateInset
, orUpdateDelete
. feat(suscription): Improving usability of subscription risingwave#18217SHOW CURSORS
will return all query cursors in the current session.SHOW SUBSCRIPTION CURSORS
will return all subscription cursorS and subscriptions in the current session. feat(suscription): Improving usability of subscription risingwave#18217ALTER TABLE
on tables with generated columns. feat(ddl): allow alter table with generated columns risingwave#17652approx_percentile()
. feat(expr): support shuffle approx_percentile risingwave#17814, feat(stream): add two-phase stateless simple approx percentile risingwave#17873.map
type and related functions formap
, and ingestingAVRO MAP
type into RisingWavemap
type. feat: supportmap_access
risingwave#17986pg_index_column_has_property()
to query index column properties. feat(expr): add functionpg_index_column_has_property
risingwave#17275generate_series
ends withnow()
risingwave#17371acosd()
. feat(frontend): Acosd function risingwave#9876rw_recovery_status()
andpg_is_in_recovery()
to retrieve the meta node status. feat(frontend): support async function for captured context and impl pg_is_in_recovery(), rw_recovery_status() risingwave#17641append_only
column in RisingWave catalogsrw_tables
andrw_materialized_views
. chore: expose append only info in rw_tables and rw_materialized_views risingwave#17598rw_catalog.rw_secrets
. feat(secret): add rw_catalog.rw_secrets table risingwave#17726Connectors
parquet
for file source. feat(connector): introduce parquet file source risingwave#17201aws.glue.schema_arn
parameter. feat(source): Avro with AWS Glue Schema Registry risingwave#17605format upsert encode protobuf
. fix: enable upsert protobuf combination risingwave#17624refresh.interval.sec
option for S3, GCS, and POSIX sources. feat: allow config the interval of list files risingwave#18184group.id.prefix
for Kafka sources. feat: support custom kafka group id prefix risingwave#18115backfill_rate_limit
of CDC tables. feat(cdc): rate limit for cdc backfill risingwave#17989KEY ENCODE TEXT
. feat(sink): allow upsert protobuf with text key risingwave#18024jsonb.handling.mode
underWITH
options for sinks in JSON format. feat(sink): support encode jsonb data as dynamic json type in sink risingwave#17693jdbc.query.timeout
for JDBC sinks to set the timeout for queries. fix(sink): set query timeout for jdbc sink to avoid stuck risingwave#18430retry_on_conflict
,batch_size_kb
,batch_num_messages
, andconcurrent_requests
for ElasticSearch sink.feat(sink): add es retry_on_conflict and max_task_num risingwave#17867bigquery.retry_times
for BigQuery sink. fix(sink): add bigquery append_rows retry times risingwave#17237bigquery.auto_create_table
for BigQuery sink. feat(sink): add configauto_create
for BigQuery risingwave#17393doris.partial_columns
for Doris sink. feat(sink): support columns subset for cassandra and doris sink risingwave#16821Installation and deployment
Cluster configuration changes
streaming_rate_limit
intosource_rate_limit
andbackfill_rate_limit
. refactor(frontend): renamestreaming_rate_limit
tobackfill_rate_limit
for mv backfilling andsource_rate_limit
for source updates risingwave#17796batch.developer.exchange_connection_pool_size
andstreaming.developer.exchange_connection_pool_size
to configure streaming and batch remote exchange between two nodes refactor: use separate configuration for exchange connection pool for batch and streaming risingwave#17768license_key
used to enable enterprise features. feat: introduce license manager and feature tiers risingwave#17396Fixes
Full Changelog: risingwavelabs/risingwave@v1.10.1...v2.0.0