Skip to content

Releases: apimatic/core-lib-csharp

Release Version 0.4.13

Choose a tag to compare

@github-actions github-actions released this 03 Oct 09:38
596729f

0.4.13 (2025-10-03)

Bug Fixes

  • handle duplicate parameters in request parameters (#148) (596729f)

Release Version 0.4.12

Choose a tag to compare

@github-actions github-actions released this 01 Oct 13:07
e491c53

0.4.12 (2025-10-01)

Features

  • webhook-callbacks: add support for verifying http request signatures (#144) (e491c53)

Continuous Integration

  • migrate test coverage report to SonarQube (#130) (80458e1)

Release Version 0.4.11

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:17
ff138ea

0.4.11 (2025-07-22)

Bug Fixes

  • request-parameter: deduplicate parameters using ConcurrentDictionary (#129) (ff138ea)

Release Version 0.4.10

Choose a tag to compare

@github-actions github-actions released this 18 Jun 05:10
165b139

0.4.10 (2025-06-18)

Features

  • add pagination support with sync and async iterable paginators (#126) (165b139)

Continuous Integration

Release Version 0.4.9

Choose a tag to compare

@github-actions github-actions released this 22 May 07:04
7c24e82

0.4.9 (2025-05-22)

Bug Fixes

  • parameters: resolve freeze issue when updating auth model concurrently (#120) (83f3f5c)

Release Version 0.4.8

Choose a tag to compare

@github-actions github-actions released this 19 May 12:20
d970200

0.4.8 (2025-05-19)

Features

  • enable proxy configuration settings for http client (#119) (d970200)

Release Version 0.4.7

Choose a tag to compare

@github-actions github-actions released this 28 Feb 09:44
04ae615

0.4.7 (2025-02-28)

Bug Fixes

  • client: prevent client freeze when calling async from sync methods (#111) (04ae615)

Documentation

Release Version 0.4.6

Choose a tag to compare

@github-actions github-actions released this 18 Dec 09:48
1814b1c

0.4.6 (2024-12-18)

Bug Fixes

  • http-to-string: remove ToString() overrides (#98) (1814b1c), closes #97

Continuous Integration

  • dependabot: update the configurations for dependabot alerts (#85) (96e8140)
  • updates test workflow for skipping upload coverage report step (#96) (6b0257e)

Release Version 0.4.5

Choose a tag to compare

@github-actions github-actions released this 05 Dec 05:38
bd1b300

0.4.5 (2024-12-05)

Release Version 0.4.4

Choose a tag to compare

@github-actions github-actions released this 28 Nov 04:59
ffaa365

0.4.4 (2024-11-28)

Bug Fixes

  • request-form: add handling for additional properties (#81) (ffaa365)