Skip to content

Releases: GLEF1X/glQiwiApi

2.14 release

27 Aug 22:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.13...2.14

2.13

13 Aug 02:03
ea40c80
Compare
Choose a tag to compare

What's Changed

  • Change endpoint url due to QIWI API change by @GLEF1X in #52

Full Changelog: 2.12...2.13

2.12

30 Jul 17:32
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump types-pytz from 2021.3.8 to 2022.1.0 by @dependabot in #19
  • ⬆️ Bump sphinx-substitution-extensions from 2020.9.30.0 to 2022.2.16 by @dependabot in #20
  • ⬆️ Bump aiogram from 2.20 to 2.21 by @dependabot in #21
  • ⬆️ Bump furo from 2022.6.4.1 to 2022.6.21 by @dependabot in #22
  • ⬆️ Bump cryptography from 37.0.2 to 37.0.4 by @dependabot in #32
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #30
  • ⬆️ Bump pytest-mock from 3.7.0 to 3.8.2 by @dependabot in #31
  • ⬆️ Bump typing-extensions from 4.2.0 to 4.3.0 by @dependabot in #29
  • ⬆️ Bump black from 22.3.0 to 22.6.0 by @dependabot in #26
  • [bugfix]: fix endpoint of PayInvoice method by @GLEF1X in #35
  • Fix github workflows by @GLEF1X in #36
  • ⬆️ Bump pytest-asyncio from 0.18.3 to 0.19.0 by @dependabot in #38
  • ⬆️ Bump sphinx-notfound-page from 0.8 to 0.8.3 by @dependabot in #37
  • MoneySource wallet: changed required param to optional by @ddenzer in #42
  • ⬆️ Bump markdown-include from 0.6.0 to 0.7.0 by @dependabot in #43
  • ⬆️ Bump mypy from 0.961 to 0.971 by @dependabot in #40
  • ⬆️ Bump types-aiofiles from 0.8.9 to 0.8.10 by @dependabot in #39
  • [fix] polling of QIWI updates is unstable in different time zones by @GLEF1X in #46
  • [feature] YooMoney better error handling by @GLEF1X inspired by @ddenzer in #44

New Contributors

Full Changelog: 2.11...2.12

2.12 first beta

30 Jul 10:46
Compare
Choose a tag to compare
2.12 first beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.11...2.12a1

2.11

14 Jun 15:20
Compare
Choose a tag to compare
  • fix docs
  • change type of amount field from int to float to avoid non-obvious rounding of fractional

2.10

02 Jun 14:31
Compare
Choose a tag to compare

2.0.9

01 May 11:26
Compare
Choose a tag to compare

Fix yoomoney API's check_if_operation_exists and operation_details methods

Stable release 2.0.7

11 Apr 18:50
Compare
Choose a tag to compare
  • Critical bugfix connected with incorrect work of paySourceFilter and custom build_request in CreateP2PBill API method

2.0.6

09 Apr 19:22
Compare
Choose a tag to compare
  • Include #17
  • Update dependencies

2.0.5

08 Mar 12:08
Compare
Choose a tag to compare
  • Add example how to use proxy using aiohttp-socks library
  • Fix error handling in polling/webhooks
  • Replace cache_storage and request_service arguments to request_service_factory due to asyncio limitations of creation some objects inside plain sync functions