| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| weaviate-v1.38.16-darwin-all.zip.sha256 | < 14 hours ago | 65 Bytes | |
| weaviate-v1.38.16-darwin-all.zip.md5 | < 14 hours ago | 33 Bytes | |
| weaviate-v1.38.16-darwin-all.zip | < 14 hours ago | 142.8 MB | |
| weaviate-v1.38.16-linux-amd64.tar.gz.md5 | < 14 hours ago | 33 Bytes | |
| weaviate-v1.38.16-linux-amd64.tar.gz.sha256 | < 14 hours ago | 65 Bytes | |
| weaviate-v1.38.16-linux-arm64.tar.gz.sha256 | < 14 hours ago | 65 Bytes | |
| weaviate-v1.38.16-linux-arm64.tar.gz.md5 | < 14 hours ago | 33 Bytes | |
| weaviate-v1.38.16-linux-amd64.tar.gz | < 14 hours ago | 72.4 MB | |
| weaviate-v1.38.16-linux-arm64.tar.gz | < 14 hours ago | 68.8 MB | |
| README.md | < 16 hours ago | 1.9 kB | |
| v1.38.16 - Bug fixes and performance improvements across modules, roaringset, and index queues source code.tar.gz | < 16 hours ago | 10.2 MB | |
| v1.38.16 - Bug fixes and performance improvements across modules, roaringset, and index queues source code.zip | < 16 hours ago | 14.5 MB | |
| Totals: 12 Items | 308.7 MB | 0 | |
Breaking Changes
none
New Features
none
Fixes
- Fix replica movement to be enable-able via runtime config by @tsmith023 in https://github.com/weaviate/weaviate/pull/13064
- fix(objects): stop re-call the class the reference write already read by @moogacs in https://github.com/weaviate/weaviate/pull/13068
- modules(rest): remove /v1/modules endpoint and contextionary extension/concept handlers by @antas-marcin in https://github.com/weaviate/weaviate/pull/13083
- backport: fix(db): locks usage (#12525)(#12082) by @moogacs in https://github.com/weaviate/weaviate/pull/13100
- perf(roaringset): stream the memtable flush and compact the bitmaps it writes by @aliszka in https://github.com/weaviate/weaviate/pull/13038
- fix(roaringset-pr2): measure a memtable's size as the heap its tree holds by @aliszka in https://github.com/weaviate/weaviate/pull/13039
- perf(roaringset-pr3): allocate a key's additions or deletions only when written by @aliszka in https://github.com/weaviate/weaviate/pull/13040
- queue: release the chunk writer buffer once a chunk is promoted by @asdine in https://github.com/weaviate/weaviate/pull/13126
- shard: a replica snapshot carries index.db, so a moved dynamic index keeps its upgrade (v1.38) by @asdine in https://github.com/weaviate/weaviate/pull/13130
- perf(roaringsetrange): walk the memtable once per worker instead of once per bit by @aliszka in https://github.com/weaviate/weaviate/pull/13138
- Opt/roaringsetrange direct flush by @aliszka in https://github.com/weaviate/weaviate/pull/13139
- fix(queryadmission): deflake TestFIFOWakeOnRelease by @asdine in https://github.com/weaviate/weaviate/pull/13147
- Remove unique objects IDs from RBAC checks by @dirkkul in https://github.com/weaviate/weaviate/pull/10688
Full Changelog: https://github.com/weaviate/weaviate/compare/v1.38.15...v1.38.16