Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@danmichaelo danmichaelo released this 05 Feb 21:41
· 272 commits to master since this release

Upgrade notices / breaking changes:

  • HTTPS is now used as default. See the user guide for info about how to connect using HTTP.
  • Saving a section rather than the full page can now only be achieved by passing in the section parameter explicitly to the Page.save() method. The section number is no longer part of the Page state, so Page.save() no longer makes use of a section parameter earlier passed into Page.text(). A deprecation warning was added in 0.7.2.

Changes:

  • Add support for Python 3 (#52)
  • Fix broken Image.download() method (038b222)
  • Remove implicit use of the Page.section attribute (which was deprecated in 0.7.2) when saving (@AdamWill: #81)
  • Cache page text until next edit operation (@AdamWill: #80)
  • Add Site.revisions() method and support diffto (@rdhyee: #84)
  • Use https as default (#70)