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
RANGE
frames in window function calls. feat(over window): window functionRANGE
frame support - backend part risingwave#14416SHOW PARAMETERS
risingwave#15113VARIADIC
arguments for the functionsformat
,concat_ws
,jsonb_build_array
,jsonb_build_object
,jsonb_extract_path
,jsonb_extract_path_text
. feat(expr): support VARIADIC function arguments risingwave#14753concat
function. feat(expr): support VARIADIC function arguments risingwave#14753pg_catalog.pg_index
,rw_catalog.rw_columns
andinformation_schema.columns
, and system viewpg_catalog.pg_partitioned_table
. feat: add some missing columns and views to support atlas risingwave#15151pg_catalog.pg_constraint
for DBeaver compatibility. feat(catalog): support DBeaver constraints view risingwave#15227pg_catalog.pg_stat_get_numscans
for DBeaver. feat(expr): implement dummypg_stat_get_numscans
function risingwave#15642rw_depend
. feat(catalog): add system catalogrw_depend
risingwave#15385pg_settings
catalog. feat(catalog): implementpg_settings
risingwave#15108Connectors
decouple
enabled may cause compatibility issues. Check if you have any sinks with this configuration by using the internal tablerw_sink_decouple
before upgrading to v1.8. refactor(storage): remove reading range tombstone in read path and compaction risingwave#15613FORMAT PLAIN ENCODE BYTES
for NATS source connector. feat: allow format plain encode bytes for Nats connector risingwave#15806FORMAT PLAIN ENCODE PROTOBUF
. feat(sink): supportencode protobuf
with confluent schema registry risingwave#15546enable.ssl.certificate.verification
. feat: add kafka props enable.ssl.certificate.verification risingwave#15073max_batch_rows
andrequest_timeout
parameters for Cassandra and ScyllaDB sources. fix(sink): add cassandra batch size and fix bigquery array null risingwave#15516ignore_option
parameter for sources created using Debezium format. feat: add new optionignore_key
for debeizum format risingwave#15304Installation and deployment
Supports tab-completion for SET and ALTER SYSTEM SET commands in psql client. feat(frontend): support tab-completion for
[ALTER SYSTEM] SET
Full Changelog: risingwavelabs/risingwave@v1.7.0...v1.8.0