Skip to content

v5.5.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 02 Aug 19:08
· 294 commits to master since this release
9217258
  • Adds Carbon Offset support
    • Adds ability to create a shipment with carbon offset
    • Adds ability to buy a shipment with carbon offset
    • Adds ability to one-call-buy a shipment with carbon offset
    • Adds ability to rerate a shipment with carbon offset
  • Adds validateWebhook function that returns your webhook or raises an error if there is a webhookSecret mismatch
  • Fixes a bug that required the values of verify and verify_strict params on an Address creation call to be arrays since passing true as a boolean is also valid (passing an array will continue to work but is no longer required)