Releases: lehinevych/MediaWikiAPI
Releases · lehinevych/MediaWikiAPI
Version 1.3
What's Changed
- Update documentation by @lehinevych in #68
- Bump urllib3 from 2.0.5 to 2.0.6 by @dependabot in #69
- Update version of the dependencies by @lehinevych in #78
- Fix issue with duplicate request parameter for redirect logic by @lehinevych in #79
- modify the memoized_class to take into account the language configuration by @lehinevych in #80
- Ensure that page is trying direct match first and then autosuggestion if enabled by @lehinevych in #81
New Contributors
- @dependabot made their first contribution in #69
Full Changelog: 1.2...1.3
Version 1.2
Changelog is here
Version 1.1.6
Add support for python 3.9, 3.10 and 3.11
Version 1.1.5
Changelog is here
Version 1.1.4.1
Changelog is here
Version 1.1.3
Changelog is here
Version 1.1.0
Changelog is here
Version 1.0
- Fork Wikipedia
- Add language validation for mediawikiapi.set_lang
- Add lang title method to WikipediaPage
- Add re-usage the same requests session
- Fix installing error with version
- Fix WikipediaPage.sections
- Fix mock data
- Refactoring: seperate Language and Configuration classes