Skip to content

Releases: kmaehashi/atwiki-python

v0.0.11

15 Jul 13:53
5440c05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

24 Sep 15:07
c8776e7
Compare
Choose a tag to compare
  • Fixes bugs in test codes (regression in v0.0.9).

See here for the list of all pull-requests merged.

v0.0.9

19 Sep 07:40
6d3ca80
Compare
Choose a tag to compare
  • Fixes the issue that AtWikiAPI.get_tags() only returns the first 50 pages after the specification change of AtWiki around 2022-09-14. Also improves test suites to better detect such errors.

See here for the list of all pull-requests merged.

v0.0.8

15 Sep 14:42
9448afb
Compare
Choose a tag to compare
  • 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 omitting generation parameter or passing generation=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

09 Jun 13:43
ad878b6
Compare
Choose a tag to compare
  • Fix tests to follow the latest specification
  • Use Codecov for coverage monitoring

See here for the list of all pull-requests merged.

v0.0.6

23 Apr 11:04
a7347ae
Compare
Choose a tag to compare
  • Add support of Python 3.8~3.10
  • Drop support of Python 3.5 and 3.6
  • Fix get_list and get_tags APIs to work with the latest AtWiki specifications
  • Add sort option in AtWikiAPI.get_tags()
  • Add AtWikiURI.tags() which returns the URL to get list of tags, and deprecate AtWikiURI.tag() with empty tag_name
  • Improve sleep duration
  • Migrate CI from Travis to GitHub Actions

See here for the list of all pull-requests merged.

v0.0.5

15 Oct 15:05
2514803
Compare
Choose a tag to compare
  • Support Python 3.7
  • Drop support of Python 3.3 and 3.4
  • Support new edit URI with preview
  • Fix sleep duration
  • Fix default User-Agent name
  • Fix unnecessary sleep and request when retrieving tag list
  • Use new style host name in docs and tests

See here for the list of all pull-requests merged.