Skip to content

Commit

Permalink
update BC
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Feb 1, 2024
1 parent 5cf76b3 commit 07e0562
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions BREAKING-CHANGES-EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,20 @@ These examples are automatically generated from unit tests.
[setting the default value of an optional request parameter is breaking](checker/checker_breaking_test.go?plain=1#L579)

## Examples of non-breaking changes
[adding a media-type to response is not breaking](checker/checker_not_breaking_test.go?plain=1#L187)
[adding a media-type to response is not breaking](checker/checker_not_breaking_test.go?plain=1#L185)
[adding a new required property in response body is not breaking](checker/checker_breaking_property_test.go?plain=1#L407)
[adding a new required property under AllOf in response body is not breaking](checker/checker_breaking_property_test.go?plain=1#L437)
[adding a new required read-only property in request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L467)
[adding a non-existent required property in request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L295)
[adding a required property to response is not breaking](checker/checker_not_breaking_test.go?plain=1#L292)
[adding a tag is not breaking](checker/checker_not_breaking_test.go?plain=1#L269)
[adding a required property to response is not breaking](checker/checker_not_breaking_test.go?plain=1#L290)
[adding a tag is not breaking](checker/checker_not_breaking_test.go?plain=1#L267)
[adding an enum value is not breaking](checker/checker_not_breaking_test.go?plain=1#L83)
[adding an enum value to request body is not breaking](checker/checker_breaking_property_test.go?plain=1#L139)
[adding an operation ID is not breaking](checker/checker_not_breaking_test.go?plain=1#L280)
[adding an operation ID is not breaking](checker/checker_not_breaking_test.go?plain=1#L278)
[adding an optional request body is not breaking](checker/checker_not_breaking_test.go?plain=1#L38)
[both max lengths in request are nil is not breaking](checker/checker_breaking_min_max_test.go?plain=1#L178)
[both max lengths in response are nil is not breaking](checker/checker_breaking_min_max_test.go?plain=1#L192)
[changing a link to operation ID is not breaking](checker/checker_not_breaking_test.go?plain=1#L177)
[changing a link to operation ID is not breaking](checker/checker_not_breaking_test.go?plain=1#L176)
[changing an existing property in request body to optional is not breaking](checker/checker_breaking_property_test.go?plain=1#L323)
[changing an existing property in request header to optional is not breaking](checker/checker_breaking_property_test.go?plain=1#L83)
[changing an existing property in response body to required is not breaking](checker/checker_breaking_property_test.go?plain=1#L309)
Expand All @@ -113,15 +113,15 @@ These examples are automatically generated from unit tests.
[changing request's body schema type from integer to number is not breaking](checker/checker_breaking_request_type_changed_test.go?plain=1#L71)
[changing response's body schema type from number to integer is not breaking](checker/checker_breaking_response_type_changed_test.go?plain=1#L51)
[changing response's body schema type from number/none to integer/int32 is not breaking](checker/checker_breaking_response_type_changed_test.go?plain=1#L89)
[changing servers is not breaking](checker/checker_not_breaking_test.go?plain=1#L255)
[changing servers is not breaking](checker/checker_not_breaking_test.go?plain=1#L253)
[deleting a path after sunset date of all contained operations is not breaking](checker/checker_deprecation_test.go?plain=1#L266)
[deleting a pattern from a schema is not breaking](checker/checker_breaking_test.go?plain=1#L465)
[deleting a required write-only property in response body is not breaking](checker/checker_breaking_property_test.go?plain=1#L495)
[deleting a tag is not breaking](checker/checker_not_breaking_test.go?plain=1#L71)
[deleting an operation after sunset date is not breaking](checker/checker_deprecation_test.go?plain=1#L69)
[deprecating a header is not breaking](checker/checker_not_breaking_test.go?plain=1#L229)
[deprecating a parameter is not breaking](checker/checker_not_breaking_test.go?plain=1#L216)
[deprecating a schema is not breaking](checker/checker_not_breaking_test.go?plain=1#L242)
[deprecating a header is not breaking](checker/checker_not_breaking_test.go?plain=1#L227)
[deprecating a parameter is not breaking](checker/checker_not_breaking_test.go?plain=1#L214)
[deprecating a schema is not breaking](checker/checker_not_breaking_test.go?plain=1#L240)
[deprecating an operation with a deprecation policy and sunset date after required deprecation period is not breaking](checker/checker_deprecation_test.go?plain=1#L244)
[deprecating an operation without a deprecation policy and without specifying sunset date is not breaking for draft level](checker/checker_deprecation_test.go?plain=1#L158)
[deprecating an operation without a deprecation policy and without specifying sunset date is not breaking](checker/checker_deprecation_test.go?plain=1#L104)
Expand Down Expand Up @@ -254,7 +254,7 @@ These examples are automatically generated from unit tests.
[decreasing minimum value of request property](checker/check-request-property-min-updated_test.go?plain=1#L35)
[decreasing request body maximum value](checker/check-request-property-max-updated_test.go?plain=1#L92)
[decreasing request property maximum value](checker/check-request-property-max-updated_test.go?plain=1#L12)
[deprecating an operation with sunset greater than min](checker/checker_not_breaking_test.go?plain=1#L201)
[deprecating an operation with sunset greater than min](checker/checker_not_breaking_test.go?plain=1#L199)
[increasing max length of request body](checker/check-request-property-max-length-updated_test.go?plain=1#L12)
[increasing max length of request property](checker/check-request-property-max-length-updated_test.go?plain=1#L95)
[increasing maxItems of request parameters](checker/check-request-parameters-max-items-updated_test.go?plain=1#L12)
Expand Down

0 comments on commit 07e0562

Please sign in to comment.