Skip to content

Releases: apimatic/core-lib-python

Release Version 0.2.24

27 Nov 08:45
bf947df

Choose a tag to compare

0.2.24 (2025-11-27)

Build Systems

  • deps: bump pypa/gh-action-pypi-publish in /.github/workflows (#107) (41366f3)
  • deps: bump SonarSource/sonarqube-scan-action (#106) (a1c7b49)
  • deps: update apimatic-core-interfaces requirement from ~=0.1.0 to ~=0.1.0, >= 0.1.8 (#88) (cc86d6d)
  • deps: update coverage requirement from ~=7.2.2 to ~=7.6.12 (#92) (5fafcdd)
  • deps: update jsonpickle requirement from ~=3.3.0 to >=3.3, <4.1 (#93) (bf947df)
  • deps: update jsonpointer requirement from ~=2.3 to ~=3.0 (#75) (2d01656)
  • deps: update pytest requirement from ~=7.2.2 to >=7.2.2, <8.4.0 (#78) (22caa53)
  • deps: update python-dateutil requirement from ~=2.8 to >= 2.9, < 3.0 (#76) (dd894d8)
  • deps: update testfixtures requirement from ~=8.2.0 to >=8.3.0, <= 10.0.0 (#81) (8a761c7)
  • deps-dev: update pytest-cov requirement from ~=4.0.0 to >=4.0,<6.1 (#77) (24aa0e5)

Release Version 0.2.23

03 Oct 13:04
b24fb51

Choose a tag to compare

0.2.23 (2025-10-03)

Features

  • webhooks & callbacks: add contracts for generic HMAC implementation (#105) (b24fb51)

Release Version 0.2.22

01 Sep 09:22
9b4407e

Choose a tag to compare

0.2.22 (2025-09-01)

Features

  • proxy: add ProxySettings model and Requests-compatible proxies mapping (#103) (9b4407e)

Continuous Integration

  • dependabot: slack alert (#96) (5cbf6ad)
  • migrate code coverage from CodeClimate to SonarCloud (#100) (00fc8a6)

Release Version 0.2.21

11 Jun 09:27
1f88e77

Choose a tag to compare

0.2.21 (2025-06-11)

Bug Fixes

  • pagination: support for pagination with logging enabled (#99) (1f88e77)

Release Version 0.2.20

03 Jun 06:31
5c8abf7

Choose a tag to compare

0.2.20 (2025-06-03)

Features

  • python: add support for offset, cursor, link and page based pagination (#95) (0657a4b)

Tests

  • ApiHelper: add test cases for get_query_parameters utility (#97) (5c8abf7)

Release Version 0.2.19

27 Feb 12:18
5a37ba2

Choose a tag to compare

0.2.19 (2025-02-27)

Features

  • http-header: add support for complex types (#91) (5a37ba2), closes #90

Documentation

  • adds contributing guide and issue templates (#89) (9096bc3)

Release Version 0.2.18

02 Jan 09:03
7c69a31

Choose a tag to compare

0.2.18 (2025-01-02)

Documentation

  • compatibility with python 3.12 and 3.13 (#85) (40e6582)

Continuous Integration

  • dependabot: update the configurations for dependabot alerts (#74) (ce3dd39)

Release Version 0.2.17

11 Dec 09:49
094cf6b

Choose a tag to compare

0.2.17 (2024-12-11)

Build Systems

  • deps: expand python-dateutil version range (#73) (5d566b7)
  • deps: update jsonpickle to 3.3.x (#72) (094cf6b)

Release Version 0.2.16

28 Nov 08:49
61ea2b9

Choose a tag to compare

Release Version 0.2.15

09 Jul 06:51
b3d0d28

Choose a tag to compare

0.2.15 (2024-07-09)

Bug Fixes

  • empty-response: handle empty response in json deserialize (#67) (b3d0d28)