forked from EasyPost/easypost-ruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
77 lines (37 loc) · 1.95 KB
/
CHANGELOG
File metadata and controls
77 lines (37 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
=== 2.1.4 2015-06-03
* Add Printer and PrintJob resources.
=== 2.1.3 2015-04-30
* Bux fix, EasyPost::Errors no longer break with a nil json body.
=== 2.1.2 2015-04-29
* EasyPost::Errors now correctly parse field errors and error codes.
=== 2.1.1 2015-04-15
* CarrierAccount will now correctly save in-place modifications to credentials
* Nested variables should now be saved correctly across all models
* Fixed version numbering confusion (the previous version was 2.0.15, not 2.1.0)
=== 2.0.15 2015-04-15
* Added tracker to shipment buy response
* Updated tracker tests
=== 2.0.14 2015-04-15
* Added User and CarrierAccount models with CRUD functionality
=== 2.0.13 2014-10-30
* Added Pickup, PickupRate resources.
* Added ability to pass api_key to a few resources that were missing it.
=== 2.0.12 2014-07-07
* Added Item, Container, and Order resources.
* Fixed and added a lot of tests.
=== 2.0.11 2013-12-16
* Added Event.receive method for parsing events sent by webhook.
* Fixed tests to account for the tracking code returning and array of details instead of a Hash
=== 2.0.10 2013-10-03
* API Addition: Event resource added for webhook consumption.
=== 2.0.9 2013-09-19
* Interface Change: Changed batch.scan_form to batch.create_scan_form to support the ability to refer to scan forms associated to batches.
=== 2.0.3 2013-07-31
* API Addition: Tracker resource added. Trackers can be used to register any tracking code with EasyPost webhooks.
=== 2.0.2 2013-07-23
* API Addition: Shipment.track_with_code returns tracking details for any tracking code.
=== 2.0.1 2013-07-07
* API Addition: Address.create_and_verify returns a verified address in one step.
* API Addition: Shipment.label forces the creation of additional label formats (pdf, epl2, zpl).
* API Addition: Shipment.insure purchases insurance for a shipment.
* Library Update: Added the ability to negatively filter carriers and services with Shipment.lowest_rate (e.g. '!usps').