Skip to content

v2.15.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 19 Apr 15:10
· 95 commits to master since this release
91511c3
  • Adds BetaGetCarrierMetadata, BetaGetCarrierMetadataWithCarriers, BetaGetCarrierMetadataWithTypes, and BetaGetCarrierMetadataWithCarriersAndTypes function
  • The Message attribute of an APIError is now an interface{} rather than a string, due to potential inconsistent data structure from the API response
    • Behind-the-scenes, the message portion of the JSON response is transformed to a concatenated string. Users should be able to safely cast the Message attribute to a string when accessing it via myApiError.Message.(string)