Releases: apimatic/core-lib-csharp
Releases · apimatic/core-lib-csharp
Release Version 0.4.6
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.4
0.4.4 (2024-11-28)
Bug Fixes
- request-form: add handling for additional properties (#81) (ffaa365)
Release Version 0.4.3
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
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
0.4.1 (2024-07-09)
Features
- adds handling for missing content with unit tests (#73) (f8c2005)
Release Version 0.4.0
0.4.0 (2024-06-04)
Features
Release Version 0.3.10
0.3.10 (2024-05-13)
Bug Fixes
- logging: fix null object reference without logging configured (#70) (54b06c1)
Release Version 0.3.9
0.3.9 (2024-05-13)
Features
- configurable-logger: add support for the configurable logger (#68) (f2d6a70)
Release Version 0.3.8
0.3.8 (2024-04-03)
Bug Fixes
- enums: failing nullable enum conversion (#67) (66770d6)