v0.0.8
- IMPORTANT: In
AtWikiAPI.get_source()
,generation
parameter must now be specified as an absolute ID of the revision, instead of a relative count from the latest revision. This change was introduced in AtWiki around 2022-09-14. Be warned that this may break existing code retrieving a source for previous revisions of a page. Code only retrieving the latest revision (by omittinggeneration
parameter or passinggeneration=0
) will not be affected. AtWikiAPI
now serializes requests to maintain the interval when the instance is shared between threads.
See here for the list of all pull-requests merged.