Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
defradb_0.18.0_checksums.txt | 2025-06-13 | 679 Bytes | |
defradb-0.18.0.tar.gz | 2025-06-13 | 1.2 MB | |
defradb_0.18.0_windows_x86_64.exe | 2025-06-13 | 182.4 MB | |
defradb_lite_0.18.0_windows_x86_64.exe | 2025-06-13 | 178.6 MB | |
defradb_0.18.0_darwin_arm64 | 2025-06-13 | 158.5 MB | |
defradb_0.18.0_linux_x86_64 | 2025-06-13 | 180.8 MB | |
defradb_lite_0.18.0_darwin_arm64 | 2025-06-13 | 154.7 MB | |
defradb_lite_0.18.0_linux_x86_64 | 2025-06-13 | 176.9 MB | |
README.md | 2025-06-13 | 1.9 kB | |
v0.18.0 Release source code.tar.gz | 2025-06-13 | 1.2 MB | |
v0.18.0 Release source code.zip | 2025-06-13 | 2.5 MB | |
Totals: 11 Items | 1.0 GB | 1 |
Changelog
DefraDB v0.18 is a major pre-production release. Until the stable version 1.0 is reached, the SemVer minor patch number will denote notable releases, which will give the project freedom to experiment and explore potentially breaking changes.
To get a full outline of the changes, we invite you to review the official changelog below. This release does include a Breaking Change to existing v0.17.x databases. If you need help migrating an existing deployment, reach out at hello@source.network or join our Discord at https://discord.gg/w7jYQVJ/.
Features
- feat: JS client (#3658)
- feat: Make Collection.Name immutable (#3671)
- feat: Replace commit query fieldID with fieldName (#3701)
- feat: Utilize secondary indexes for ordering (#3652)
Fix
- fix: Bypass composite index ordering on order mismatch (#3781)
- fix: Check if collection exists in index cli commands (#3777)
- fix: Correct index fetching order (#3776)
- fix: Enable doc encryption for embedded client (#3755)
- fix: Get indexes for a specific collection (#3643)
Documentation
- docs: Add data flow documentation (#3736)
- docs: Update outdated disclaimer about lack of encryption (#3647)
Refactoring
- refactor: Allow retrieval of txn from ctx everywhere (#3705)
- refactor: Remove collection field id (#3710)
- refactor: Rename CollectionDescription to CollectionVersion (#3676)
- refactor: Rename CollectionDescription.ID to VersionID (#3677)
- refactor: Replace Collection ID with SchemaVersionID (#3640)
- refactor: Replace CollectionDescription.Root with ColID (#3644)
- refactor: Replace schema-only collections with boolean (#3653)
- refactor: Store index description in collection version (#3716)
- refactor: Unify crdt packages (#3679)
Testing
- test: Update test Lens modules to latest SDK (#3773)