Releases: Nightapes/go-rest
Releases · Nightapes/go-rest
Make authTypes public
Update golang dependencies
Maintenance release
- Update all golang dependencies
Fix json parser
Fixes
- After the last release the operationId was not handled properly. This is fixed now, please update from v0.3.0
Add extension to operations
For every operation custom extension can be set.
&openapi.Get{
Summary: "Get User",
Description: "Get User with given ID",
Extensions: map[string]interface{}{"x-custom": "test", "x-custom1": map[string]string{"test": "test"}},
...
Fix schema parsing
v0.2.1 fix(schema): parse schema and schemaref correctly
Allow multiple request bodies with different media types
v0.2.0 fix(schema): parse schema and schemaref correctly
v0.1.1
v0.1.0 Add parameters list for query and path parameters
Features
- Add parameters list for query and path parameters
- Update to go 1.18