@@ -210,80 +210,16 @@ Fixed handling of No Content responses
210210
211211- Added SP code TrackingStatusCode
212212
213- ## 3.0.0-beta.1
213+ ## 3.0.0
214214
215215### Added
216216
217- - Created new SDK methods for the entire API that sit next to the pre-existing methods. The pre-existing methods will be deprecated eventually.
218-
219- ## 3.0.0-beta.2
220-
221- ### Changed
222-
223- - Add more explicit nullable reference types
224-
225- ## 3.0.0-beta.3
226-
227- ### Changed
228-
229- - Don't require any properties for deserialization so that small API changes don't completely break consumers
230- - Don't try to serialize read-only properties
231- - Don't try to deserialize write-only properties
232-
233- ## 3.0.0-beta.4
234-
235- ### Changed
236-
237- - Make setters on readonly properties public
238-
239- ## 3.0.0-beta.10
240-
241- ### Changed
242-
243- - Allow requests to be modified before being sent
244-
245- ## 3.0.0-beta.11
246-
247- ### Changed
248-
217+ - Created new SDK methods for the entire ShipEngine API
249218- Added ability to scope request modifiers by using the ` .WithRequestModifier() ` method instead of the ` .ModifyRequest ` property.
250219 This will allow consumers to modify a single request without affecting any other consumers of the client. It also allows for
251220 multiple modifiers to be added. For example, a modifier could be added at the global level that applies to all requests and then
252221 another modifier can be added for a single request.
253222
254- ## 3.0.0-beta.12
255-
256- ### Changed
257-
258- - Updated to ShipEngine API 1.1.202409060709
259-
260- ## 3.0.0-beta.14
261-
262- ### Changed
263-
264- - Updated to ShipEngine API 1.1.202410081510
265- - Add optional error properties, like field_name
266-
267- ## 3.0.0-beta.15
268-
269223### Changed
270224
271- - Updated to ShipEngine API 1.1.202410092210
272- - AdvancedOptions now allow passing arbitrary key/values via AdditionalProperties
273-
274- ## 3.0.0-beta.16
275-
276- ### Added
277-
278- - Updated to ShipEngine API 1.1.202410161910
279- - Added A4 and A6 as options for label layouts
280-
281- ## 3.0.0-beta.17
282-
283- ### Added
284-
285- - Updated to ShipEngine API 1.1.202501091801
286-
287- ### Updated
288-
289225- Marked v2 methods as obsolete
0 commit comments