v4.7.0
- Feature: Allow inserting
Documentinstances usingTable.insert_multiple(see #455). - Performance: Only convert document IDs of a table when returning documents. This improves performance the
Table.countandTable.getoperations and also forTable.searchwhen only returning a few documents (see #460). - Internal change: Run all
TabletestsJSONStoragein 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