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

Release 2.4.2 #3597

Merged
merged 1 commit into from Sep 20, 2021
Merged

Release 2.4.2 #3597

merged 1 commit into from Sep 20, 2021

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Sep 17, 2021

This release contains bug fixes since the 2.4.1 release.
We deem it high priority to upgrade.

Bugfixes

Thanks

@svenklemm svenklemm requested a review from a team as a code owner September 17, 2021 15:48
@svenklemm svenklemm requested review from fabriziomello, duncan-tsdb, NunoFilipeSantos, erimatnor, mfundul and mkindahl and removed request for a team September 17, 2021 15:48
CHANGELOG.md Outdated
Comment on lines 9 to 10
This release contains bug fixes since the 2.4.1 release. We deem it
high priority to upgrade.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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**
Copy link
Contributor

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?

Copy link
Member Author

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
Copy link

codecov bot commented Sep 17, 2021

Codecov Report

Merging #3597 (cab63ab) into master (637fe32) will increase coverage by 0.17%.
The diff coverage is 91.70%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
src/adts/bit_array_impl.h 97.27% <ø> (ø)
src/bgw/job.c 91.97% <ø> (+0.33%) ⬆️
src/bgw/launcher_interface.c 72.22% <ø> (ø)
src/bgw/scheduler.c 83.04% <ø> (ø)
src/bgw/timer.c 75.00% <ø> (+8.33%) ⬆️
src/bgw_policy/chunk_stats.c 80.00% <ø> (ø)
src/cache_invalidate.c 91.66% <ø> (+6.25%) ⬆️
src/catalog.c 84.61% <ø> (ø)
src/catalog.h 100.00% <ø> (ø)
src/chunk.h 100.00% <ø> (ø)
... and 119 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 592e0bd...cab63ab. Read the comment docs.

Copy link
Contributor

@mkindahl mkindahl left a 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:

@NunoFilipeSantos
Copy link
Contributor

LGTM. You might want to include this as well, but I leave the decision to you:

@svenklemm svenklemm force-pushed the release_2.4.2 branch 8 times, most recently from cc0046e to 3de4a03 Compare September 20, 2021 16:18
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
@svenklemm svenklemm merged commit 3f944be into timescale:master Sep 20, 2021
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.

None yet

4 participants