Skip to content

Release 1.166.0 - #3953

Merged
odlbot merged 10 commits into
releasefrom
release-candidate
Sep 14, 2026
Merged

odlbot merged 10 commits into
releasefrom
release-candidate

Conversation

@odlbot

@odlbot odlbot commented Sep 14, 2026 •

Copy link
Copy Markdown
Contributor

Chris Chudzicki

Tobias Macey

Dan Subak

blarghmatey and others added 10 commits September 11, 2026 09:34
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
…3928)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…3931)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…ler (C1 5/5) (#3932)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
…vior (#3926)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

OpenAPI Changes

Show/hide changes
## Changes for v0.yaml:
17 changes: 0 error, 6 warning, 11 info
warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `results/items/redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `201`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API PUT /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/orders/receipt/{id}/
		added the new `review_required` enum value to the `refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/organizations/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API PATCH /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{org_key}/onboarding/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API DELETE /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/refresh-metadata/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/transition/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v0.yaml
	in API POST /api/v0/b2b/provisioning/parse-metadata/
		endpoint added



## Changes for v1.yaml:
17 changes: 0 error, 6 warning, 11 info
warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `results/items/redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `201`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API PUT /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/orders/receipt/{id}/
		added the new `review_required` enum value to the `refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/organizations/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API PATCH /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{org_key}/onboarding/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API DELETE /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/refresh-metadata/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/transition/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v1.yaml
	in API POST /api/v0/b2b/provisioning/parse-metadata/
		endpoint added



## Changes for v2.yaml:
17 changes: 0 error, 6 warning, 11 info
warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `results/items/redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `201`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API PATCH /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API PUT /api/v0/discounts/{parent_lookup_redeemed_discount}/redemptions/{id}/
		added the new `review_required` enum value to the `redeemed_order/refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

warning	[response-property-enum-value-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/orders/receipt/{id}/
		added the new `review_required` enum value to the `refund_status/allOf[#/components/schemas/RefundStatusEnum]/` response property for the response status `200`
		The server may now return a value the previous contract excluded, so a client written against it may not handle the response. If the value set is meant to grow, declare it with x-extensible-enum. This compared the `allOf` branches one at a time, so another branch may still guarantee what this one dropped. Run with --flatten-allof to merge the branches and compare what they describe together.

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/organizations/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API PATCH /api/v0/b2b/provisioning/organizations/{org_key}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{org_key}/onboarding/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API DELETE /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API GET /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/refresh-metadata/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/organizations/{parent_lookup_organization__org_key}/identity-providers/{alias}/transition/
		endpoint added

info	[endpoint-added] at head/openapi/specs/v2.yaml
	in API POST /api/v0/b2b/provisioning/parse-metadata/
		endpoint added



Unexpected changes? Ensure your branch is up-to-date with main (consider rebasing).

@odlbot
odlbot merged commit 4ba571b into release Sep 14, 2026
27 checks passed
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.

4 participants