Skip to content

Releases: apimatic/core-lib-csharp

Release Version 0.4.3

30 Aug 12:05
3ab9d77

Choose a tag to compare

0.4.3 (2024-08-30)

Bug Fixes

  • void type handling with return type creator (#77) (846807f)

Code Refactoring

  • http-callback: make Http Callback class override-able (#79) (3ab9d77), closes #78

Release Version 0.4.2

28 Aug 10:48
518dc0b

Choose a tag to compare

0.4.2 (2024-08-28)

Bug Fixes

  • request-content-type: use provided content type in case of null body (#75) (518dc0b)

Release Version 0.4.1

09 Jul 05:27
f8c2005

Choose a tag to compare

0.4.1 (2024-07-09)

Features

  • adds handling for missing content with unit tests (#73) (f8c2005)

Release Version 0.4.0

04 Jun 06:59
b60302b

Choose a tag to compare

0.4.0 (2024-06-04)

Features

Release Version 0.3.10

13 May 09:16
54b06c1

Choose a tag to compare

0.3.10 (2024-05-13)

Bug Fixes

  • logging: fix null object reference without logging configured (#70) (54b06c1)

Release Version 0.3.9

13 May 06:45
f2d6a70

Choose a tag to compare

0.3.9 (2024-05-13)

Features

  • configurable-logger: add support for the configurable logger (#68) (f2d6a70)

Release Version 0.3.8

03 Apr 10:13
66770d6

Choose a tag to compare

0.3.8 (2024-04-03)

Bug Fixes

  • enums: failing nullable enum conversion (#67) (66770d6)

Release Version 0.3.7

02 Apr 10:01
20bd007

Choose a tag to compare

0.3.7 (2024-04-02)

Features

  • enums: relaxing enum validation at deserialization (#66) (20bd007)

Continuous Integration

Release Version 0.3.6

16 Jan 09:34
33e1337

Choose a tag to compare

0.3.6 (2024-01-16)

Bug Fixes

  • serialization: stack overflow in JsonStringConverter (#61) (33e1337)

Release Version 0.3.5

23 Dec 03:16
95fe099

Choose a tag to compare

0.3.5 (2023-12-23)

Bug Fixes

  • oneof-anyof-nulls: added fix for deserializing null values to oaf containers (#59) (95fe099)