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.
core.RequestInformation.ToRequestWithContext
not including headers when converting to request (Issue #107)
servicenowsdkgo.ServiceNowClient.Credential
servicenowsdkgo.NewServiceNowClient
- Improperly embedded
core.PageIterator2[T]
intableapi.TablePageIterator
(Issue #105)
tableapi.TablePageIterator[T]
(Issue #91)tableapi.NewTablePageIterator[T]
(Issue #91)core.PageIterator2[T]
(Issue #58)core.NewPageIterator2[T]
(Issue #58)
tableapi.NewPageIterator
(Issue #91)tableapi.PageIterator
(Issue #91)core.PageIterator[T]
(Issue #58)core.NewPageIterator[T]
(Issue #58)
- Incorrect marshalling of query parameters (Issue #68)
ToRequestInformation3
not reporting values as nil when nil
- Added
PageIterator.Last
(Issue #61) tableGetRequestConfiguration2[T]
(Issue #81)tableItemDeleteRequestConfiguration2[T]
(Issue #81)tableItemGetRequestConfiguration2[T]
(Issue #81)tableItemPutRequestConfiguration2[T]
(Issue #81)TableItemResponse2[T]
(Issue #81)tablePostRequestConfiguration2[T]
(Issue #81)TableRequestBuilder.Post3
(Issue #81)TableItemRequestBuilder.Put2
(Issue #81)
- abstract
core.PageIterator
andcore.PageResult
PageIterator.fetchPage
does not parse provided uri (Issue #83)
TableGetRequestConfiguration
(Issue #81)TableItemDeleteRequestConfiguration
(Issue #81)TableItemGetRequestConfiguration
(Issue #81)TableItemPutRequestConfiguration
(Issue #81)TableItemResponse
(Issue #81)TablePostRequestConfiguration
(Issue #81)TableRequestBuilder.Post2
(Issue #81)TableItemRequestBuilder.Put
(Issue #81)
TableRequestBuilder.Post
/TableRequestBuilder.Post2
sendingPUT
request (Issue #69)
- Table Iteration ends after the second iteration (Issue #70)
- Added AttachmentRequestBuilder.File method (Issue #52)
- Page Interation stops after first page (Issue #62)