- Feature: Allow inserting
Document
instances usingTable.insert_multiple
(see #455). - Performance: Only convert document IDs of a table when returning documents. This improves performance the
Table.count
andTable.get
operations and also forTable.search
when only returning a few documents (see #460). - Internal change: Run all
Table
testsJSONStorage
in addition toMemoryStorage
.
New Contributors
- @MrPigss made their first contribution in #455
- @richardsheridan made their first contribution in #462
Full Changelog: v4.6.1...v4.7.0