v2.8.1
- Repackaged the project which contains all the changes made from
2.6.0
-2.8.0
(see details below) - Added .NET Core 3.1 to the released package (was previously built but not included starting in
2.6.0
)
This release includes changes intended for v2.8.0
- Adds the missing Insurance object and associated actions (closes #47)
- Adds support for updating a user's brand
- Adds support to one-call buy shipments and orders via the
service
key - Adds support for retrieving all Batch objects
- Adds support for retrieving all Address objects
- Adds support for retrieving all Event objects
- Adds support to regenerate Shipment rates via the
RegenerateRates
method - Adds support for creating trackers in bulk via the
CreateList
Tracker method - Removes the unused
orderBy
parameter from theBatch
object - Update the
DefaultApiBase
to includev2
and removev2
from every request url string - Adds the .NET version in use to the User-Agent header
- Add a 30 second connection timeout and a 60 second request timeout for all HTTP requests
- Lints the entire project and adds/updates docstrings throughout
- Fixes the test suite for the project making it runnable once again
This release includes changes intended for v2.7.0
- Adds support for tax identifiers (PR #181)
This release includes changes intended for v2.6.0 & v2.6.1
- Adds missing
commercial_invoice_letterhead
option (closes #142) - Adds missing
license_number
option - Adds missing
receiver_liquor_license
option - Adds missing
VerificationDetails
object (closes #140, #141, #162) - Changes the Client delegate constructor from
internal
topublic
- Updates various information in the README related to thread-safety, examples, releasing, etc
- Adds all missing dates and versions to the CHANGELOG
- Bumps RestSharp from 106.4.2 to 106.13.0
- Adds support for .NET Core 3.1
- Includes SmartRate handling.
- Updated Code Signing Identity.