From 6a71a739b771aa40ed963b8dcb9b17c5cf0dfe65 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:24:18 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- subscription.go | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 9629af6..b9f26ca 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 118 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-0ab0946487d1ee971683d894554494d9940010403874c0be724ffc3a82d696db.yml -openapi_spec_hash: 66b792328a4faee3c7659185accc3f0e +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb%2Forb-033643979990e894363554df06218fabe4493feaa569a013dbdf9a72aa21c45f.yml +openapi_spec_hash: dd9d320ad178bafa06f1eac2977e2ca7 config_hash: e6db17547fe854b1c240407cf4c6dc9e diff --git a/subscription.go b/subscription.go index 5be1982..55e33aa 100644 --- a/subscription.go +++ b/subscription.go @@ -307,6 +307,10 @@ func NewSubscriptionService(opts ...option.RequestOption) (r *SubscriptionServic // specified in the subscription's invoicing currency, when creating a // subscription. E.g. pass in `10.00` to issue an invoice when usage amounts hit // \$10.00 for a subscription that invoices in USD. +// +// ## Limits +// +// By default, Orb limits the number of subscriptions per customer to 100. func (r *SubscriptionService) New(ctx context.Context, body SubscriptionNewParams, opts ...option.RequestOption) (res *MutatedSubscription, err error) { opts = slices.Concat(r.Options, opts) path := "subscriptions" From d7a2208ec2b44bd8f93ac1b8a614a796711e6c70 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:24:40 +0000 Subject: [PATCH 2/2] release: 1.46.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d2723c..4b6cc3c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.45.0" + ".": "1.46.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d0948e6..ede4786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.46.0 (2025-12-02) + +Full Changelog: [v1.45.0...v1.46.0](https://github.com/orbcorp/orb-go/compare/v1.45.0...v1.46.0) + +### Features + +* **api:** api update ([6a71a73](https://github.com/orbcorp/orb-go/commit/6a71a739b771aa40ed963b8dcb9b17c5cf0dfe65)) + ## 1.45.0 (2025-11-25) Full Changelog: [v1.44.1...v1.45.0](https://github.com/orbcorp/orb-go/compare/v1.44.1...v1.45.0) diff --git a/README.md b/README.md index bd13c79..81f9eed 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/orbcorp/orb-go@v1.45.0' +go get -u 'github.com/orbcorp/orb-go@v1.46.0' ``` diff --git a/internal/version.go b/internal/version.go index cb71b0b..7effc33 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.45.0" // x-release-please-version +const PackageVersion = "1.46.0" // x-release-please-version