Skip to content

Releases: EntglDb/BLite

v4.3.1

15 Apr 20:32

Choose a tag to compare

4.3.1 (2026-04-15)

Bug Fixes

  • correct FSI before throwing "Not enough space" to break poisoned-cache loop (#59) (561da42)
  • proactive FSI revert on transaction rollback (#61) (957629c)

BLite Studio v4.3.1

15 Apr 19:54

Choose a tag to compare

What's Changed

  • fix: correct FSI before throwing "Not enough space" to break poisoned-cache loop by @Copilot in #59
  • Remove dangling CurrentTransaction properties that always return null by @Copilot in #60
  • fix: proactive FSI revert on transaction rollback by @Copilot in #61

Full Changelog: v4.3.0...studio-v4.3.1

v4.3.0

11 Apr 18:31

Choose a tag to compare

4.3.0 (2026-04-11)

v4.3.0-rc.0

11 Apr 13:20

Choose a tag to compare

v4.3.0-rc.0 Pre-release
Pre-release

4.3.0-rc.0 (2026-04-11)

v4.3.0-preview.0

10 Apr 20:03

Choose a tag to compare

v4.3.0-preview.0 Pre-release
Pre-release

4.3.0-preview.0 (2026-04-10)

Features

  • Make transactions caller-owned; add metrics (f42b3e6)

v4.2.1-preview.3

09 Apr 16:37

Choose a tag to compare

v4.2.1-preview.3 Pre-release
Pre-release

4.2.1-preview.3 (2026-04-09)

v4.2.1-preview.2

09 Apr 12:27

Choose a tag to compare

v4.2.1-preview.2 Pre-release
Pre-release

4.2.1-preview.2 (2026-04-09)

v4.2.1-preview.1

09 Apr 10:08

Choose a tag to compare

v4.2.1-preview.1 Pre-release
Pre-release

4.2.1-preview.1 (2026-04-09)

v4.2.1-preview.0

08 Apr 07:39

Choose a tag to compare

v4.2.1-preview.0 Pre-release
Pre-release

4.2.1-preview.0 (2026-04-08)

v4.2.0

07 Apr 14:45

Choose a tag to compare

4.2.0 (2026-04-07)

Features

  • add IDocumentDbContext interface and make DocumentDbContext implement it (#36) (8f50a57)
  • non-indexed query optimization — BSON-level scan for count, OLAP, and wider predicate coverage (#46) (b1c20d0)