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.1.1 #3071

Merged
merged 1 commit into from
Mar 29, 2021
Merged

Release 2.1.1 #3071

merged 1 commit into from
Mar 29, 2021

Conversation

k-rus
Copy link
Contributor

@k-rus k-rus commented Mar 29, 2021

This maintenance release contains bugfixes since the 2.1.0 release. We
deem it high priority for upgrading.

The bug fixes in this release address issues with CREATE INDEX and
UPSERT for hypertables, custom jobs, and gapfill queries.

This release marks TimescaleDB as a trusted extension in PG13, so that
superuser privileges are not required anymore to install the extension.

Minor features

Bugfixes

Thanks

This maintenance release contains bugfixes since the 2.1.0 release. We
deem it high priority for upgrading.

The bug fixes in this release address issues with CREATE INDEX and
UPSERT for hypertables, custom jobs, and gapfill queries.

This release marks TimescaleDB as a trusted extension in PG13, so that
superuser privileges are not required anymore to install the extension.

**Minor features**
* timescale#2998 Mark timescaledb as trusted extension

**Bugfixes**
* timescale#2948 Fix off by 4 error in histogram deserialize
* timescale#2974 Fix index creation for hypertables with dropped columns
* timescale#2990 Fix segfault in job_config_check for cagg
* timescale#2987 Fix crash due to txns in emit_log_hook_callback
* timescale#3042 Commit end transaction for CREATE INDEX
* timescale#3053 Fix gapfill/hashagg planner interaction
* timescale#3059 Fix UPSERT on hypertables with columns with defaults

**Thanks**
* @eloyekunle and @kitwestneat for reporting an issue with UPSERT
* @jocrau for reporting an issue with index creation
* @kev009 for fixing a compilation issue
* @majozv and @pehlert for reporting an issue with time_bucket_gapfill
@k-rus k-rus requested a review from a team as a code owner March 29, 2021 18:30
@k-rus k-rus requested review from pmwkaa, nikkhils, mfundul, svenklemm, erimatnor, mkindahl and gayyappan and removed request for a team March 29, 2021 18:30
@codecov
Copy link

codecov bot commented Mar 29, 2021

Codecov Report

❗ No coverage uploaded for pull request base (2.1.x@8aeecd9). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             2.1.x    #3071   +/-   ##
========================================
  Coverage         ?   90.27%           
========================================
  Files            ?      212           
  Lines            ?    34800           
  Branches         ?        0           
========================================
  Hits             ?    31414           
  Misses           ?     3386           
  Partials         ?        0           

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 8aeecd9...39a27d6. Read the comment docs.

@k-rus k-rus merged commit d65a04c into timescale:2.1.x Mar 29, 2021
@k-rus k-rus deleted the 2.1.x-release-2.1.1 branch March 29, 2021 18:54
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.

2 participants