Skip to content

Releases: apimatic/core-lib-csharp

Release Version 0.3.4

25 Oct 05:31
7fb7681

Choose a tag to compare

0.3.4 (2023-10-25)

Bug Fixes

  • or-multiple-auth: applying only the first available auth for OR cases (#57) (7fb7681)

Release Version 0.3.3

18 Oct 05:15
ad755f8

Choose a tag to compare

0.3.3 (2023-10-18)

Bug Fixes

  • bool-serialization-query: preferred true as the serializable bool value for query (#55) (ad755f8)

Release Version 0.3.2

09 Oct 06:13
8e79426

Choose a tag to compare

0.3.2 (2023-10-09)

Features

  • multiple-auth: added support combining auths as AND/OR groups (#51) (8e79426)

Release Version 0.3.1

05 Oct 12:06
554567b

Choose a tag to compare

0.3.1 (2023-10-05)

Bug Fixes

  • number-enum-deserialization: added fixes for nullable enum deserialization with valid values (#53) (554567b)

Continuous Integration

  • release-workflow: updates release workflow (#49) (d7dd090)

Release 0.3.0

31 Jul 10:15
08a0769

Choose a tag to compare

0.3.0 (2023-07-31)

Features

  • support-union-type: add the support for union types (#48) (08a0769), closes #47

Continuous Integration

Version 0.2.6

09 May 05:03
dfff78b

Choose a tag to compare

0.2.6 (2023-05-09)

Bug Fixes

  • http-client-wrapper: implement skipping SSL cert verification (#46) (dfff78b)

Version 0.2.5

08 May 08:10
95186f3

Choose a tag to compare

0.2.5 (2023-05-08)

Reverts

  • http-client-wrapper: implement skipping SSL cert verification (95186f3)

Version 0.2.4

08 May 07:33
4cf2a85

Choose a tag to compare

0.2.4 (2023-05-08)

Bug Fixes

  • http-client-wrapper: implement skipping SSL cert verification (#44) (4cf2a85)

Version 0.2.3

04 Apr 10:30
69cbdd2

Choose a tag to compare

0.2.3 (2023-04-04)

Build Systems

  • package: update referred packages to latest version (#40) (69cbdd2)

Version 0.2.2

03 Apr 11:36
8e1fd63

Choose a tag to compare

0.2.2 (2023-04-03)

Bug Fixes

  • request-builder: add a null check in HeaderParam handling (#42) (8e1fd63), closes #41