Releases: apimatic/go-core-runtime
Releases · apimatic/go-core-runtime
Release Version 0.0.28
0.0.28 (2024-12-18)
Features
- adds String implementation for ApiError and FileWrapper (#96) (3131a55)
Continuous Integration
- go: adds dependabot for Go Core Library (#95) (7734837)
Release Version 0.0.27
0.0.27 (2024-12-11)
Bug Fixes
- go: correctly log response Body in SDK Logger (#94) (90327c1)
Release Version 0.0.26
0.0.26 (2024-11-28)
Features
- go: add typed additional properties implementation (#91) (b368c82)
Release Version 0.0.25
0.0.25 (2024-09-10)
Bug Fixes
- go: adding Support of creating FileWrapper object with local path (#89) (aa53dad)
Release Version 0.0.24
0.0.24 (2024-09-03)
Bug Fixes
- go: custom error casting results in updating the Response object (#87) (e570f92)
Release Version 0.0.23
0.0.23 (2024-07-23)
Features
- go: add form/query parameter support for type
uuid/UUID
(#85) (e516450)
Release Version 0.0.22
0.0.22 (2024-06-10)
Bug Fixes
- go: query parameter of type enum array not properly serialized (#83) (8355b7c)
Release Version 0.0.21
0.0.21 (2024-05-16)
Features
- configureable-logger: add support of configurable logger. (#81) (602e640)
Release Version 0.0.20
0.0.20 (2024-04-04)
Performance Improvements
- go: improve go core library test validators to improve test validation (#79) (23fbdad)
Continuous Integration
Code Refactoring
- go: removed jsonpointer dependency and refactored existing unit test (#77) (23fd37a)
Release Version 0.0.19
0.0.19 (2024-03-27)
Features
- add additionalProperties support (#65) (ccb322e)
- add dynamic form and query param support (#73) (de5f037)
Bug Fixes
- body-matchers: made body matcher functions generic for valid marshalling (#66) (177fb8b)
- invalid content-type for arrays in request body and body matcher issue (#71) (f33bf29)
Performance Improvements
- go: refactor code for JSON body and query parameters handling (#64) (1ab6558)
Code Refactoring
- go: add support for Date time format for OAF classes (#74) (e2b0a60)
- removed testify dependency and refactored existing unit tests (#75) (7f888e7)
Continuous Integration
Documentation
- adds missing information and fixes for broken links (#68) (3ec6c55)