Skip to content

Commit ff980e6

Browse files
philkratimescale-automationtimescale-automation
authored
Forwardport 2.23.1 release (timescale#8932)
Disable-check: force-changelog-file Disable-check: approval-count --------- Co-authored-by: Eon <[email protected]> Co-authored-by: timescale-automation <123763385+github-actions[bot]@users.noreply.github.com>
1 parent 9992893 commit ff980e6

File tree

9 files changed

+18
-9
lines changed

9 files changed

+18
-9
lines changed

.unreleased/pr_8873

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/pr_8876

Lines changed: 0 additions & 1 deletion
This file was deleted.

.unreleased/pr_8879

Lines changed: 0 additions & 2 deletions
This file was deleted.

.unreleased/pr_8882

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ This page lists all the latest features and updates to TimescaleDB. When
55
you use psql to update your database, use the -X flag and prevent any .psqlrc
66
commands from accidentally triggering the load of a previous DB version.**
77

8+
## 2.23.1 (2025-11-13)
9+
10+
This release contains performance improvements and bug fixes since the 2.23.0 release. We recommend that you upgrade at the next available opportunity.
11+
12+
**Bugfixes**
13+
* [#8873](https://github.com/timescale/timescaledb/pull/8873) Don't error on failure to update job stats
14+
* [#8875](https://github.com/timescale/timescaledb/pull/8875) Fix decoding of UUID v7 timestamp microseconds
15+
* [#8879](https://github.com/timescale/timescaledb/pull/8879) Fix blocker for multiple hierarchical continuous aggregate policies
16+
* [#8882](https://github.com/timescale/timescaledb/pull/8882) Fix crash in policy creation
17+
18+
**Thanks**
19+
* @alexanderlaw for reporting a crash when creating a policy
20+
* @leppaott for reporting an issue with hierarchical continuous aggregates
21+
822
## 2.23.0 (2025-10-29)
923

1024
This release contains performance improvements and bug fixes since the 2.22.1 release. We recommend that you upgrade at the next available opportunity.
@@ -4134,4 +4148,4 @@ the next release.
41344148
* [e20edf8] Add better error checking for index creation.
41354149
* [72f754a] use PostgreSQL's own `hash_any` function as default partfunc (thanks @robin900)
41364150
* [39f4c0f] Remove sample data instructions and point to docs site
4137-
* [9015314] Revised the `get_general_index_definition` function to handle cases where indexes have definitions other than just `CREATE INDEX` (thanks @bricklen)
4151+
* [9015314] Revised the `get_general_index_definition` function to handle cases where indexes have definitions other than just `CREATE INDEX` (thanks @bricklen)

sql/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ set(MOD_FILES
5454
updates/2.21.3--2.21.4.sql
5555
updates/2.21.4--2.22.0.sql
5656
updates/2.22.0--2.22.1.sql
57-
updates/2.22.1--2.23.0.sql)
57+
updates/2.22.1--2.23.0.sql
58+
updates/2.23.0--2.23.1.sql)
5859

5960
# The downgrade file to generate a downgrade script for the current version, as
6061
# specified in version.config

sql/updates/2.23.0--2.23.1.sql

Whitespace-only changes.

sql/updates/2.23.1--2.23.0.sql

Whitespace-only changes.

version.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version = 2.24.0-dev
2-
previous_version = 2.23.0
2+
previous_version = 2.23.1

0 commit comments

Comments
 (0)