Releases: kynan/dokuwikixmlrpc
Releases · kynan/dokuwikixmlrpc
2022.12.22
What's Changed
- Add options to pagelist by @chang-zhao in #12
- Check errors on
_xmlrpc_init
by @kynan
New Contributors
- @chang-zhao made their first contribution in #12
Full Changelog: 2021.3.28...2022.12.22
2021.3.28
2020.5.23
What's Changed
- Add
pagelist
method by @yvesf - Initialize
minor
withFalse
instead ofNone
input_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