Database

1,509 items RSS
P
Polars Database v1.43.2

Python Polars 1.43.2

⚠️ Deprecations Deprecate casts from Categorical to integer dtypes (#28525) Deprecate not setting the plan_stage argument in show_graph() (#28391) 🚀 Performance improvements Pushdown len() to concat/union inputs (#28570) ✨ Enhancements Issue FutureWarning on using from_arrow of ArrowStreamExportable (#28442) Add infer_schema_files parameter to scan_csv (#28440) 🐞 Bug fixes Properly propagate enum…

G
GreptimeDB Database v1.2.0-beta

Release v1.2.0-beta.1

What's Changed fix: stream remote analyze metrics while pending by @discord9 in #8405 fix: preserve leader cache configuration and record cache hits by @WenyXu in #8576 feat(mito2): expose adaptive batch APIs by @evenyag in #8578 feat: grant creators access to newly created databases by @shuiyisong in #8566 fix: enforce table-aware permissions across query and ingest protocols by @shuiyisong in #8…

C
Chroma Database

Latest

Version: 1.5.10.dev240 Git ref: refs/heads/main Build Date: 2026-07-31T23:15 PIP Package: chroma-1.5.10.dev240.tar.gz Github Container Registry Image: :1.5.10.dev240 DockerHub Image: :1.5.10.dev240

L
Lance Database v10.1.0-beta

v10.1.0-beta.1

What's Changed New Features 🎉 feat(python): expose file size from LanceFileWriter by @FANNG1 in #7876 feat(java): add OpenTelemetry metrics bridge by @yanghua in #8064 feat(java): expose fragment statics through java blocking dataset by @zhangyue19921010 in #8072 feat(fts): add composable scorer core for multimatch by @BubbleCal in #8092 feat(fts): compose boolean and phrase scorers by @BubbleCal…

L
Lance Database v10.0.0-rc

v10.0.0-rc.2

What's Changed Breaking Changes 🛠 perf(compaction)!: skip building row-address maps when index remapping is not needed by @everySympathy in #7778 perf(cache)!: use fixed-size cache keys by @Ali2Arslan in #7878 fix(blob)!: preserve null selections across blob APIs by @Xuanwo in #7903 Critical Fixes ‼️ fix(exec): preserve order when coalescing a sorted multi-partition plan by @wjones127 in #7868 New…

L
Lance Database v10.0.0-rc

v10.0.0-rc.1

What's Changed Breaking Changes 🛠 perf(compaction)!: skip building row-address maps when index remapping is not needed by @everySympathy in #7778 perf(cache)!: use fixed-size cache keys by @Ali2Arslan in #7878 fix(blob)!: preserve null selections across blob APIs by @Xuanwo in #7903 Critical Fixes ‼️ fix(exec): preserve order when coalescing a sorted multi-partition plan by @wjones127 in #7868 New…

C

Release Notes - July 31, 2026

Tableflow now emits structured log events, such as sync failures and topic health changes, across the full lifecycle of a Tableflow-enabled topic. You can export these logs to third-party tools like Splunk and Datadog through Observability Integrations. For more information, see Tableflow log categories and events.

P
PostgreSQL Database

plRuby

PL/Ruby is a procedural-language handler that lets you write database functions in Ruby, stored and executed inside PostgreSQL. You get the expressiveness of Ruby and its standard library with the full power of a native PostgreSQL function: plain functions, set-returning functions, triggers, event triggers, and procedures with transaction control. ```sql CREATE EXTENSION plruby; CREATE FUNCTION he…

T
txtai Database v9.12.0

v9.12.0

This release adds support for new ANN backends along with a bonanza of bug fixes from 7 new contributors! See below for full details on the new features, improvements and bug fixes. New Features Feature request: Support zvec as vector backend (#1040, #1130) @morgan-coded Add milvus-lite embedded dense ANN backend (#1149) @morgan-coded Allow disabling API routes (#1165) Improvements Add tokenbatch…

T
Turso (Database) Database v0.7.2

v0.7.2

Install turso_cli 0.7.2 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/turso/releases/download/v0.7.2/turso_cli-installer.sh | sh Install prebuilt binaries via powershell script powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/turso/releases/download/v0.7.2/turso_cli-installer.ps1 | iex" Download turso_cl…

T
TimescaleDB Database v2.29.0

2.29.0 (2026-07-28)

This release contains performance improvements and bug fixes since the 2.28.3 release. We recommend that you upgrade at the next available opportunity. Release Highlights Chunk exclusion for DML operations improves the performance of UPDATE and DELETE statements on hypertables. By acquiring row exclusive locks only on the specific chunks being modified rather than the entire hypertable. This enhan…