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

release: 2.0.0 #289

Merged
merged 43 commits into from
Aug 2, 2024
Merged

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jun 6, 2024

Automated Release PR

2.0.0 (2024-08-02)

Full Changelog: v1.56.0...v2.0.0

⚠ BREAKING CHANGES

  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#330)
  • api: endpoint expects amount of new allocation price to be a string, not a number (#297)
  • api: add semi_annual cadence and remove metadata from update items (#288)

Features

  • api: add 'status' to plan creation params (#310) (561898f)
  • api: add cadence enum value 'custom' (#327) (e1df500)
  • api: add methods to prices and invoices (#321) (0eaba5f)
  • api: add semi_annual cadence and remove metadata from update items (#288) (4b07848)
  • api: add support for adding allocation price to subscription (#295) (7e16ef5)
  • api: add support for query param include_all_blocks (#301) (1b7b6a3)
  • api: deprecate methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#329) (1cc12f1)
  • api: external connections made optional when updating items (#296) (9076f38)
  • api: remove methods 'customers.usage.create' and 'customers.usage.update_by_external_id' (#330) (62e5158)
  • api: updates (#291) (38aaf34)

Bug Fixes

  • api: endpoint expects amount of new allocation price to be a string, not a number (#297) (cb8992b)
  • build: include more files in sdist builds (#300) (922476f)
  • client/async: avoid blocking io call for platform headers (#294) (89f4bfe)
  • client: always respect content-type multipart/form-data if provided (#308) (9d980df)
  • docs: fix link to advanced python httpx docs (#298) (55cff13)
  • temporarily patch upstream version to fix broken release flow (#299) (b0c95aa)

Chores

Documentation


This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ca671e2 to 4beb928 Compare June 13, 2024 18:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 438f155 to 38aaf34 Compare June 14, 2024 14:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5f07fb8 to 8aa1d73 Compare June 17, 2024 15:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5902bd5 to 5aa0f32 Compare June 18, 2024 17:58
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cf1bae5 to 89f4bfe Compare June 19, 2024 11:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3504dd6 to 7e16ef5 Compare June 19, 2024 17:09
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from feb6f4b to 9076f38 Compare June 24, 2024 14:14
…ring, not a number (#297)

# Migration
This change is fixing the SDK to use the correct `string` type expected by the API. The spec was incorrectly specifying a type `number` but the endpoint expected a string.
While this change is technically an SDK breaking change the previous types weren't accurately representing the API behaviour.
To migrate, be sure to use a string representation of the new allocation price amount.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a1e7fe5 to cb8992b Compare June 25, 2024 12:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 99f1342 to 55cff13 Compare June 25, 2024 13:59
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 23f7f30 to b0c95aa Compare June 26, 2024 01:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b4884db to 922476f Compare June 27, 2024 16:33
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a20618c to 1b7b6a3 Compare June 27, 2024 17:03
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from de95a39 to a05b099 Compare June 27, 2024 17:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 84da4df to e02d74d Compare June 27, 2024 19:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e6a7515 to 67d26e4 Compare July 15, 2024 18:21
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 05d583a to f212cc8 Compare July 16, 2024 14:58
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c241b40 to 6dc313b Compare July 16, 2024 22:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f07d190 to 0eaba5f Compare July 17, 2024 18:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 53d3f04 to 30320ae Compare July 18, 2024 16:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from da02220 to fdf2291 Compare July 18, 2024 18:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d5c1cae to 47e954d Compare July 22, 2024 11:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8fd662c to a26627c Compare July 23, 2024 10:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 041ae35 to 4993ac4 Compare July 24, 2024 14:58
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ee2ee69 to e1df500 Compare July 29, 2024 11:19
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2bff31f to 6094016 Compare July 29, 2024 14:59
…usage.update_by_external_id' (#329)

Please use the 'events.backfills.create' instead.
See https://docs.withorb.com/reference/create-backfill for more details.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bfa6c53 to 1cc12f1 Compare August 2, 2024 13:45
…age.update_by_external_id' (#330)

## Migration
The two methods `customers.usage.create` and `customers.usage.update_by_external_id` have been removed from the SDK and the API.
Please use 'events.backfills.create' instead.
More details for this endpoint can be found at https://docs.withorb.com/reference/create-backfill
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2d1ac8f to 62e5158 Compare August 2, 2024 17:21
@stainless-app stainless-app bot merged commit 26554a4 into main Aug 2, 2024
3 checks passed
Copy link
Contributor Author

stainless-app bot commented Aug 2, 2024

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