Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.9.1
->v1.9.2
v0.94.0
->v0.103.0
v10.11.0
->v10.11.1
b3cb3fe
->1b7bbcb
v0.0.14929
->v0.0.15026
Release Notes
IBM/ibm-cos-sdk-go
### [`v1.9.2`](https://github.com/IBM/ibm-cos-sdk-go/releases/tag/v1.9.2) [Compare Source](https://github.com/IBM/ibm-cos-sdk-go/compare/v1.9.1...v1.9.2) #### Content ##### Defect Fixes - AWS Patches aligned to version 1.44.52 of the AWS SDK for Gogetkin/kin-openapi
### [`v0.103.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.103.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.102.0...v0.103.0) #### What's Changed - use %w to wrap the errors by [@SVilgelm](https://github.com/SVilgelm) in https://github.com/getkin/kin-openapi/pull/596 - Expose request/response validation options in the middleware Validator by [@sorintm](https://github.com/sorintm) in https://github.com/getkin/kin-openapi/pull/608 - fix: detects circular references that can't be handled at the moment to avoid infinite loops loading documents by [@TristanSpeakEasy](https://github.com/TristanSpeakEasy) in https://github.com/getkin/kin-openapi/pull/607 #### New Contributors - [@sorintm](https://github.com/sorintm) made their first contribution in https://github.com/getkin/kin-openapi/pull/608 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.102.0...v0.103.0 ### [`v0.102.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.102.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.101.0...v0.102.0) #### What's Changed - Examples validation by [@danicc097](https://github.com/danicc097) in https://github.com/getkin/kin-openapi/pull/592 #### New Contributors - [@danicc097](https://github.com/danicc097) made their first contribution in https://github.com/getkin/kin-openapi/pull/592 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.101.0...v0.102.0 ### [`v0.101.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.101.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.100.0...v0.101.0) #### What's Changed - feat: support validation options specifically for disabling pattern validation by [@TristanSpeakEasy](https://github.com/TristanSpeakEasy) in https://github.com/getkin/kin-openapi/pull/590 - Add sponsor logo by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/595 #### New Contributors - [@TristanSpeakEasy](https://github.com/TristanSpeakEasy) made their first contribution in https://github.com/getkin/kin-openapi/pull/590 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.100.0...v0.101.0 ### [`v0.100.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.100.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.99.0...v0.100.0) #### What's Changed - [#482](https://github.com/getkin/kin-openapi/issues/482) integer support broken with yaml by [@cboitel](https://github.com/cboitel) in https://github.com/getkin/kin-openapi/pull/577 - Match on overridden servers at the path level, fixes [#564](https://github.com/getkin/kin-openapi/issues/564) by [@sonu27](https://github.com/sonu27) in https://github.com/getkin/kin-openapi/pull/565 #### New Contributors - [@cboitel](https://github.com/cboitel) made their first contribution in https://github.com/getkin/kin-openapi/pull/577 - [@sonu27](https://github.com/sonu27) made their first contribution in https://github.com/getkin/kin-openapi/pull/565 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.99.0...v0.100.0 ### [`v0.99.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.99.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.98.0...v0.99.0) #### What's Changed - Use go1.19 formatting by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/584 - Fix `resolveSchemaRef()` to load correctly an other spec. file referenced by `$ref` by [@masu-mi](https://github.com/masu-mi) in https://github.com/getkin/kin-openapi/pull/583 - Protect from recursion in openapi3.InternaliseRefs by [@wtertius](https://github.com/wtertius) in https://github.com/getkin/kin-openapi/pull/578 - cleanup after [#583](https://github.com/getkin/kin-openapi/issues/583) by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/585 - upgrade CI tools by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/586 #### New Contributors - [@masu-mi](https://github.com/masu-mi) made their first contribution in https://github.com/getkin/kin-openapi/pull/583 - [@wtertius](https://github.com/wtertius) made their first contribution in https://github.com/getkin/kin-openapi/pull/578 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.98.0...v0.99.0 ### [`v0.98.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.98.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.97.0...v0.98.0) #### What's Changed - fix: openapi2conv respects produces field by [@nirhaas](https://github.com/nirhaas) in https://github.com/getkin/kin-openapi/pull/575 #### New Contributors - [@nirhaas](https://github.com/nirhaas) made their first contribution in https://github.com/getkin/kin-openapi/pull/575 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.97.0...v0.98.0 ### [`v0.97.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.97.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.96.0...v0.97.0) #### What's Changed - Unit tests by [@slessard](https://github.com/slessard) in https://github.com/getkin/kin-openapi/pull/556 - add gitlab.com/jamietanna/httptest-openapi to README.md by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/557 - fix: add deprecated field to openapi2.Operation by [@FrimIdan](https://github.com/FrimIdan) in https://github.com/getkin/kin-openapi/pull/559 #### New Contributors - [@FrimIdan](https://github.com/FrimIdan) made their first contribution in https://github.com/getkin/kin-openapi/pull/559 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.96.0...v0.97.0 ### [`v0.96.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.96.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.95.0...v0.96.0) #### What's Changed - Fix for CVE-2022-28948 by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/552 - TestIssue430: fix racey behavior by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/553 - Handle port number variable of servers given to gorillamux.NewRouter by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/524 - update README.md with newer router/validator example by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/554 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.95.0...v0.96.0 ### [`v0.95.0`](https://github.com/getkin/kin-openapi/releases/tag/v0.95.0) [Compare Source](https://github.com/getkin/kin-openapi/compare/v0.94.0...v0.95.0) #### What's Changed - Add ExcludeSchema sentinel error for schemaCustomizer by [@nguyer](https://github.com/nguyer) in https://github.com/getkin/kin-openapi/pull/522 - test link refs by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/525 - add missing validation of components: examples, links, callbacks by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/526 - openapi2: remove undefined tag by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/527 - testing: fix incorrect document by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/529 - testing: compare graphs using graph tools by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/528 - Fix some golints by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/530 - Internalize parameter references in the path as well by [@hikhvar](https://github.com/hikhvar) in https://github.com/getkin/kin-openapi/pull/540 - fix bad error message on invalid value parse on query parameter by [@kandaaaaa](https://github.com/kandaaaaa) in https://github.com/getkin/kin-openapi/pull/541 - Follow up to [#540](https://github.com/getkin/kin-openapi/issues/540) with more tests by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/549 - feat: handling `default` in request body and parameter schema by [@nic-6443](https://github.com/nic-6443) in https://github.com/getkin/kin-openapi/pull/544 - following up on [#544](https://github.com/getkin/kin-openapi/issues/544): do not pass through on unhandled case by [@fenollp](https://github.com/fenollp) in https://github.com/getkin/kin-openapi/pull/550 #### New Contributors - [@nguyer](https://github.com/nguyer) made their first contribution in https://github.com/getkin/kin-openapi/pull/522 - [@hikhvar](https://github.com/hikhvar) made their first contribution in https://github.com/getkin/kin-openapi/pull/540 - [@nic-6443](https://github.com/nic-6443) made their first contribution in https://github.com/getkin/kin-openapi/pull/544 **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.94.0...v0.95.0go-playground/validator
### [`v10.11.1`](https://github.com/go-playground/validator/releases/tag/v10.11.1) [Compare Source](https://github.com/go-playground/validator/compare/v10.11.0...v10.11.1) #### What was fixed? Corrected/Enhanced is boolean check to take the field type into consideration. Thanks [@V-R-Dighe](https://github.com/V-R-Dighe) for the [PR](https://github.com/go-playground/validator/pull/988)security-services/secrets-manager-iam
### [`v0.0.15026`](https://github.ibm.com/security-services/secrets-manager-iam/releases/tag/v0.0.15026) [Compare Source](https://github.ibm.com/security-services/secrets-manager-iam/compare/v0.0.14929...v0.0.15026) [`cf8912f`](https://github.com/security-services/secrets-manager-iam/commit/cf8912f) Update module github.com/stretchr/testify to v1.8.0