Skip to content

Releases: databendlabs/databend

v1.2.813-nightly

15 Sep 16:15
fa53ff1
Compare
Choose a tag to compare
v1.2.813-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(raft-store): update trait interfaces and restructure leveled map by @drmingdrmer in #18719

Documentation 📔

Full Changelog: v1.2.812-nightly...v1.2.813-nightly

v1.2.812-nightly

14 Sep 23:06
36fd488
Compare
Choose a tag to compare
v1.2.812-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: infer_schema expands csv and ndjson support by @KKould in #18552

Thoughtful Bug Fix 🔧

  • fix(query): column default expr should not cause seq.nextval modify by @b41sh in #18694
  • fix: vacuum2 all should ignore SYSTEM dbs by @dantengsky in #18712
  • fix(meta-service): snapshot key count should be reset by @drmingdrmer in #18718

Code Refactor 🎉

  • refactor(meta-service): respond mget items in stream instead of in a vector by @drmingdrmer in #18716
  • refactor(meta-service0): rotbl: use spawn_blocking() instead blocking_in_place() by @drmingdrmer in #18717

Build/Testing/CI Infra Changes 🔌

Full Changelog: v1.2.811-nightly...v1.2.812-nightly

v1.2.811-nightly

11 Sep 04:30
613a23a
Compare
Choose a tag to compare
v1.2.811-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

  • fix: error occurred when retrying transaction on empty table by @SkyFan2002 in #18703

Full Changelog: v1.2.810-nightly...v1.2.811-nightly

v1.2.810-nightly

10 Sep 15:30
3a12aec
Compare
Choose a tag to compare
v1.2.810-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: impl Date & Timestamp on RANGE BETWEEN by @KKould in #18696
  • feat: add pybend Python binding with S3 connection and stage support by @BohuTANG in #18704
  • feat(query): add api to list stream by @everpcpc in #18701

Thoughtful Bug Fix 🔧

  • fix: collected profiles lost in cluster mode by @dqhl76 in #18680
  • fix(python-binding): complete Python binding CI configuration by @BohuTANG in #18686
  • fix(python-binding): resolve virtual environment permission conflicts in CI by @BohuTANG in #18708
  • fix: error when using materialized CTE in multi-statement transactions by @SkyFan2002 in #18707
  • fix(query): add config to the embed mode to clarify this mode by @zhang2014 in #18710

Build/Testing/CI Infra Changes 🔌

  • ci: run behave test of bendsql for compact. by @youngsofun in #18697
  • ci: Temporarily disable warehouse testing of private tasks by @KKould in #18709

Others 📒

  • chore(python-binding): documentation and PyPI metadata by @BohuTANG in #18711

Full Changelog: v1.2.809-nightly...v1.2.810-nightly

v1.2.809-nightly

08 Sep 14:29
6b116c3
Compare
Choose a tag to compare

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

  • fix(query): fix unable cast Variant Nullable type to Int32 type in MERGE INTO by @b41sh in #18687
  • fix: meta-semaphore: re-connect when no event recevied by @drmingdrmer in #18690

Code Refactor 🎉

  • refactor(meta-semaphore): handle error occurs during new-stream, lease-extend by @drmingdrmer in #18695

Full Changelog: v1.2.808-nightly...v1.2.809-nightly

v1.2.808-nightly

07 Sep 23:02
960f44e
Compare
Choose a tag to compare
v1.2.808-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat: support Check Constraint by @KKould in #18661
  • feat(parser): add intelligent SQL error suggestion system by @BohuTANG in #18670
  • feat: enhance resource scheduling logs with clear status and configuration details by @BohuTANG in #18684
  • feat(meta-semaphore): allows to specify timestamp as semaphore seq by @drmingdrmer in #18685

Thoughtful Bug Fix 🔧

  • fix: clean db_id_table_name during vacuuming dropped tables by @dantengsky in #18665
  • fix: forbid transform with where clause. by @youngsofun in #18681
  • fix(query): fix incorrect order of group by items with CTE or subquery by @sundy-li in #18692

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.807-nightly...v1.2.808-nightly

v1.2.807-nightly

02 Sep 16:13
522c7d5
Compare
Choose a tag to compare
v1.2.807-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

  • feat(query): Add SecureFilter for Row Access Policies and Stats Privacy by @TCeason in #18623
  • feat(query): support start and increment options for sequence creation by @TCeason in #18659

Thoughtful Bug Fix 🔧

  • fix(rbac): create or replace ownership_object should delete the old ownership key by @TCeason in #18667
  • fix(history-table): stop heartbeat when another node starts by @dqhl76 in #18664

Code Refactor 🎉

Others 📒

Full Changelog: v1.2.806-nightly...v1.2.807-nightly

v1.2.806-nightly

02 Sep 02:18
872a7ba
Compare
Choose a tag to compare
v1.2.806-nightly Pre-release
Pre-release

What's Changed

Thoughtful Bug Fix 🔧

Code Refactor 🎉

Build/Testing/CI Infra Changes 🔌

Full Changelog: v1.2.805-nightly...v1.2.806-nightly

v1.2.805-nightly

01 Sep 09:23
21edb8b
Compare
Choose a tag to compare
v1.2.805-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Code Refactor 🎉

  • refactor: refactor inlist runtime filter with or_filters and add configurable runtime filter thresholds by @SkyFan2002 in #18622
  • refactor(schema-api): extract CatalogApi trait from SchemaApi by @drmingdrmer in #18654

Build/Testing/CI Infra Changes 🔌

Full Changelog: v1.2.804-nightly...v1.2.805-nightly

v1.2.804-nightly

01 Sep 01:46
688f6b8
Compare
Choose a tag to compare
v1.2.804-nightly Pre-release
Pre-release

What's Changed

Exciting New Features ✨

Thoughtful Bug Fix 🔧

Code Refactor 🎉

  • refactor(query): revert pr 18589 by @zhang2014 in #18638
  • refactor(query): Optimize set returning function result block max bytes by @b41sh in #18626
  • refactor(exception): enhance ErrorCodeResultExt with comprehensive error codes by @drmingdrmer in #18643
  • refactor(meta-api): consolidate schema API implementation by @drmingdrmer in #18646
  • refactor(meta-service): remove deprecated rpc_delay_seconds metric by @drmingdrmer in #18647
  • refactor(frozen-api): optimize API boundary protection by @BohuTANG in #18649
  • refactor(schema-api): extract DatabaseApi trait from SchemaApi by @drmingdrmer in #18650
  • refactor(schema-api): extract TableApi and IndexApi traits by @drmingdrmer in #18652

Build/Testing/CI Infra Changes 🔌

Others 📒

Full Changelog: v1.2.803-nightly...v1.2.804-nightly