Open renovate[bot] opened 5 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
github.com/go-openapi/jsonpointer |
v0.20.2 -> v0.21.0 |
github.com/go-openapi/swag |
v0.22.8 -> v0.23.0 |
github.com/invopop/yaml |
v0.2.0 -> v0.3.1 |
This PR contains the following updates:
v0.124.0
->v0.128.0
Release Notes
getkin/kin-openapi (github.com/getkin/kin-openapi)
### [`v0.128.0`](https://redirect.github.com/getkin/kin-openapi/releases/tag/v0.128.0) [Compare Source](https://redirect.github.com/getkin/kin-openapi/compare/v0.127.0...v0.128.0) #### What's Changed - openapi3filter: Fix default value for array in for query param by [@Tommy-42](https://redirect.github.com/Tommy-42) in [https://github.com/getkin/kin-openapi/pull/1000](https://redirect.github.com/getkin/kin-openapi/pull/1000) - Add github.com/pb33f/libopenapi by [@Jille](https://redirect.github.com/Jille) in [https://github.com/getkin/kin-openapi/pull/1004](https://redirect.github.com/getkin/kin-openapi/pull/1004) - Introduce an option to override the regex implementation by [@alexbakker](https://redirect.github.com/alexbakker) in [https://github.com/getkin/kin-openapi/pull/1006](https://redirect.github.com/getkin/kin-openapi/pull/1006) - make form required field order deterministic by [@jlsherrill](https://redirect.github.com/jlsherrill) in [https://github.com/getkin/kin-openapi/pull/1008](https://redirect.github.com/getkin/kin-openapi/pull/1008) - openapi2: fix un/marshalling discriminator field by [@reversearrow](https://redirect.github.com/reversearrow) in [https://github.com/getkin/kin-openapi/pull/1011](https://redirect.github.com/getkin/kin-openapi/pull/1011) #### New Contributors - [@Tommy-42](https://redirect.github.com/Tommy-42) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1000](https://redirect.github.com/getkin/kin-openapi/pull/1000) - [@Jille](https://redirect.github.com/Jille) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1004](https://redirect.github.com/getkin/kin-openapi/pull/1004) - [@alexbakker](https://redirect.github.com/alexbakker) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1006](https://redirect.github.com/getkin/kin-openapi/pull/1006) - [@jlsherrill](https://redirect.github.com/jlsherrill) made their first contribution in [https://github.com/getkin/kin-openapi/pull/1008](https://redirect.github.com/getkin/kin-openapi/pull/1008) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.127.0...v0.128.0 ### [`v0.127.0`](https://redirect.github.com/getkin/kin-openapi/releases/tag/v0.127.0) [Compare Source](https://redirect.github.com/getkin/kin-openapi/compare/v0.126.0...v0.127.0) #### What's Changed - openapi3: include local reference parts in refPath saved by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/978](https://redirect.github.com/getkin/kin-openapi/pull/978) - fix: update type: file to type: string and format: binary by [@reversearrow](https://redirect.github.com/reversearrow) in [https://github.com/getkin/kin-openapi/pull/980](https://redirect.github.com/getkin/kin-openapi/pull/980) - test: add a test for [#499](https://redirect.github.com/getkin/kin-openapi/issues/499) by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/982](https://redirect.github.com/getkin/kin-openapi/pull/982) - test: add a test for [#961](https://redirect.github.com/getkin/kin-openapi/issues/961) by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/981](https://redirect.github.com/getkin/kin-openapi/pull/981) - openapi3gen: generate "nullable: true" for pointers by [@endertunc](https://redirect.github.com/endertunc) in [https://github.com/getkin/kin-openapi/pull/987](https://redirect.github.com/getkin/kin-openapi/pull/987) - openapi3filter: Remove inconsistency for arrays in queries by [@TheSadlig](https://redirect.github.com/TheSadlig) in [https://github.com/getkin/kin-openapi/pull/990](https://redirect.github.com/getkin/kin-openapi/pull/990) - openapi3filter: remove double call by [@AriehSchneier](https://redirect.github.com/AriehSchneier) in [https://github.com/getkin/kin-openapi/pull/993](https://redirect.github.com/getkin/kin-openapi/pull/993) - openapi3filter: Fix default arrays application for query parameters by [@TheSadlig](https://redirect.github.com/TheSadlig) in [https://github.com/getkin/kin-openapi/pull/992](https://redirect.github.com/getkin/kin-openapi/pull/992) - routers: downgrade gorilla/mux to v1.8.0 for [#988](https://redirect.github.com/getkin/kin-openapi/issues/988) by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/996](https://redirect.github.com/getkin/kin-openapi/pull/996) - openapi3: export `ComponentRef` for usage in `RefNameResolver` by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/998](https://redirect.github.com/getkin/kin-openapi/pull/998) - Add note on gorillamux by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/999](https://redirect.github.com/getkin/kin-openapi/pull/999) #### New Contributors - [@reversearrow](https://redirect.github.com/reversearrow) made their first contribution in [https://github.com/getkin/kin-openapi/pull/980](https://redirect.github.com/getkin/kin-openapi/pull/980) - [@endertunc](https://redirect.github.com/endertunc) made their first contribution in [https://github.com/getkin/kin-openapi/pull/987](https://redirect.github.com/getkin/kin-openapi/pull/987) - [@TheSadlig](https://redirect.github.com/TheSadlig) made their first contribution in [https://github.com/getkin/kin-openapi/pull/990](https://redirect.github.com/getkin/kin-openapi/pull/990) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.126.0...v0.127.0 ### [`v0.126.0`](https://redirect.github.com/getkin/kin-openapi/releases/tag/v0.126.0) [Compare Source](https://redirect.github.com/getkin/kin-openapi/compare/v0.125.0...v0.126.0) #### What's Changed - openapi3: document v0.124.0 breaking API changes by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/964](https://redirect.github.com/getkin/kin-openapi/pull/964) - openapi3: introduce `ReferencesComponentInRootDocument(doc *T, ref componentRef) (string, bool)` by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/945](https://redirect.github.com/getkin/kin-openapi/pull/945) - Update Go module dependencies by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/965](https://redirect.github.com/getkin/kin-openapi/pull/965) - Move paragraph back to its correct section by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/967](https://redirect.github.com/getkin/kin-openapi/pull/967) - Replace interface{} with any by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/966](https://redirect.github.com/getkin/kin-openapi/pull/966) - openapi3: allow Extensions next to $ref in SchemaRef by [@paulmach](https://redirect.github.com/paulmach) in [https://github.com/getkin/kin-openapi/pull/901](https://redirect.github.com/getkin/kin-openapi/pull/901) - openapi3: implement circular reference backtracking by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/970](https://redirect.github.com/getkin/kin-openapi/pull/970) - openapi3: improve ipv6 validation by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/971](https://redirect.github.com/getkin/kin-openapi/pull/971) - openapi3: resolve recursive file references by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/974](https://redirect.github.com/getkin/kin-openapi/pull/974) - openapi3: improve internalization ref naming to avoid collisions by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/955](https://redirect.github.com/getkin/kin-openapi/pull/955) - openapi3: add a test for additionalProperties: false validation by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/975](https://redirect.github.com/getkin/kin-openapi/pull/975) - openapi3: add support for number and integer format validators by [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/976](https://redirect.github.com/getkin/kin-openapi/pull/976) - openapi3: allow YAML-marshaling invalid specs by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/977](https://redirect.github.com/getkin/kin-openapi/pull/977) #### New Contributors - [@paulmach](https://redirect.github.com/paulmach) made their first contribution in [https://github.com/getkin/kin-openapi/pull/901](https://redirect.github.com/getkin/kin-openapi/pull/901) - [@AnatolyRugalev](https://redirect.github.com/AnatolyRugalev) made their first contribution in [https://github.com/getkin/kin-openapi/pull/970](https://redirect.github.com/getkin/kin-openapi/pull/970) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.125.0...v0.126.0 ### [`v0.125.0`](https://redirect.github.com/getkin/kin-openapi/releases/tag/v0.125.0) [Compare Source](https://redirect.github.com/getkin/kin-openapi/compare/v0.124.0...v0.125.0) #### What's Changed - Revert "openapi3gen: add CreateComponentSchemas option to export object schemas to components" and add with the correct contributors by [@EnriqueL8](https://redirect.github.com/EnriqueL8) in [https://github.com/getkin/kin-openapi/pull/937](https://redirect.github.com/getkin/kin-openapi/pull/937) - openapi3: keep oneOf context in markSchemaErrorKey ([#940](https://redirect.github.com/getkin/kin-openapi/issues/940)) by [@jordan-wu-97](https://redirect.github.com/jordan-wu-97) in [https://github.com/getkin/kin-openapi/pull/941](https://redirect.github.com/getkin/kin-openapi/pull/941) - docs: add github.com/a-h/rest to projects list by [@a-h](https://redirect.github.com/a-h) in [https://github.com/getkin/kin-openapi/pull/942](https://redirect.github.com/getkin/kin-openapi/pull/942) - openapi4filter: improve CSV resp decoder performance by [@mpoqq](https://redirect.github.com/mpoqq) in [https://github.com/getkin/kin-openapi/pull/948](https://redirect.github.com/getkin/kin-openapi/pull/948) - openapi3filter: ensure key matches param name before decoding in `(*urlValuesDecoder) DecodeObject(..)` by [@MateusFrFreitas](https://redirect.github.com/MateusFrFreitas) in [https://github.com/getkin/kin-openapi/pull/947](https://redirect.github.com/getkin/kin-openapi/pull/947) - openapi3: ensure YAML marshalling matches JSON's by [@damien-talos](https://redirect.github.com/damien-talos) in [https://github.com/getkin/kin-openapi/pull/943](https://redirect.github.com/getkin/kin-openapi/pull/943) - openapi{2,3}: surface both json/yaml unmarshal errors by [@timothympace](https://redirect.github.com/timothympace) in [https://github.com/getkin/kin-openapi/pull/950](https://redirect.github.com/getkin/kin-openapi/pull/950) - openapi3(tests): use testify's `YAMLEq` function by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/954](https://redirect.github.com/getkin/kin-openapi/pull/954) - openapi3filter: add context to Validator Middleware's ErrFunc and LogFunc functions by [@crissi98](https://redirect.github.com/crissi98) in [https://github.com/getkin/kin-openapi/pull/953](https://redirect.github.com/getkin/kin-openapi/pull/953) - openapi3: move ref codegen to Go by [@percivalalb](https://redirect.github.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/956](https://redirect.github.com/getkin/kin-openapi/pull/956) - changelog: note API breakage from [#953](https://redirect.github.com/getkin/kin-openapi/issues/953) by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/957](https://redirect.github.com/getkin/kin-openapi/pull/957) - openapi3: internalize refs for path parameters by [@selaux](https://redirect.github.com/selaux) in [https://github.com/getkin/kin-openapi/pull/960](https://redirect.github.com/getkin/kin-openapi/pull/960) - ci: drop CodeQL by [@fenollp](https://redirect.github.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/962](https://redirect.github.com/getkin/kin-openapi/pull/962) #### New Contributors - [@EnriqueL8](https://redirect.github.com/EnriqueL8) made their first contribution in [https://github.com/getkin/kin-openapi/pull/937](https://redirect.github.com/getkin/kin-openapi/pull/937) - [@jordan-wu-97](https://redirect.github.com/jordan-wu-97) made their first contribution in [https://github.com/getkin/kin-openapi/pull/941](https://redirect.github.com/getkin/kin-openapi/pull/941) - [@a-h](https://redirect.github.com/a-h) made their first contribution in [https://github.com/getkin/kin-openapi/pull/942](https://redirect.github.com/getkin/kin-openapi/pull/942) - [@mpoqq](https://redirect.github.com/mpoqq) made their first contribution in [https://github.com/getkin/kin-openapi/pull/948](https://redirect.github.com/getkin/kin-openapi/pull/948) - [@MateusFrFreitas](https://redirect.github.com/MateusFrFreitas) made their first contribution in [https://github.com/getkin/kin-openapi/pull/947](https://redirect.github.com/getkin/kin-openapi/pull/947) - [@damien-talos](https://redirect.github.com/damien-talos) made their first contribution in [https://github.com/getkin/kin-openapi/pull/943](https://redirect.github.com/getkin/kin-openapi/pull/943) - [@timothympace](https://redirect.github.com/timothympace) made their first contribution in [https://github.com/getkin/kin-openapi/pull/950](https://redirect.github.com/getkin/kin-openapi/pull/950) - [@percivalalb](https://redirect.github.com/percivalalb) made their first contribution in [https://github.com/getkin/kin-openapi/pull/954](https://redirect.github.com/getkin/kin-openapi/pull/954) - [@crissi98](https://redirect.github.com/crissi98) made their first contribution in [https://github.com/getkin/kin-openapi/pull/953](https://redirect.github.com/getkin/kin-openapi/pull/953) - [@selaux](https://redirect.github.com/selaux) made their first contribution in [https://github.com/getkin/kin-openapi/pull/960](https://redirect.github.com/getkin/kin-openapi/pull/960) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.124.0...v0.125.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.