This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
ReleasePort's take
Moderate signalIn @lithium-ai/[email protected] the createEntry function replaces insert, providing atomic entry handling.
Why it matters: If your code uses insert in @lithium-ai/core, update to call createEntry; failure causes runtime errors after upgrade (severity 70).
Summary
AI summarycreateEntry replaces insert and adds atomic entry handling
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
createEntry replaces insert in @lithium-ai/[email protected] createEntry replaces insert in @lithium-ai/[email protected] Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Feature | Medium |
Added txResult with sql.begin() for rollback in @lithium-ai/[email protected] Added txResult with sql.begin() for rollback in @lithium-ai/[email protected] Source: llm_adapter@2026-06-01 Confidence: high |
— |
| Feature | Medium |
Added txResult with db.transaction() for rollback in @lithium-ai/[email protected] Added txResult with db.transaction() for rollback in @lithium-ai/[email protected] Source: llm_adapter@2026-06-01 Confidence: high |
— |
Full changelog
- @lithium-ai/[email protected] — createEntry replaces insert, atomic entry + version 1
- @lithium-ai/[email protected] — txResult with sql.begin() for rollback on failure
- @lithium-ai/[email protected] — txResult with db.transaction() for rollback on failure
- Unit tests updated, integration tests passing
Breaking Changes
- insert is removed; use createEntry for atomic entry creation and versioning
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Lithium Core
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]