You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ This page lists all the latest features and updates to TimescaleDB. When
5
5
you use psql to update your database, use the -X flag and prevent any .psqlrc
6
6
commands from accidentally triggering the load of a previous DB version.**
7
7
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
+
8
22
## 2.23.0 (2025-10-29)
9
23
10
24
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.
4134
4148
*[e20edf8] Add better error checking for index creation.
4135
4149
*[72f754a] use PostgreSQL's own `hash_any` function as default partfunc (thanks @robin900)
4136
4150
*[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)
0 commit comments