Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
defradb_0.19.0_checksums.txt | 2025-08-08 | 679 Bytes | |
defradb-0.19.0.tar.gz | 2025-08-08 | 1.3 MB | |
defradb_0.19.0_windows_x86_64.exe | 2025-08-08 | 192.6 MB | |
defradb_lite_0.19.0_windows_x86_64.exe | 2025-08-08 | 188.5 MB | |
defradb_0.19.0_darwin_arm64 | 2025-08-08 | 166.0 MB | |
defradb_0.19.0_linux_x86_64 | 2025-08-08 | 190.7 MB | |
defradb_lite_0.19.0_darwin_arm64 | 2025-08-08 | 161.9 MB | |
defradb_lite_0.19.0_linux_x86_64 | 2025-08-08 | 186.7 MB | |
README.md | 2025-08-08 | 1.3 kB | |
v0.19.0 Release source code.tar.gz | 2025-08-08 | 1.3 MB | |
v0.19.0 Release source code.zip | 2025-08-08 | 2.7 MB | |
Totals: 11 Items | 1.1 GB | 1 |
Changelog
DefraDB v0.19 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.18.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: Add WASM support for Playground (#3813)
- feat: Add explicit p2p doc subscription (#3822)
- feat: Add node access control (nac) system (#3758)
- feat: Enable range queries for secondary indexes (#3788)
- feat: JavaScript event system (#3794)
- feat: Playground ACP (#3871)
- feat: Provide C Bindings (#3787)
- feat: SourceHub ACP JS (#3863)
- feat: Sync documents on demand (#3834)
Fix
- fix: Allow operations on _similarity results (#3927)
- fix: Playground keypair reset (#3922)
- fix: Race condition on connection access (#3814)
Refactoring
- refactor: ACP Identity (#3808)
- refactor: Configure P2PCollections with names instead of IDs (#3815)
- refactor: Simplify interfaces usage (#3739)