6.0.0-M1 - ORM, Aliases, OIDC, Sort, Tenants, Tokenization
Pre-release
Pre-release
Join us in celebrating our first milestone release! ◝(ᵔᵕᵔ)◜
This release includes many fixes and feedback points we've received from our early users and adds support for several collection-management APIs, like Aliases and Tenants. Furthermore, we're introducing our minimal ORM to let you read and write Weaviate objects into native Java records.
We've updated our README and written a lot of Javadoc. Check them out to learn more about using the new features.
What's Changed
- v6: Release SNAPSHOT versions by @bevzzz in #446
- v6: make b/k1 params in invertedIndex::bm25 type
floatby @bevzzz in #447 - v6: Per-collection-handle tenant by @bevzzz in #445
- v6: Extend supported data types by @bevzzz in #448
- v6: Support OIDC authentication by @bevzzz in #438
- v6: Support aliases by @bevzzz in #449
- v6: update dependencies by @bevzzz in #451
- v6: Add
sourcePropertiesto text-based vectorizers by @bevzzz in #450 - v6: Add sorting to
query.fetchObjectsby @bevzzz in #460 - v6: Per-property tokenization method by @bevzzz in #462
- v6: Metadata fields by @bevzzz in #463
- v6: Implement users' feedback by @bevzzz in #461
- v6: ORM by @bevzzz in #459
- v6: Support ContainsNone and Not operators by @bevzzz in #469
- v6: Fix copying / collecting maps with null values by @bevzzz in #470
- v6: Update README.md and write Javadoc by @bevzzz in #468
- v6: Assertions by @bevzzz in #471
- v6: Handle missing properties in ORM scanning by @bevzzz in #472
Full Changelog: 6.0.0-beta4...6.0.0-M1