What's Changed
- openapi3filter: honor comma-separated and wildcard encoding.contentType by @utah-KT in #1201
- openapi3: typed context wrappers for combinator and tag validation by @reuvenharrison in #1199
- openapi3: enforce unique required entries and unique tag names in Validate() by @reuvenharrison in #1203
- openapi3gen: Add an option to customize generated field names (properties) for structs by @d1vbyz3r0 in #1204
- openapi3: add T.WalkSchemas to visit every schema in a document by @reuvenharrison in #1206
- openapi3: record block end on Origin.Key (EndLine/EndColumn) by @reuvenharrison in #1207
- openapi3: record scalar-valued map keys for origin location lookup by @reuvenharrison in #1208
- docs: Go Report Card has been sunset by @alexandear in #1210
- openapi3: support OAS 3.2 itemSchema by @fenollp in #1213
- openapi3: make operation responses optional for 3.1+ by @AlexanderWangY in #1214
- qol: Makefile for shorthand commands + preflight scripts by @AlexanderWangY in #1217
New Contributors
- @AlexanderWangY made their first contribution in #1214
Full Changelog: v0.140.0...v0.141.0