Skip to content

Releases: EasyPost/easypost-csharp

v7.9.0

Choose a tag to compare

@Justintime50 Justintime50 released this 01 Jul 19:11
3a298ca
  • Adds PaymentMode to carrier account create params

v7.8.0

Choose a tag to compare

@Justintime50 Justintime50 released this 25 Jun 16:27
bbdd8ab
  • Adds params to requestPin ensuring users can pass easypost_details to the call

v7.7.3

Choose a tag to compare

@Justintime50 Justintime50 released this 28 Apr 18:31
3385cbb
  • Corrects nesting of report create parameters in request allowing params like columns and additional_columns to take effect correctly (closes #658)

v7.7.2

Choose a tag to compare

@Justintime50 Justintime50 released this 21 Apr 15:57
2036b73
  • Corrects mapping of Zip and Country params for RegisterAddress parameter set to postal_code and country_code on the request

v7.7.1

Choose a tag to compare

@Justintime50 Justintime50 released this 03 Apr 21:29
8aa140e
  • Fixes the type of the Shipment option Machinable from string to bool (closes #653)

v7.7.0

Choose a tag to compare

@Justintime50 Justintime50 released this 25 Feb 21:01
f481b87
  • Adds generic MakeApiCallAsync function

v7.6.0

Choose a tag to compare

@Justintime50 Justintime50 released this 20 Feb 17:54
8de0835
  • Adds the following functions:
    • FedexRegistration.RegisterAddress
    • FedexRegistration.RequestPin
    • FedexRegistration.ValidatePin
    • FedexRegistration.SubmitInvoice

v7.5.0

Choose a tag to compare

@Justintime50 Justintime50 released this 04 Feb 17:49
04331e8
  • Adds the following functions usable by child and referral customer users:
    • ApiKey.Create
    • ApiKey.Delete
    • ApiKey.Enable
    • ApiKey.Disable
  • Adds Tracker.Delete function
  • Adds LineItems to the shipment/order create parameter set

v7.4.0

Choose a tag to compare

@Justintime50 Justintime50 released this 02 Dec 22:40
3053367
  • Adds .NET 10 support
  • Adds the following functions:
    • CustomerPortal.CreateAccountLink
    • Embeddable.CreateSession
  • Corrects the definition of Tracker.RetrieveBatch to use parameter sets

v7.3.0

Choose a tag to compare

@Justintime50 Justintime50 released this 10 Nov 17:56
4fdbc7c
  • Adds support for UspsShipAccount
  • Adds Tracker.RetrieveBatch function
  • Adds VerifyCarrier address param
  • Disposes of Luma service after use