Skip to content

Releases: apimatic/go-core-runtime

Release Version 0.0.28

18 Dec 09:34
3131a55
Compare
Choose a tag to compare

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

11 Dec 07:31
90327c1
Compare
Choose a tag to compare

0.0.27 (2024-12-11)

Bug Fixes

  • go: correctly log response Body in SDK Logger (#94) (90327c1)

Release Version 0.0.26

28 Nov 11:45
b368c82
Compare
Choose a tag to compare

0.0.26 (2024-11-28)

Features

  • go: add typed additional properties implementation (#91) (b368c82)

Release Version 0.0.25

10 Sep 11:31
aa53dad
Compare
Choose a tag to compare

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

03 Sep 10:02
e570f92
Compare
Choose a tag to compare

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

23 Jul 05:03
e516450
Compare
Choose a tag to compare

0.0.23 (2024-07-23)

Features

  • go: add form/query parameter support for type uuid/UUID (#85) (e516450)

Release Version 0.0.22

10 Jun 06:50
8355b7c
Compare
Choose a tag to compare

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

16 May 07:20
602e640
Compare
Choose a tag to compare

0.0.21 (2024-05-16)

Features

  • configureable-logger: add support of configurable logger. (#81) (602e640)

Release Version 0.0.20

04 Apr 12:12
23fbdad
Compare
Choose a tag to compare

0.0.20 (2024-04-04)

Performance Improvements

  • go: improve go core library test validators to improve test validation (#79) (23fbdad)

Continuous Integration

  • merge release notification action (#78) (f97c0a2)

Code Refactoring

  • go: removed jsonpointer dependency and refactored existing unit test (#77) (23fd37a)

Release Version 0.0.19

27 Mar 06:08
7f888e7
Compare
Choose a tag to compare

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)