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
.release notes
NOW
in upper bound condition for temporal filters. feat: delay temporal filter && optimize dyn filter with always relax condition risingwave#13985OR
expressions. feat: support multiple temporal filter with or risingwave#14382<expr> [ NOT ] SIMILAR TO <pat> [ ESCAPE <esc_text> ]
clause. feat(expr): implement<expr> [ NOT ] SIMILAR TO <pat> [ ESCAPE <esc_text> ]
risingwave#14000SOME
,ALL
, andANY
expressions. Drop and recreate any materialized views that use these expressions. fix(expr): fixSOME/ALL/ANY
expression risingwave#14221SET PARALLELISM
clause forALTER
commands. feat: Introduce alter parallelism risingwave#142400b10
is now interpreted as binary10
instead of0 as b10
. Integer literals can be given in hex0x
, oct0o
and bin0b
. feat(sqlparser): support literal integers in hex / oct / bin risingwave#14262to_char()
. feat(expr): support intervalto_char()
risingwave#14071rw_streaming_parallelism
. feat: introduce rw_streaming_parallelism system view risingwave#14261Connectors
transactional = true
in theWITH
options to enabled it. feat(cdc): support transaction for shared cdc source risingwave#14375scan.startup.timestamp_millis
toscan.startup.timestamp.millis
for Kafka, Pulsar and NATS source. chore: rename props with dot separation risingwave#13656properties.ssl.endpoint.identification.algorithm
parameter for Kafka source and sink.feat: allow kafka source/sink configssl_endpoint_identification_algorithm
risingwave#13990FORMAT PLAIN ENCODE PROTOBUF
syntax for Kafka sink. ****feat(sink): enable kafka sink withformat plain encode protobuf
risingwave#12858timestamptz
can be sinked toDateTime64
.timestamp
cannot be sinked and has to be converted totimestamptz
first before being sinked. fix(sink): ClickHouse DateTime64 should be timestamptz risingwave#13672_doc
for Elasticsearch 6.x and 7.x. ****fix(sink): Set default es.type is '_doc', And fix pk bug risingwave#14273connector = 'iceberg_java'
is deprecated, and users can only Iceberg sinks with the Rust version of Iceberg. Similarly, the DeltaLake sink will also use the Rust version implementation. chore(sink): exclude java iceberg and deltalake sink from connector node risingwave#14277Installation and deployment
storage.prefetch_buffer_capacity_mb
to be configured in the TOML file to prevent out of memory issues. feat(storage): enable preload for log store and dynamic filter risingwave#13558Cluster configuration changes
statement_timeout
value for queries. feat: Add statement_timeout for query. risingwave#13933RW_SSL_CERT
andRW_SSL_KEY
environment variables to configure SSL certificates and key file location. feat(pgwire): expose SSL functionality via RW_SSL_CERT and RW_SSL_KEY risingwave#14062Full Changelog: risingwavelabs/risingwave@v1.5.0...v1.6.0