-
Notifications
You must be signed in to change notification settings - Fork 61
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
Release 0.63.0 #638
Release 0.63.0 #638
Conversation
@@ -1,5 +1,24 @@ | |||
# Changelog | |||
|
|||
## 0.63.0 2024-11-21 |
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.
The version in the code was updated to 0.62.1, but this is 0.63.0?
If we want to do a patch release I'd assume it would branch off of the previous release instead of releasing the main branch.
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.
There's probably no harm in going ahead and releasing 0.63.0. We're already running this version of the collector in production.
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.
Ah, I started with 0.62.1 but then reviewing the changes, I realized this probably needs to be a 0.63.0. I fixed the code references now. We haven't done collector patch releases on older versions in the past, and I don't think it's worth doing it here.
processing and sending snapshots | ||
* Track Postgres buffer cache usage | ||
- This reports statistics from [pg_buffercache](https://www.postgresql.org/docs/current/pgbuffercache.html) | ||
if available |
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.
It might be good to mention the max_buffer_cache_monitoring_gb
setting here. Maybe a summarized version of the PR description: #633
No description provided.