Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog for 0.15 #6995

Merged
merged 4 commits into from
Feb 12, 2021
Merged

update changelog for 0.15 #6995

merged 4 commits into from
Feb 12, 2021

Conversation

rodesai
Copy link
Contributor

@rodesai rodesai commented Feb 11, 2021

No description provided.

@rodesai rodesai requested a review from a team as a code owner February 11, 2021 02:25
@rodesai rodesai changed the base branch from master to 0.15.x-ksqldb February 11, 2021 02:25
@vcrfxia
Copy link
Contributor

vcrfxia commented Feb 11, 2021

Is this PR supposed to target master instead of 0.15.x-ksqldb? There are a lot of changed files.

* support PARTITION BY on multiple expressions ([#6803](https://github.com/confluentinc/ksql/pull/6803)) ([5a6b48e](https://github.com/confluentinc/ksql/commit/5a6b48efa63f0a0f007021c8cd73c71165b483fa))
* ungate support for multi-column GROUP BY ([#6786](https://github.com/confluentinc/ksql/pull/6786)) ([9900623](https://github.com/confluentinc/ksql/commit/9900623bdc669ad46c0321ef9f4989454bcd1108))

### Features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We seem to be missing some changes. I don't see either #6694 or #6692 in this changelog. (I noticed since I'd have expected these two to accompany the other key enhancements in the highlights section above.) Any ideas what happened? LMK if not -- I'm happy to take a look since the reason changelog generation for 0.15 is a bit of a special snowflake is on me 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to manually curate this one, so probably just missed those. I'll add those and take another pass to see if I've missed anything else.

@JimGalasyn JimGalasyn changed the base branch from 0.15.x-ksqldb to master February 11, 2021 03:03
@JimGalasyn
Copy link
Member

@vcrfxia I re-targeted to master, and then I can cherry-pick to 0.15.x-ksqldb.

Copy link
Contributor

@agavra agavra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

CHANGELOG.md Outdated
* optional `KAFKA_TOPIC` ([862c59e](https://github.com/confluentinc/ksql/commit/862c59e9c7eaa3ed06a9e75055db3cebe0ba0d89))
* support table joins on key format mismatch ([#6708](https://github.com/confluentinc/ksql/pull/6708)) ([989e52b](https://github.com/confluentinc/ksql/commit/989e52b241dc906289ac1607a4049ee1704a346a))
* cli to show tombstones in transient query output ([#6462](https://github.com/confluentinc/ksql/pull/6462)) ([ef3039a](https://github.com/confluentinc/ksql/commit/ef3039a078b7814efd5bdec932af4a42ba11ee71))
* Implement a physical plan builder and physical plan for pull queries ([#6375](https://github.com/confluentinc/ksql/pull/6375)) ([5fb5d89](https://github.com/confluentinc/ksql/commit/5fb5d89fb9d19616155c2853f9faccfc71d6cafc))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this isn't a user visible feature, might make sense as a technical blog post at some point but don't think it belongs here

CHANGELOG.md Outdated

### Bug Fixes

* allow the file watcher test to be notified more than once ([#6696](https://github.com/confluentinc/ksql/pull/6696)) ([867f859](https://github.com/confluentinc/ksql/commit/867f859130e36f3840658dfcc4b720815a867fe4))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: test changes probably don't belong here

CHANGELOG.md Outdated
* include 'ksql.streams.topic.*' prefix properties on LIST PROPERTIES output ([#6753](https://github.com/confluentinc/ksql/pull/6753)) ([8071af2](https://github.com/confluentinc/ksql/commit/8071af2385edd6e3bc5968c51197bf4983beb8da))
* LDAP Authentication ([#6800](https://github.com/confluentinc/ksql/pull/6800)) ([1db8b5b](https://github.com/confluentinc/ksql/commit/1db8b5b67ad0b642130023915b7c26b4fd6a9e51))
* Makes response codes rate limited as well as prints a message when it is hit ([#6701](https://github.com/confluentinc/ksql/pull/6701)) ([bdec3dd](https://github.com/confluentinc/ksql/commit/bdec3dd647c61c69ac7fff4c5e01b085070bc5bd))
* Refactors rate limiter within LoggingHandler to be singleton ([#6693](https://github.com/confluentinc/ksql/pull/6693)) ([72bc27e](https://github.com/confluentinc/ksql/commit/72bc27e2aca25e9f1c4766633fb5ee2f41800371))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: ditto, can probably remove

@rodesai rodesai merged commit 326e53d into master Feb 12, 2021
JimGalasyn added a commit that referenced this pull request Feb 16, 2021
* update changelog for 0.15

* address review feedback

* review feedback

* feedback

Co-authored-by: Rohan <desai.p.rohan@gmail.com>
JimGalasyn added a commit that referenced this pull request Feb 17, 2021
* update changelog for 0.15

* address review feedback

* review feedback

* feedback

Co-authored-by: Rohan <desai.p.rohan@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants