0.11.12-rc0

(chore): - Specify license in generators.yml (@amckinney)

1groups:
2 publish:
3 - name: fernapi/fern-go-sdk
4 version: 0.0.1
5 github:
6 repository: my-org/my-repo
7 license: MIT # <------- or Apache-2.0

0.11.12-rc1

(chore): - Support x-fern-ignore OpenAPI extension. This extensions configures fern to ignore certain endpoints when generating SDKs. (@dsinghvi)

1paths:
2 my/endpoint/path:
3 get:
4 x-fern-ignore: true # <------- fern will skip this endpoint