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
UPDATE
andDELETE
statements. (feat(planner): support dml subquery risingwave#12995)COMMENT ON
clause for table and column. (feat: addcomment on
clause support risingwave#12849)SHOW COLUMNS FROM
command. (feat: expose hidden and distribution keys of columns in sql command and rw_columns risingwave#12839)DESCRIBE
command. (feat: expose hidden and distribution keys of columns in sql command and rw_columns risingwave#12839)substring
andsubstr
forbytea
. (feat(expr):substring
/substr
forbytea
risingwave#13088)jsonb_pretty
,jsonb_object
,jsonb_strip_nulls
, andjsonb_extract_path
. (feat(expr): addjsonb_pretty
function risingwave#13050), (feat(expr): addjsonb_object
function risingwave#13036), (feat(expr): addjsonb_strip_nulls
function risingwave#13169), (feat(expr): supportjsonb_extract_path(_text)
function risingwave#13143)@>
,<@
,?
,?|, ?&
,#>
,#>>
,-
and#-
operators. (feat(expr): support jsonb@>
,<@
,?
,?|
and?&
operator risingwave#13056), (feat(expr): support#>
and#>>
operator for extracting jsonb at a path risingwave#13110), (feat(expr): support jsonb-
and#-
operator risingwave#13118)greatest
andleast
functions. (feat(expr): implement greatest and least function risingwave#12838)regexp_split_to_array
function. (feat(expr): addregexp_split_to_array
risingwave#12844)bit_and
andbit_or
aggregate functions in materialized views. (feat(expr): support streamingbit_and
andbit_or
aggregate risingwave#12758)jsonb_agg
andjsonb_object_agg
in streaming mode. (feat(agg): supportjsonb_agg
andjsonb_object_agg
in streaming mode risingwave#12836)rank
anddense_rank
window functions. (feat(over window): support generalrank
anddense_rank
window functions risingwave#13183)parallelism
in system tablerw_fragments
. (feat: add parallelism column in rw_fragments risingwave#12901)is_hidden
,is_primary_key
andis_distribution_key
inrw_columns
system table. (feat: expose hidden and distribution keys of columns in sql command and rw_columns risingwave#12839)Sources & sinks
google.protobuf.Any
support for Protobuf sources. (feat(protobuf): support any for protobuf message source risingwave#12291)schemas.enable
support for Kafka sinks with upsert json. (feat(sink): kafka upsert sink with schema risingwave#12113)server.id
option is now optional for MySQL CDC source. (feat(mysql-cdc): makeserver.id
in WITH option become optional risingwave#13031)timestamptz.handling.mode
option to control the timestamptz output format for certain sinks. (fix(sink): jsontimestamptz
should contain UTC suffixZ
risingwave#13109)stream
field and support for multiple inputs for thesubject
field for NATS source connector. (fix(connector): add nats stream field, and change subject into several input risingwave#12799)properties.allow.auto.create.topics
for Kafka sink. (feat: allow kafka auto creating topics byproperties.allow.auto.create.topics
risingwave#12766)s3_v2
source connector, a more efficient version of the S3 source. (feat: new fs source (list and fetch) risingwave#12595)Deployment
Full Changelog: risingwavelabs/risingwave@v1.3.0...v1.4.0