11# Changelog
22
3-
43## 1.0.0
54
65### Features
@@ -16,15 +15,13 @@ Implement the following SDK methods.
1615- ` CreateLabelFromRate `
1716- ` GetRatesWithShipmentDetails `
1817
19-
2018## 1.0.7
2119
2220### Features
2321
2422Implement the following SDK methods.
25- - ` CreateImplicitManifest `
26-
2723
24+ - ` CreateImplicitManifest `
2825
2926## 1.1.0
3027
@@ -41,7 +38,6 @@ Rename LabelDownload method to the more generic Download
4138
4239Some documentation linking errors and minor typos
4340
44-
4541## 1.1.1
4642
4743### Added
@@ -52,7 +48,6 @@ Some documentation linking errors and minor typos
5248
5349The Customs Item Quantity type has been changed to integer type for CreateLabelFromShipmentDetails model.
5450
55-
5651## 1.1.2
5752
5853### Fixed
@@ -150,7 +145,7 @@ Updated nuget package dependencies
150145
151146### Added
152147
153- - Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
148+ - Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
154149
155150## 2.2.0
156151
@@ -175,7 +170,7 @@ Fixed handling of No Content responses
175170
176171- Added ability to scope request modifiers by using the ` .WithRequestModifier() ` method instead of the ` .ModifyRequest ` property.
177172 This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
178- multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
173+ multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
179174 another modifier can be added for a single request.
180175
181176## 2.3.1
@@ -200,4 +195,11 @@ Fixed handling of No Content responses
200195
201196### Added
202197
203- - Added error code MultipackageNotSupported
198+ - Added error code MultipackageNotSupported
199+
200+ ## 2.3.5
201+
202+ ### Added
203+
204+ - Added error code FundingSourceMissingConfiguration
205+ - Added error code FundingSourceError
0 commit comments