Skip to content

Latest commit

 

History

History
108 lines (67 loc) · 4.84 KB

changelog.md

File metadata and controls

108 lines (67 loc) · 4.84 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - (dd/mm/yyyy)

Added

Changed

Deprecated

Removed

Fixed

  • core.RequestInformation.ToRequestWithContext not including headers when converting to request (Issue #107)

[1.6.0] - (08/03/2024)

Added

Deprecated

  • servicenowsdkgo.ServiceNowClient.Credential
  • servicenowsdkgo.NewServiceNowClient

Fixed

  • Improperly embedded core.PageIterator2[T] in tableapi.TablePageIterator (Issue #105)

[1.5.0] - (02/03/2024)

Added

Deprecated

Fixed

  • Incorrect marshalling of query parameters (Issue #68)
  • ToRequestInformation3 not reporting values as nil when nil

[1.4.0] - (02/01/2024)

Added

Changed

  • abstract core.PageIterator and core.PageResult
  • PageIterator.fetchPage does not parse provided uri (Issue #83)

Deprecated

[1.3.1] - (16/12/2023)

Fixed

  • TableRequestBuilder.Post/TableRequestBuilder.Post2 sending PUT request (Issue #69)

[1.2.2] - (15/12/2023)

Fixed

  • Table Iteration ends after the second iteration (Issue #70)

[1.2.1] - 10/12/2023

Added

  • Added AttachmentRequestBuilder.File method (Issue #52)

Fixed

  • Page Interation stops after first page (Issue #62)