Atwiki-python

Latest version: v0.0.11

Safety actively analyzes 621374 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.0.11

What's Changed
* Support Python 3.11 by kmaehashi in https://github.com/kmaehashi/atwiki-python/pull/39
* remove CI for Python 2.7 & 3.7 by kmaehashi in https://github.com/kmaehashi/atwiki-python/pull/41
* skip search tests by default by kmaehashi in https://github.com/kmaehashi/atwiki-python/pull/42
* fix branch name by kmaehashi in https://github.com/kmaehashi/atwiki-python/pull/40
* bump version to v0.0.11 by kmaehashi in https://github.com/kmaehashi/atwiki-python/pull/43


**Full Changelog**: https://github.com/kmaehashi/atwiki-python/compare/v0.0.10...v0.0.11

0.0.10

* Fixes bugs in test codes (regression in v0.0.9).

See [here](https://github.com/kmaehashi/atwiki-python/pulls?q=is%3Apr+milestone%3Av0.0.10+is%3Aclosed) for the list of all pull-requests merged.

0.0.9

* 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](https://github.com/kmaehashi/atwiki-python/pulls?q=is%3Apr+milestone%3Av0.0.9+is%3Aclosed) for the list of all pull-requests merged.

0.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 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](https://github.com/kmaehashi/atwiki-python/pulls?q=is%3Apr+milestone%3Av0.0.8+is%3Aclosed) for the list of all pull-requests merged.

0.0.7

* Fix tests to follow the latest specification
* Use Codecov for coverage monitoring

See [here](https://github.com/kmaehashi/atwiki-python/pulls?q=is%3Apr+milestone%3Av0.0.7+is%3Aclosed) for the list of all pull-requests merged.

0.0.6

* 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](https://github.com/kmaehashi/atwiki-python/pulls?q=is%3Apr+milestone%3Av0.0.6+is%3Aclosed) for the list of all pull-requests merged.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.