Skip to content

Releases: maxio-com/ab-golang-sdk

v0.4.1

27 Sep 10:54
fca30de
Compare
Choose a tag to compare

What's Changed

  • Add imported to subscription cancellation_method
  • Add id filter to List Products API

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Aug 14:30
16f5b02
Compare
Choose a tag to compare

What's Changed

  • DE-934 Setup tests for a new site by @michalpierog in #30
  • [DE-932] Release v0.4.0 by @maciej-nedza in #31
  • DE-921 DE-922 Fix problem with interval units - interval units now can be nullable in various contexts, ExtendedIntervalUnit was renamed to ExpirationIntervalUnit, now ExpirationIntervalUnit is used in SubscriptionCustomPrice, CreatePrepaidComponentPricePoint, CreateProductPricePoint, CreateOrUpdateProduct, PrepaidComponent, ProductPricePoint and Product for expirationIntervalUnit property. This enum has additional value of never (this has not changed)
  • DE-921 DE-924 Reworked vaults - CurrentVault enum was renamed to AllVaults and filled with previously missing values. BankAccountVault was filled with missing values. ApplePayVault was added with the vault supporting this payment method. CreditCardVault was added with vaults supporting this payment method. PayPalVault was added with vaults supporting this payment method. Models for respective payment profiles types now use respective enums.
  • DE-910 Distinguish response payment profiles based on the paymentType. PaymentProfileResponsePaymentProfile was renamed to PaymentProfile.ApplePayPaymentProfile, and PayPalPaymentProfile were added as possible PaymentProfile in PaymentProfileResponse. Fixed a bug, when response payment profile couldn't be deserialized due to missing fields.
  • Added publicUrlExpires_on to the Invoice
  • Added achLateReject to the InvoiceRefund
  • Added tax-related properties to InvoiceTaxComponentBreakout and InvoiceTax
  • SUB-4037 Add taxIncluded to ComponentCustomPrice. Added request model for Activate Event-Based Component endpoint, SubscriptionComponentActivateEventBasedComponent
    productFamilyId in endpoint paths parameters is now string, to enable searching by both handle and id
  • [DE-932] Rename Chargify API by @michalpierog in #32

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Jul 09:03
3b73c7b
Compare
Choose a tag to compare

What's Changed

  • Increase timeout to 120s by default (DE-874)
  • Ability to create products using the product family handle - productFamilyId in createProduct method is now String instead of number (SUB-3996 )
  • Add API endpoints for finding price points by handle. Move PricePoint methods from ComponentsController to ComponentPricePointsController (IN-3434)

PRs

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Jun 11:02
c6c901f
Compare
Choose a tag to compare

What's Changed

  • Provided default values for domain and subdomain client parameters
  • Fixed array form query parameters serialization

PRs:

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Jun 12:20
cc42c65
Compare
Choose a tag to compare

What's Changed

  • Removed redundant container classes
  • Changed structure of filters in some list endpoints
  • Made some properties nullable
  • Added fixes for Subscription Invoice Account endpoints
  • ListSubscriptionComponents include query parameter becomes list with additional possible value, HISTORIC_USAGES
  • Set usage ids, events ids and invoice event ids as longs
  • Add new invoice event data types
  • Add handle parameter for create product family request body
  • Add in_use query parameter for listing subscription components
  • Remove default collection method value
  • Reorganize Invoice Event structure:
    • Invoice Event is now union type
    • Invoice Event Data is no longer union type. Each Invoice Event has it's own invoice_data with a concrete type
  • Remove some redundant models

PRs:

Full Changelog: v0.1.0...v0.2.0

v0.1.0

21 Mar 15:46
ee7d333
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1-alpha.1...v0.1.0

v1.0.1-alpha.1

20 Mar 15:17
74bbfc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.1...v1.0.1-alpha.1

v1.0.0-alpha.1

05 Feb 11:32
0fc80bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v1.0.0-alpha.1

v0.0.3 Beta release

29 Jan 13:40
e349a9c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/maxio-com/ab-golang-sdk/commits/v0.0.3