Skip to content

v0.12.0.dev7

Pre-release
Pre-release
Compare
Choose a tag to compare
@LeMyst LeMyst released this 10 Jan 07:59
· 178 commits to rewrite-wbi since this release
9ba841c

What's Changed

  • Rewrite the wbi_login module, each authentification method has now is own class. (there's no backward support with old Login class)
    • wbi_login.OAuth2 (recommended)
    • wbi_login.OAuth1
    • wbi_login.ClientLogin
    • wbi_login.Login
  • Replace custom debug with logging module
  • Replace simplejson with ujson
  • Avoid recreating the anonymous session at each request
  • Improve docs, available at https://wikibaseintegrator.readthedocs.io/

Full Changelog: v0.12.0.dev6...v0.12.0.dev7