Skip to content

Commit 22e7434

Browse files
authored
1.0.1
1 parent bc2c352 commit 22e7434

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## 1.0.1
4+
5+
* updated pgvector to 0.5.1, allowing [use of HNSW indexes][pgvector-HNSW].
6+
Users of pgvector should run `ALTER EXTENSION pgvector UPDATE` in any
7+
database where the extension is installed. ([#171][])
8+
* stop resetting to default columnar on Hydra Cloud (spilo). This will allow
9+
the user to change the default. ([#173][])
10+
* improve handling of stripe assignment to workers to reduce spinlock
11+
contention, which can cause a crash ([#170][])
12+
* change default `qual_pushdown_correlation_threshold` from 0.9 to 0.4. This
13+
addresses a performance regression we observed in some clickbench queries.
14+
([#159][])
15+
16+
[#173]: https://github.com/hydradatabase/hydra/pull/173
17+
[#171]: https://github.com/hydradatabase/hydra/pull/171
18+
[#170]: https://github.com/hydradatabase/hydra/pull/170
19+
[#159]: https://github.com/hydradatabase/hydra/pull/159
20+
[pgvector-HNSW]: https://github.com/pgvector/pgvector#hnsw
21+
322
## 1.0.0
423

524
No changes since 1.0.0-rc2.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)