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 1.7.5 #2935

Merged
merged 1 commit into from Feb 12, 2021
Merged

Release 1.7.5 #2935

merged 1 commit into from Feb 12, 2021

Conversation

k-rus
Copy link
Contributor

@k-rus k-rus commented Feb 11, 2021

This maintenance release contains bugfixes since the 1.7.4 release.
Most of these fixes were backported from the 2.0.0 and 2.0.1 releases.
We deem it high priority for upgrading for users on TimescaleDB 1.7.4
or previous versions.

In particular the fixes contained in this maintenance release address
issues in continuous aggregates, compression, JOINs with hypertables,
and when upgrading from previous versions.

Bugfixes

Thanks

  • @akamensky for reporting several issues including segfaults after
    version update
  • @alex88 for reporting an issue with joined hypertables
  • @dhodyn for reporting an issue when joining compressed chunks
  • @diego-hermida for reporting an issue with disabling compression
  • @Netskeh for reporting bug on time_bucket problem in continuous
    aggregates
  • @WarriorOfWire for reporting the bug with gapfill queries not being
    able to find pathkey item to sort
  • @zeeshanshabbir93 for reporting an issue with joins

@k-rus k-rus requested a review from a team as a code owner February 11, 2021 20:23
@k-rus k-rus requested review from nikkhils, svenklemm, gayyappan, mfreed, erimatnor, pmwkaa and mkindahl and removed request for a team February 11, 2021 20:23
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #2935 (9adb347) into master (b95e93a) will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2935      +/-   ##
==========================================
+ Coverage   90.14%   90.26%   +0.12%     
==========================================
  Files         212      212              
  Lines       34797    34747      -50     
==========================================
- Hits        31368    31366       -2     
+ Misses       3429     3381      -48     
Impacted Files Coverage Δ
src/loader/bgw_message_queue.c 87.09% <0.00%> (-0.65%) ⬇️
tsl/src/reorder.c 81.72% <0.00%> (-0.27%) ⬇️
src/import/planner.c 70.30% <0.00%> (+11.12%) ⬆️

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 b95e93a...c3aef41. Read the comment docs.

@k-rus k-rus added the release label Feb 12, 2021

This maintenance release contains bugfixes since the 1.7.4 release.
Most of these fixes were backported from the 2.0.0 and 2.0.1 releases.
We deem it high priority for upgrading for users on TimescaleDB 1.7.4
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
We deem it high priority for upgrading for users on TimescaleDB 1.7.4
We deem it high priority to upgrade for users on TimescaleDB 1.7.4

CHANGELOG.md Show resolved Hide resolved
@NunoFilipeSantos NunoFilipeSantos added this to the 1.7.5 milestone Feb 12, 2021
@k-rus k-rus force-pushed the release-1.7.5 branch 3 times, most recently from 8f2aac7 to 532b93c Compare February 12, 2021 12:52
This maintenance release contains bugfixes since the 1.7.4 release.
Most of these fixes were backported from the 2.0.0 and 2.0.1 releases.
We deem it high priority for upgrading for users on TimescaleDB 1.7.4
or previous versions.

In particular the fixes contained in this maintenance release address
issues in continuous aggregates, compression, JOINs with hypertables,
and when upgrading from previous versions.

**Bugfixes**
* timescale#2502 Replace check function when updating
* timescale#2558 Repair dimension slice table on update
* timescale#2619 Fix segfault in decompress_chunk for chunks with dropped
  columns
* timescale#2664 Fix support for complex aggregate expression
* timescale#2800 Lock dimension slices when creating new chunk
* timescale#2860 Fix projection in ChunkAppend nodes
* timescale#2865 Apply volatile function quals at decompresschunk
* timescale#2851 Fix nested loop joins that involve compressed chunks
* timescale#2868 Fix corruption in gapfill plan
* timescale#2883 Fix join qual propagation for nested joins
* timescale#2885 Fix compressed chunk check when disabling compression
* timescale#2920 Fix repair in update scripts

**Thanks**
* @akamensky for reporting several issues including segfaults after
  version update
* @alex88 for reporting an issue with joined hypertables
* @dhodyn for reporting an issue when joining compressed chunks
* @diego-hermida for reporting an issue with disabling compression
* @Netskeh for reporting bug on time_bucket problem in continuous
  aggregates
* @WarriorOfWire for reporting the bug with gapfill queries not being
  able to find pathkey item to sort
* @zeeshanshabbir93 for reporting an issue with joins
@@ -98,7 +98,8 @@ set(MOD_FILES
updates/1.7.1--1.7.2.sql
updates/1.7.2--1.7.3.sql
updates/1.7.3--1.7.4.sql
updates/1.7.4--2.0.0-rc1.sql
updates/1.7.4--1.7.5.sql
updates/1.7.5--2.0.0-rc1.sql
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know that the 1.7.4--2.0.0-rc1 script works without modification for 1.7.5?

@k-rus k-rus merged commit 6d679a1 into timescale:master Feb 12, 2021
@k-rus k-rus deleted the release-1.7.5 branch February 12, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants