Skip to content

release: 0.74.0#455

Merged
stainless-app[bot] merged 15 commits intomainfrom
release-please--branches--main--changes--next
Jan 29, 2025
Merged

release: 0.74.0#455
stainless-app[bot] merged 15 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Jan 22, 2025

Automated Release PR

0.74.0 (2025-01-28)

Full Changelog: v0.73.0...v0.74.0

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#460)

Features

  • api: adds additional fields to TransactionEvents (#461) (fd9ddcc)
  • api: adds additional request types for updating an Auth Rule (#468) (ff1495c)
  • client: add close method (#463) (e621cd6)
  • client: better union variant method and variable names (#460) (47448bb)

Bug Fixes

  • client: make some classes and constructors non-public (#466) (2e98bdf)

Chores

  • add max retries to test (#462) (ce18db7)
  • api: additional field added to 3DS Responses and Tokenization (#454) (c7bcb9d)
  • internal: remove some unnecessary constructor keywords (2e98bdf)
  • internal: swap checkNotNull to checkRequired (#459) (190676f)
  • update tests (#457) (a937d5f)

Documentation


This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

…454)

- adds `three_ds_requestor_challenge_indicator` to 3DS retrieve responses
- adds `payment_account_reference_id` to Tokenizations
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 97893bf to a015030 Compare January 22, 2025 19:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 205b1a8 to a937d5f Compare January 22, 2025 19:30
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 475dd51 to d779ba1 Compare January 22, 2025 19:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 10f248e to 190676f Compare January 24, 2025 02:11
# Migration
Some union class method names have been shortened. To migrate, replace those method names with the shorter versions.
For example:
- `SomeClass.ofReallyLongName(...)` might become `SomeClass.ofShort(...)`
- `someObject.isReallyLongName()` might become `someObject.isShort()`
- etc.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e84d9fa to 47448bb Compare January 24, 2025 16:17
@stainless-app stainless-app bot changed the title release: 0.73.1 release: 0.74.0 Jan 24, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f3b4c8d to 47448bb Compare January 24, 2025 16:17
- adds `original_banknet_reference_number` and `original_switch_serial_number` to `network_info.mastercard`
- adds `original_transaction_id` to `network_info.visa`
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c51bd04 to fd9ddcc Compare January 24, 2025 16:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b4c98c9 to ce18db7 Compare January 24, 2025 23:39
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6022d3b to e621cd6 Compare January 26, 2025 15:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 83aeec7 to 3cb8525 Compare January 26, 2025 15:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 300bf8b to a6c1769 Compare January 26, 2025 16:17
chore(internal): remove some unnecessary `constructor` keywords
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c6e99c7 to 2e98bdf Compare January 26, 2025 17:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d222507 to ac8eabd Compare January 27, 2025 17:54
)

- updates to documentation for Auth Rules
- adds additional request types for updating Auth Rules
- adds a delete method for Auth Rules
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 22d55a0 to ff1495c Compare January 28, 2025 15:14
@stainless-app stainless-app bot merged commit d3d89ea into main Jan 29, 2025
2 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jan 29, 2025

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.

0 participants