Skip to content

Releases: kynan/dokuwikixmlrpc

2022.12.22

22 Dec 22:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021.3.28...2022.12.22

2021.3.28

22 Dec 22:53
Compare
Choose a tag to compare

What's Changed

  • Include XMLRPC script in URL for basic auth #9
  • Add optional context parameter to constructor #9
  • Include GitHub URL in user agent
  • Always use setuptools
  • Remove Python 3.4 support, add Python 3.8

Full Changelog: 2020.5.23...2021.3.28

2020.5.23

22 Dec 23:02
Compare
Choose a tag to compare

What's Changed

  • Add pagelist method by @yvesf
  • Initialize minor with False instead of None in put_page by @yvesf
  • put / get_file should wrap data into a binary object by @bbsteam in #3
  • Add support for dokuwik.appendPage by @kaie
  • Specify text with the append option
  • Use a timeout when connecting to remote XMLRPC
  • Catch URLError when initializing XMLRPC object
  • Add errcheck decorator catching for xmlrpc.Fault
  • Apply checkerr decorator to all XMLRPC functions
  • Add DokuWikiXMLRPCProtocolError Exception class
  • Translate ProtocolError to DokuWikiXMLRPCProtocolError
  • Catch DokuWikiError exceptions in Callback.dispatch
  • Python 3 compatibility #5
  • Handle ExpatError in checkerr decorator, closes #2
  • added struct plugin support by @oschwab in #7
  • Relicense as MIT, closes #6

New Contributors

Full Changelog: https://github.com/kynan/dokuwikixmlrpc/commits/2020.5.23