Releases: kmaehashi/atwiki-python
Releases · kmaehashi/atwiki-python
v0.0.11
What's Changed
- Support Python 3.11 by @kmaehashi in #39
- remove CI for Python 2.7 & 3.7 by @kmaehashi in #41
- skip search tests by default by @kmaehashi in #42
- fix branch name by @kmaehashi in #40
- bump version to v0.0.11 by @kmaehashi in #43
Full Changelog: v0.0.10...v0.0.11
v0.0.10
v0.0.9
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.
v0.0.7
v0.0.6
- Add support of Python 3.8~3.10
- Drop support of Python 3.5 and 3.6
- Fix
get_list
andget_tags
APIs to work with the latest AtWiki specifications - Add
sort
option inAtWikiAPI.get_tags()
- Add
AtWikiURI.tags()
which returns the URL to get list of tags, and deprecateAtWikiURI.tag()
with emptytag_name
- Improve sleep duration
- Migrate CI from Travis to GitHub Actions
See here for the list of all pull-requests merged.