Skip to content

Releases: avadev/AvaTax-REST-V2-Ruby-SDK

23.7.1

08 Aug 16:17
ee6faa5

Choose a tag to compare

-Fix to remove faraday_middleware dependency #150

23.7.0

14 Jul 21:00
62ae4c6

Choose a tag to compare

AvaTax API enhancements:

  • Added valueDescriptions field to the ParameterUsage API.
  • Increased the address lines string character limit from 50 to 100 in the
    AddressInfo model.
  • Added new TaxRules APIs for creating and retrieving country coefficients.

23.6.1

15 Jun 18:49
0185290

Choose a tag to compare

AvaTax API enhancements:

  • Changed id type from long to int in the ActivateWidgetRequest Funding API
  • Added IsPremium flag to Item Classification models
  • Added minor documentation updates in some areas

23.5.0

18 May 21:23
b7061ac

Choose a tag to compare

AvaTax API enhancements:

  • Updated the ListPostalCodes API to allow the return of inactive postal codes
  • Updated the description of Tax Rates APIs
  • Fixed minor bug in the TaxRatesByPostalCode API
  • Fixed bug with the DownloadTaxRatesByZipCode API returning inconsistent results with some filter
  • Fixed minor bugs with the Notices APIs
  • Fixed issue with some Canadian TaxFormCodes

23.4.1

27 Apr 21:52
810a234

Choose a tag to compare

AvaTax API Enhancements:

  • Made a change to the SetAccountConfiguration API to allow setting the EcmsOverrideCode value to ‘TAXABLE’
  • Added new TaxTypeGroup: Construction
  • Added new SecurityRole: ECMCompanyUser

23.3.1

29 Mar 23:11
be6248d

Choose a tag to compare

AvaTax API enhancements:

• Fixed minor bug with Create Transaction
• Removed the required attribute on the Filing Calendar edit option for the API request body
• Added chargedTold field to the TransactionModel
• Minor Reporting API updates

23.3.0

16 Mar 19:57
602a88a

Choose a tag to compare

AvaTax API enhancements:

  • Created new user service type: ECMUser
  • Added new notice type: License Registration
  • Fixed bug when attempting to use autoLockOverrideDay field with Filing Calendars

SDK Specific Fixes

  • Fixed issue where certain methods (APIs) were not passing an empty body to the request properly. (uncommit transaction etc.) #129

23.2.0

03 Feb 16:57
6202f6e

Choose a tag to compare

AvaTax API enhancements:

  • Added AutoLockOverrideDay parameter to Returns FilingRequest and FilingCalendar APIs
  • Updated Swagger models and description for Item APIs
  • Fixed issues with Colorado nexus names and descriptions

23.1.0

16 Jan 17:50
09f1352

Choose a tag to compare

AvaTax API enhancements:

  • Fixed various bugs with MultiTax APIs.
  • Updated CertExpressInvite API documentation.
  • Updated description of the LockTransaction API.
  • Fixed bug in ListTaxSubTypesByCountryAndTaxType API.

22.11.0

03 Nov 21:23
94feee8

Choose a tag to compare

AvaTax API enhancements:

  • Enhancements to the Create CertExpressInvites API
  • Fixed issue with Top and Skip for the ListNexusByTaxTypeGroup API
  • Fixed bug with Customer APIs when special characters are in the customerCode
  • Added include credit transaction details option to the GetTaxFilings API

SDK Enhancements

  • Added additional metadata to logging to log request and response body, SDK user needs to add additional parameter to enable this feature.
    @client = AvaTax::Client.new({ :logger => true, :log_request_and_response_info => true })