reader v2.17 Release Notes

  • 🚀 Released 2022-07-23

    • 🗄 Deprecate the :attr:~Entry.object_id property of data objects in favor of new property :attr:~Entry.resource_id. :attr:~Entry.resource_id is the same as :attr:~Entry.object_id, except for feeds and feed-related exceptions it is of type tuple[str] instead of str. :attr:~Entry.object_id will be removed in version 3.0. (:issue:266, :issue:268)
    • ⚡️ Do not attempt too hard to run PRAGMA optimize if the database is busy. Prevents rare "database is locked" errors when multiple threads using the same reader terminate at the same time. (:issue:206)