Skip to content

Releases: Nightapes/go-rest

Make authTypes public

22 May 08:39
Compare
Choose a tag to compare

Update golang dependencies

20 Feb 16:01
200a9e3
Compare
Choose a tag to compare

Maintenance release

  • Update all golang dependencies

Fix json parser

31 Jan 16:07
d71fb5a
Compare
Choose a tag to compare

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

30 Jan 13:13
e751dbd
Compare
Choose a tag to compare

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

06 Sep 14:04
Compare
Choose a tag to compare
v0.2.1

fix(schema): parse schema and schemaref correctly

Allow multiple request bodies with different media types

06 Sep 13:40
Compare
Choose a tag to compare
v0.2.0

fix(schema): parse schema and schemaref correctly

v0.1.1

24 Aug 09:37
Compare
Choose a tag to compare

Fixes

  • rename SpaceDelimited to StyleSpaceDelimited

v0.1.0 Add parameters list for query and path parameters

24 Aug 08:35
44b0fc1
Compare
Choose a tag to compare

Features

  • Add parameters list for query and path parameters
  • Update to go 1.18

v0.0.1

20 Jan 16:07
Compare
Choose a tag to compare

First release

Simple openapi generation in go