Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Release v1.4.0 #93

Merged
merged 1 commit into from
Oct 17, 2024
Merged

docs: Release v1.4.0 #93

merged 1 commit into from
Oct 17, 2024

Conversation

davidgrayston-paddle
Copy link
Contributor

Changes: v1.3.1...docs/release-v1.4.0


Added

  • Added simulations api related changelog
  • Added traffic_source property to NotificationSetting entity
  • Support notification settings traffic_source filter
  • Support new payment methods offline, unknown, wire_transfer
  • Support tax_rates_used property on Adjustment entity

Fixed

  • Dropped receipt_data on create and preview of a one-time charge for Subscriptions and Transactions
  • TransactionsClient::preview() TransactionPreview response now allows null IDs for non-catalog prices and products:
    • items[]->price can now return Price (with id) or TransactionPreviewPrice (with nullable id)
    • details->lineItems[]->priceId is now nullable
    • items[]->priceId is now nullable
    • details->lineItems[]->product can now return Product (with id) or TransactionPreviewProduct (with nullable id)
  • Empty custom data array will now serialize to empty JSON object {}
  • EventsClient::list and Notification->payload will now return UndefinedEvent for unknown event types.

Added

  • TransactionsClient::create() now supports operation items with optional properties:
    • Resources\Transactions\Operations\Create\TransactionCreateItem
    • Resources\Transactions\Operations\Create\TransactionCreateItemWithPrice
  • TransactionsClient::update() now supports operation items with optional properties:
    • Resources\Transactions\Operations\Update\TransactionUpdateItem
    • Resources\Transactions\Operations\Update\TransactionUpdateItemWithPrice
  • TransactionsClient::preview() now supports operation items with optional properties:
    • Resources\Transactions\Operations\Preview\TransactionItemPreviewWithNonCatalogPrice
    • Resources\Transactions\Operations\Preview\TransactionItemPreviewWithPriceId

Deprecated

  • TransactionsClient::create() operation items have been deprecated:
    • Entities\Transaction\TransactionCreateItem
    • Entities\Transaction\TransactionCreateItemWithPrice
  • TransactionsClient::update() operation items have been deprecated:
    • Entities\Transaction\TransactionUpdateTransactionItem
  • TransactionsClient::preview() operation items have been deprecated:
    • Entities\Transaction\TransactionItemPreviewWithNonCatalogPrice
    • Entities\Transaction\TransactionItemPreviewWithPriceId

@davidgrayston-paddle davidgrayston-paddle merged commit 428961d into main Oct 17, 2024
5 checks passed
@davidgrayston-paddle davidgrayston-paddle deleted the docs/release-v1.4.0 branch October 17, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants