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.5.0 #3744

Merged
merged 1 commit into from
Oct 27, 2021
Merged

Release 2.5.0 #3744

merged 1 commit into from
Oct 27, 2021

Conversation

fabriziomello
Copy link
Contributor

@fabriziomello fabriziomello commented Oct 26, 2021

This release adds major new features since the 2.4.2 release.
We deem it moderate priority for upgrading.

This release includes these noteworthy features:

  • Continuous Aggregates for Distributed Hypertables
  • Support for PostgreSQL 14
  • Experimental: Support for timezones in time_bucket_ng(), including
    the origin argument

This release also includes several bug fixes.

Features

Bugfixes

Thanks

  • @binakot and @sebvett for reporting an issue with DISTINCT queries
  • @hardikm10, @DavidPavlicek and @pafiti for reporting bugs on TRUNCATE
  • @mjf for reporting an issue with ordered append and JOINs
  • @phemmer for reporting the issues on multinode with aggregate queries and evaluation of now()
  • @abolognino for reporting an issue with INSERTs into compressed hypertables that have cagg
  • @tanglebones for reporting the ANALYZE crash with custom types on multinode

@fabriziomello fabriziomello requested a review from a team as a code owner October 26, 2021 20:28
@fabriziomello fabriziomello requested review from berkley, akuzm and duncan-tsdb and removed request for a team October 26, 2021 20:28
@fabriziomello fabriziomello self-assigned this Oct 26, 2021
CHANGELOG.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #3744 (56790d9) into master (0fecefd) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 56790d9 differs from pull request most recent head a9a5de6. Consider uploading reports for the commit a9a5de6 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3744      +/-   ##
==========================================
+ Coverage   90.29%   90.31%   +0.01%     
==========================================
  Files         213      213              
  Lines       37655    37655              
==========================================
+ Hits        34001    34007       +6     
+ Misses       3654     3648       -6     
Impacted Files Coverage Δ
tsl/src/chunk_api.c 94.88% <100.00%> (ø)
tsl/src/nodes/decompress_chunk/exec.c 96.36% <100.00%> (ø)
src/loader/bgw_message_queue.c 85.52% <0.00%> (-2.64%) ⬇️
src/bgw/job.c 92.30% <0.00%> (+0.33%) ⬆️
src/bgw/scheduler.c 85.67% <0.00%> (+2.63%) ⬆️

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 e02f48c...a9a5de6. Read the comment docs.

@fabriziomello fabriziomello force-pushed the release_2.5 branch 3 times, most recently from 192b5e4 to e9b0e10 Compare October 26, 2021 22:52
sql/CMakeLists.txt Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
This release adds major new features since the 2.4.2 release.
We deem it moderate priority for upgrading.

This release includes these noteworthy features:

* Continuous Aggregates for Distributed Hypertables
* Support for PostgreSQL 14
* Experimental: Support for timezones in `time_bucket_ng()`, including
the `origin` argument

This release also includes several bug fixes.

**Features**
* timescale#3034 Add support for PostgreSQL 14
* timescale#3435 Add continuous aggregates for distributed hypertables
* timescale#3505 Add support for timezones in `time_bucket_ng()`

**Bugfixes**
* timescale#3580 Fix memory context bug executing TRUNCATE
* timescale#3592 Allow alter column type on distributed hypertable
* timescale#3598 Improve evaluation of stable functions such as now() on access
node
* timescale#3618 Fix execution of refresh_caggs from user actions
* timescale#3625 Add shared dependencies when creating chunk
* timescale#3626 Fix memory context bug executing TRUNCATE
* timescale#3627 Schema qualify UDTs in multi-node
* timescale#3638 Allow owner change of a data node
* timescale#3654 Fix index attnum mapping in reorder_chunk
* timescale#3661 Fix SkipScan path generation with constant DISTINCT column
* timescale#3667 Fix compress_policy for multi txn handling
* timescale#3673 Fix distributed hypertable DROP within a procedure
* timescale#3701 Allow anyone to use size utilities on distributed hypertables
* timescale#3708 Fix crash in get_aggsplit
* timescale#3709 Fix ordered append pathkey check
* timescale#3712 Fix GRANT/REVOKE ALL IN SCHEMA handling
* timescale#3717 Support transparent decompression on individual chunks
* timescale#3724 Fix inserts into compressed chunks on hypertables with caggs
* timescale#3727 Fix DirectFunctionCall crash in distributed_exec
* timescale#3728 Fix SkipScan with varchar column
* timescale#3733 Fix ANALYZE crash with custom statistics for custom types
* timescale#3747 Always reset expr context in DecompressChunk

**Thanks**
* @binakot and @sebvett for reporting an issue with DISTINCT queries
* @hardikm10, @DavidPavlicek and @pafiti for reporting bugs on TRUNCATE
* @mjf for reporting an issue with ordered append and JOINs
* @phemmer for reporting the issues on multinode with aggregate queries and evaluation of now()
* @abolognino for reporting an issue with INSERTs into compressed hypertables that have cagg
* @tanglebones for reporting the ANALYZE crash with custom types on multinode
@fabriziomello fabriziomello merged commit 8925dd8 into timescale:master Oct 27, 2021
@jirutka
Copy link

jirutka commented Oct 27, 2021

When are you gonna tag this release?

@NunoFilipeSantos
Copy link
Contributor

Hi @jirutka the release has been tagged. :)

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.

6 participants