Database

1,605 items RSS
L
LanceDB Database v0.37.1-beta

LanceDB v0.37.1-beta.1

🛠 Breaking Changes feat(rust)!: make add_columns a builder by @wkalt in #3778 fix(python): avoid debugger deadlock during connection inspection by @lancedb-gatefixer[bot] in #3788 feat: infer maintained indexes when an LsmWriteSpec omits them by @hamersaw in #3748 🎉 New Features feat(fts): support custom stop-word lists by @BubbleCal in #3734 feat(remote): add RemoteTable fetch_blobs HTTP client b…

P
PlanetScale Changelog Database

Parallel deploy requests for Vitess

You can now run two deploy requests at once. Put a slow change in the parallel lane and keep shipping faster ones through the queue, or leave slow work in the queue and run a quick change in parallel. Either way works, as long as the changes touch different tables.

L
Lance Database v10.0.0

v10.0.0

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 fix…

L
Lance Database v11.0.0-beta

v11.0.0-beta.3

What's Changed Breaking Changes 🛠 feat(mem_wal): validate maintained indexes against the writer's rules by @hamersaw in #8360 New Features 🎉 feat(rowids): validate stable row ids in Dataset::validate by @wjones127 in #8258 feat(python): expose BlobFile.read_ranges by @keunhong in #8319 feat(java): expose index segment sizes by @majin1102 in #8355 feat(python): add RowIdSequence for constructing ro…

G
Great Expectations Database v1.20.0

1.20.0

[BUGFIX] Support standing up a FileDataContext on a read-only filesystem (#12000) [BUGFIX] Narrow single-pass column_values.unique on SQLAlchemy (Redshift WLM) (#11863) (thanks @leodrivera) [BUGFIX] deduplicate sql metric aliases to prevent view schema collisions (#10926) (#11905) (thanks @TemidayoA) [BUGFIX] Report an unmet expectation when a column has no quantiles (#12026) [BUGFIX] Exclude null…

S
Supabase Database

Developer Update - August 2026

Here’s everything that happened with Supabase in the last month: Supabase Select SF 2026 Supabase Select returns to San Francisco on October 2, a curated day of talks, feature deep dives, and more activations. Tickets are now available by application. Get your ticket → Supabase Pipelines is now in public alpha Supabase Pipelines streams Postgres changes to BigQuery in near real time, a managed CDC…

G
GreptimeDB Database v1.3.0-70470bafb

Release v1.3.0-70470bafb-20260807-1786098766

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…

G

August 07, 2026

Feature You can now sync tables from BigQuery into your AlloyDB instance, either as a one-time operation or on a periodic schedule. This feature (in Preview) lets you enable operational analytics that benefit from low-latency, transactional access to your data lake. For more information, see Sync BigQuery data to AlloyDB. Feature AlloyDB integration with BigQuery lets you connect your operational…

D
Diesel Database v2.3.12

Diesel 2.3.12

Fixes Fixed FromSql/ToSql for chrono::NaiveTime on MySQL dropping the fractional-seconds component of TIME values, so a TIME(N) column now round-trips its microseconds like DATETIME / TIMESTAMP already did. Extended libsqlite3-sys support to include 0.38 Full Changelog: v2.3.11...v2.3.12 You can support the development of Diesel by: Contributing Code, Documentation or Guides. Checkout the planing…

P
PrestoDB Database v0.299

0.299

[maven-release-plugin] copy for tag 0.299

A
Apache Paimon Database v2.0.0

Apache Paimon 2.0.0

Apache Paimon 2.0.0 and PyPaimon 2.0.0 are now available.\n\n## Official source releases\n\n- Apache Paimon 2.0.0 source\n- PyPaimon 2.0.0 source\n- Apache Paimon KEYS\n\nThe signed source archives above are the official Apache Software Foundation release artifacts.\n\n## Convenience packages\n\n- Apache Paimon 2.0.0 on Maven Central\n- PyPaimon 2.0.0 on PyPI\n\nFull Changelog: release-1.4.2...rel…

P
PostgreSQL Database v2.10

Autobase 2.10 released

Autobase 2.10 expands day-to-day PostgreSQL operations with new cluster management capabilities. Administrators can now perform common cluster actions directly from the Console UI, configure advanced system settings, deploy clusters using the local disk, and automate maintenance with an extended set of Ansible playbooks. See the full details in the release notes. Highlights Cluster management acti…

P
PostgreSQL Database

Postgres Summit US 2026 Schedule is now live!

Hi all, The talk schedule for Postgres Summit US 2026 is now published. Browse it here: Talk Schedule The summit runs September 30 through October 2, 2026 at Convene, 555 Broadway, New York, NY, organized by the United States PostgreSQL Association (PgUS). You can also view individual sessions and register on the event site. Hope to see you in New York!

Q
QuestDB Database v10.0.0

10.0.0

QuestDB 10.0.0 QuestDB 10.0.0 is a major release, bringing three key new features into general availability, alongside a host of performance upgrades, bugfixes, and ergonomic improvements, that make QuestDB 10.0.0 easier than ever to build and scale with. This release includes QWP, the QuestDB Wire Protocol, which supercedes ILP and PG Wire. The protocol is compressed binary, columnar, and pipelin…

L
Lance Database v11.0.0-beta

v11.0.0-beta.2

What's Changed Breaking Changes 🛠 feat(mem_wal): return the sealed generation from force_seal_active by @hamersaw in #8051 feat(mem_wal): expose whether an index type can be maintained by @hamersaw in #8095 New Features 🎉 perf(dataset): spill large inline transaction out of manifest by @zhangyue19921010 in #7881 feat(object-store): add explicit IRSA and ECS credential storage options by @westonpac…

W
Weaviate Database v1.38.9

v1.38.9 - Backup chunk integrity, usage module and async replication fixes

Breaking Changes none New Features none Fixes fix(usage): skip collection tick while previous report is still running by @antas-marcin in #12139 Dont read file sizes in usage module when not needed by @dirkkul in #12418 fix(hnsw): cancel and drain the cache prefill before teardown by @moogacs in #12408 flat: fix 'quantizer not initialized' search error during RQ lazy initialization by @asdine in #…

T
Turso (Database) Database v0.8.0-pre

v0.8.0-pre.3

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