-
Notifications
You must be signed in to change notification settings - Fork 906
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 2.4.2 #3597
Release 2.4.2 #3597
Conversation
CHANGELOG.md
Outdated
This release contains bug fixes since the 2.4.1 release. We deem it | ||
high priority to upgrade. |
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.
This release contains bug fixes since the 2.4.1 release. We deem it | |
high priority to upgrade. | |
This release contains bug fixes since the 2.4.1 release. | |
We deem it high priority to upgrade. |
This release contains bug fixes since the 2.4.1 release. We deem it | ||
high priority to upgrade. | ||
|
||
**Bugfixes** |
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.
Are these all the bug fixes we have ready right now, or is that taking into account the ones we wrap up on Monday like we discussed?
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.
Those were only merged at that point initially.
Codecov Report
@@ Coverage Diff @@
## master #3597 +/- ##
==========================================
+ Coverage 90.63% 90.80% +0.17%
==========================================
Files 211 212 +1
Lines 35679 36438 +759
==========================================
+ Hits 32336 33089 +753
- Misses 3343 3349 +6
Continue to review full report at Codecov.
|
d1b2328
to
a463716
Compare
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.
LGTM. You might want to include this as well, but I leave the decision to you:
|
cc0046e
to
3de4a03
Compare
This release contains bug fixes since the 2.4.1 release. We deem it high priority to upgrade. **Bugfixes** * timescale#3437 Rename on all continuous aggregate objects * timescale#3469 Use signal-safe functions in signal handler * timescale#3520 Modify compression job processing logic * timescale#3527 Fix time_bucket_ng behaviour with origin argument * timescale#3532 Fix bootstrap with regresschecks disabled * timescale#3574 Fix failure on job execution by background worker * timescale#3590 Call cleanup functions on backend exit **Thanks** * @jankatins for reporting a crash with background workers * @LutzWeischerFujitsu for reporting an issue with bootstrap
3de4a03
to
cab63ab
Compare
This release contains bug fixes since the 2.4.1 release.
We deem it high priority to upgrade.
Bugfixes
origin
argument #3527 Fix time_bucket_ng behaviour with origin argumentThanks