-
Notifications
You must be signed in to change notification settings - Fork 59
Pre 1.3.5 #649
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR standardizes the CHANGELOG.md formatting and updates the 1.3.5 release section. The changes ensure consistent heading styles across all version entries and properly categorize changes under standardized sections like "Improvements", "Bug Fixes", "New Features", and "Dependencies".
Key Changes
- Converted all version headings from
##to#for consistency - Added categorical subsections (Improvements, Bug Fixes, New Features, Dependencies) throughout the changelog
- Expanded the 1.3.5 section with additional bug fixes, improvements, and dependency updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CHANGELOG.md
Outdated
|
|
||
| ## 0.0.16 | ||
| # 0.0.16 | ||
| ## |
Copilot
AI
Dec 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty section header at line 245. This should either have a category name (like '## Bug Fixes' or '## Improvements') or be removed entirely to maintain consistency with the rest of the changelog formatting.
| ## |
CHANGELOG.md
Outdated
| # 1.3.5 | ||
|
|
||
| ## Improvements | ||
| * Added topic metrics to JMX and extended task metrics (https://github.com/ClickHouse/clickhouse-kafka-connect/issues/612) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We also have the partition granularity
CHANGELOG.md
Outdated
| * Fixed writing Avro timestamp value. (https://github.com/ClickHouse/clickhouse-kafka-connect/issues/599) | ||
| * Fixed negative timestamp in logs. (https://github.com/ClickHouse/clickhouse-kafka-connect/issues/614) | ||
| ## Dependencies | ||
| * Updated clickhouse-java version. (https://github.com/ClickHouse/clickhouse-kafka-connect/pull/629) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets mention also the version number
Summary
Checklist
Delete items not relevant to your PR: