Tinydb

Latest version: v4.8.0

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 11

2.3.0

^^^^^^^^^^^^^^^^^^^

- Added support for custom serialization. That way, you can teach TinyDB
to store ``datetime`` objects in a JSON file :)
(see `issue 48 <https://github.com/msiemens/tinydb/issues/48>`_ and
`pull request 50 <https://github.com/msiemens/tinydb/pull/50>`_)
- Fixed a performance regression when searching became slower with every search
(see `issue 49 <https://github.com/msiemens/tinydb/issues/49>`_)
- Internal code has been cleaned up

2.2.2

^^^^^^^^^^^^^^^^^^^

- Fixed a data loss when using ``CachingMiddleware`` together with ``JSONStorage``
(see `issue 47 <https://github.com/msiemens/tinydb/issues/47>`_)

2.2.1

^^^^^^^^^^^^^^^^^^^

- Fixed handling of IDs with the JSON backend that converted integers
to strings (see `issue 45 <https://github.com/msiemens/tinydb/issues/45>`_)

2.2.0

^^^^^^^^^^^^^^^^^^^

- Extended ``any`` and ``all`` queries to take lists as conditions
(see `pull request 38 <https://github.com/msiemens/tinydb/pull/38>`_)
- Fixed an ``decode error`` when installing TinyDB in a non-UTF-8 environment
(see `pull request 37 <https://github.com/msiemens/tinydb/pull/37>`_)
- Fixed some issues with ``CachingMiddleware`` in combination with
``JSONStorage`` (see `pull request 39 <https://github.com/msiemens/tinydb/pull/39>`_)

2.1.0

^^^^^^^^^^^^^^^^^^^

- Added ``where(...).contains(regex)``
(see `issue 32 <https://github.com/msiemens/tinydb/issues/32>`_)
- Fixed a bug that corrupted data after reopening a database
(see `issue 34 <https://github.com/msiemens/tinydb/issues/34>`_)

2.0.1

^^^^^^^^^^^^^^^^^^^

- Fixed handling of Unicode data in Python 2
(see `issue 28 <https://github.com/msiemens/tinydb/issues/28>`_).

Page 9 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.