All Versions
24
Latest Version
Avg Release Cycle
93 days
Latest Release
607 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v4.8.2 Changes
October 12, 2024What's Changed
- 🛠 Fix: Correctly update query cache when search results have changed (see #560).
🆕 New Contributors
Full Changelog : v4.8.1...v4.8.2
-
v4.8.1 Changes
October 07, 2024What's Changed
- 🔋 Feature: Allow persisting empty tables (see #518).
- 🛠 Fix: Make replacing
doc_idtype work properly (see #545).
🆕 New Contributors
- @dependabot made their first contribution in #533
- @kinuax made their first contribution in #561
- @jkopczyn made their first contribution in #563
- @edgarrmondragon made their first contribution in #548
- @fvrlo made their first contribution in #555
- @Anonynz made their first contribution in #542
- @ruancomelli made their first contribution in #535
- @aptly-io made their first contribution in #546
- @dmarsic made their first contribution in #518
Full Changelog : v4.8.0...v4.8.1
-
v4.8.0 Changes
June 12, 2023What's Changed
- 🔋 Feature: Allow retrieve multiple documents by document ID using
Table.get(doc_ids=[...])(see #504).
🆕 New Contributors
- @okken made their first contribution in #505
- @keenborder786 made their first contribution in #504
Full Changelog : v4.7.1...v4.8.0
- 🔋 Feature: Allow retrieve multiple documents by document ID using
-
v4.7.1 Changes
January 14, 2023What's Changed
- 👌 Improvement: Improve typing annotations (see pull request #477).
- 👌 Improvement: Fix some typos in the documentation (see pull request #479 and pull request #498).
🆕 New Contributors
- @ostafen made their first contribution in #468
- @masinag made their first contribution in #477
- @kianmeng made their first contribution in #498
Full Changelog : v4.7.0...v4.7.1
-
v4.7.0 Changes
February 19, 2022- 🔋 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
- 🔋 Feature: Allow inserting
-
v4.6.1 Changes
January 18, 2022- 🛠 Fix: Make using callables as queries work again (see #454)
Full Changelog : v4.6.0...v4.6.1
-
v4.6.0 Changes
January 17, 2022- 🔋 Feature: Add
map()query operation to apply a transformation to a document or field when evaluating a query (see PR #445).
Note : This may break code that queries for a field namedmapusing theQueryAPIs property access syntax - 🔋 Feature: Add support for typing-extensions v4
- 📚 Documentation: Fix a couple of typos in the documentation (see PR #446, PR #449 and PR #453)
🆕 New Contributors
- @rewritten made their first contribution in #444
- @nootr made their first contribution in #446
- @abhishekpersonalprojects made their first contribution in #449
- @jvuitton made their first contribution in #451
- @jcea made their first contribution in #453
Full Changelog : v4.5.2...v4.6.0
- 🔋 Feature: Add
-
v4.5.2 Changes
September 23, 2021- 🛠 Fix: Make
Table.delete()'s argument priorities consistent with other table methods. This means that if you pass bothcondas well asdoc_idstoTable.delete(), the latter will be prefered (see #424)
Full Changelog : v4.5.1...v4.5.2
- 🛠 Fix: Make
-
v4.5.1 Changes
July 17, 2021- 🛠 Fix: Correctly install
typing-extensionson Python 3.7 (see #413)
🆕 New Contributors
- @MartinNiederl made their first contribution in #412
Full Changelog : v4.5.0...v4.5.1
- 🛠 Fix: Correctly install
-
v4.5.0 Changes
June 26, 2021- 🔋 Feature: Better type hinting/IntelliSense for PyCharm, VS Code and MyPy (see issue #372). PyCharm and VS Code should work out of the box, for MyPy see MyPy Type Checking
🆕 New Contributors
- @tozech made their first contribution in #377
- @fabaff made their first contribution in #391
- @benetherington made their first contribution in #395
- @cemrehancavdar made their first contribution in #404
Full Changelog : v4.4.0...v4.5.0