Database

2,197 items RSS
P
PlanetScale Changelog Database

Run Vitess MoveTables from the pscale CLI

You can now run Vitess MoveTables workflows from pscale with pscale branch vtctld move-tables. Use it to copy tables between keyspaces, watch copy and traffic state, switch replica then primary traffic, and complete or cancel the workflow.

C
Chroma Database

Latest

Version: 1.5.10.dev290 Git ref: refs/heads/main Build Date: 2026-09-16T19:38 PIP Package: chroma-1.5.10.dev290.tar.gz Github Container Registry Image: :1.5.10.dev290 DockerHub Image: :1.5.10.dev290

L
LanceDB Database v0.40.0-beta

LanceDB v0.40.0-beta.0

🛠 Breaking Changes feat: use oauth2 crate for OAuth with configurable client auth by @jackye1995 in #4181 feat(rust): add zonemap index builder by @ChilePiquin in #4199 🎉 New Features feat: use oauth2 crate for OAuth with configurable client auth by @jackye1995 in #4181 feat: add remote catalogs and Python and TypeScript bindings by @jackye1995 in #4195 feat(rust): add zonemap index builder by @Ch…

D
Dolt Database v2.3.5

2.3.5

Merged PRs dolt 11842: Support wildcard table filters for binlog replication Adds REPLICATE_WILD_DO_TABLE and REPLICATE_WILD_IGNORE_TABLE support for MySQL-to-Dolt binlog replication, including MySQL wildcard matching, precedence, case handling, validation, and SHOW REPLICA STATUS output. Filter updates are applied atomically and synchronized with replica lifecycle operations. Part of #11787 Depen…

M
MariaDB Database

Trying DuckDB for Magento Analytics: An Experiment with One Million Orders

Magento normally uses InnoDB for orders, order items, invoices, and other transactional data. However, analytical reports have another workload. I wanted to check whether DuckDB can improve a real Magento report without replacing the operational database. … Continue reading \"Trying DuckDB for Magento Analytics: An Experiment with One Million Orders\" Trying DuckDB for Magento Analytics: An Experi…

D
dbt Core Database v2.0.0

dbt v2.0.0

dbt 2.0.0 - Benjamin Franklin (September 14, 2026) Features Install agent skills (AgentSkills-format SKILL.md directories) from installed packages and the project's own skill-paths when packages are installed, gated on the new ai_provider flag. (#14556) Support native Databricks metric view materializations (#15616) [ClickHouse] Connection-level settings (profile custom_settings plus v1-parity syn…

D
Databend Database v1.2.944-nightly

v1.2.944-nightly

What's Changed Exciting New Features ✨ feat: reshuffle block metadata after pruning by @SkyFan2002 in #20400 Thoughtful Bug Fix 🔧 fix(query): rewrite aggregate inputs using detail materialized views by @sundy-li in #20503 fix(query): keep license expiry beyond 2106 and expose valid_from by @TCeason in #20508 Code Refactor 🎉 refactor: meta: add Raft TLS and configurable gRPC auth by @drmingdrmer in…

E
EMQX Database v6.3.1-rc

6.3.1-rc.3

Merge pull request #19012 from zmstone/260916-api-key-optional-fields…

E
EMQX Database v10.5-rc

e5.10.5-rc.4

Merge pull request #19007 from emqx/bump-510-dashboard-version-202609…

M
MariaDB Database

MariaDB adoption is growing, and the way people get it is changing – Adoption Index 2026-09

The MariaDB Adoption Index is up 126% in a year. More people are downloading MariaDB, more people are contributing to it, and more projects are building on it than at any point since we started measuring. … Continue reading \"MariaDB adoption is growing, and the way people get it is changing – Adoption Index 2026-09\" MariaDB adoption is growing, and the way people get it is changing – Adoption In…

G
GreptimeDB Database v1.2.1

Release v1.2.1

v1.2.1 Release date: September 16, 2026 GreptimeDB v1.2.1 is a maintenance release that fixes a JSON2 data-loss issue during compaction, several query-correctness bugs in PromQL and aggregations, MySQL-protocol compatibility with JDBC clients such as DataGrip, and stability issues in memory allocation and CPU profiling. We recommend users on v1.2.0 upgrade to v1.2.1. 👍 Highlights JSON2 data-loss p…

D
Dragonfly Database v2.0.0

v2.0.0

Dragonfly v2.0.0 We have been waiting three years to bump the major version. While this specific release does not add new major features by itself, it marks a significant milestone in our maturity, performance, and production readiness. Dragonfly v2.0.0 expands Redis and Valkey compatibility with Valkey 9 RDB loading, GEOSEARCHSTORE, and improved replication backlog controls. Performance work redu…

G
GreptimeDB Database v1.2.0

Release v1.2.0

v1.2.0 Release date: September 8, 2026 We recommend users on v1.2.0 upgrade to v1.2.1, which fixes a JSON2 data-loss issue during compaction along with several query-correctness and stability fixes. GreptimeDB v1.2.0 adds new structural stored JSON data type ("JSON2") and query capabilities, Prometheus Remote Write v2 ingestion, Flow runtime observability, and dashboard updates, alongside query an…

L
LanceDB Database v0.39.0-beta

LanceDB v0.39.0-beta.10

🎉 New Features feat(oidc): support resource and audience by @cmccabe in #4193 feat(nodejs): add JSON field helper by @mikemikimike in #4082 feat: represent registered Functions by OCI image identity by @Xuanwo in #4176 🐛 Bug Fixes fix: accept all-null batches and plain JSON strings for json columns by @wjones127 in #4067 fix: do not allow . and .. as table names by @cmccabe in #4191 fix(python): c…

L
Lance Database v13.0.0-beta

v13.0.0-beta.3

What's Changed Breaking Changes 🛠 perf(encoding)!: initialize only the page metadata a read will touch by @Ali2Arslan in #7465 New Features 🎉 feat(format): specify carried-column storage and allow carrying a keyed column by @vivek-bharathan in #8856 feat(core): define mapping readers with ordered compaction support by @LuQQiu in #9106 feat(mem_wal): cross-column FTS on the fresh tier by @hamersaw…

D
dbt Core Database v2.0.4

v2.0.4

2.0.4 Released September 16, 2026

T
TiDB Database v8.5.4-20260916

v8.5.4-20260916-f541e1e

planner: fix the global binding is not working when using Prepared St…

R
RisingWave Database v3.0.4

v3.0.4

release v3.0.4 What's Changed cherry-pick fix(iceberg): use table-scoped COW compaction (#25855) to release-3.0 by @chenzl25 in #26736 cherry-pick fix(stream): keep sink into table upsert semantics with preserve_row_level_changes (#26713) to release-3.0 by @zwang28 in #26759 cherry-pick fix(pgwire): stream query results incrementally (#26727) by @zwang28 in #26782 cherry-pick: perf(meta): isolate…

M
Milvus Database v2.6.24

pkg/v2.6.24: enhance: [2.6] bump woodpecker to v0.1.44 (#53495)

issue: #43638 pr: #53468 What Dependency-only bump of github.com/zilliztech/woodpecker from v0.1.42 to v0.1.44, in the root and pkg modules. Four files, six lines, nothing else. v0.1.42..v0.1.44 is ten commits; the one that matters for this branch is the last: dc9666e fix(hardware): drop the unused GPU memory helpers (#333) Why this branch needs it 2.6's GPU build is currently broken: multiple def…