reader v1.19 Release Notes

  • 🚀 Released 2021-06-16

    • ⬇️ Drop Python 3.6 support. (:issue:237)
    • 👌 Support PyPy 3.7. (:issue:234)
    • Skip enclosures with no href/url; previously, they would result in a parse error. (:issue:240)
    • 👷 Stop using Travis CI (only use GitHub Actions). (:issue:199)
    • ➕ Add the new argument to :meth:~Reader.update_feeds() and :meth:~Reader.update_feeds_iter(); new_only is deprecated and will be removed in 2.0. (:issue:217)

    • ⚡️ Rename :attr:UpdatedFeed.updated to :attr:~UpdatedFeed.modified; for backwards compatibility, the old attribute will be available as a property until version 2.0, when it will be removed.. (:issue:241)

    .. warning::

    The signature of :class:`UpdatedFeed`
    changed from ``UpdatedFeed(url, new, updated)``
    to ``UpdatedFeed(url, new, modified)``.
    
    **This is a minor compatibility break**,
    but only affects third-party code that instantiates
    UpdatedFeed *directly* with ``updated`` as a *keyword argument*.