Skip to content

Releases: lehinevych/MediaWikiAPI

Version 1.3

16 Mar 00:23

Choose a tag to compare

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

Full Changelog: 1.2...1.3

Version 1.2

04 Apr 23:20

Choose a tag to compare

Changelog is here

Version 1.1.6

28 Dec 01:13
2923fa9

Choose a tag to compare

Add support for python 3.9, 3.10 and 3.11

Version 1.1.5

01 Nov 00:11
15114a1

Choose a tag to compare

Changelog is here

Version 1.1.4.1

18 Aug 21:45

Choose a tag to compare

Changelog is here

Version 1.1.3

13 Jul 10:20

Choose a tag to compare

Changelog is here

Version 1.1.0

14 Jan 15:20

Choose a tag to compare

Changelog is here

Version 1.0

27 Jan 21:30

Choose a tag to compare

  • 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