Releases: Tohaker/omada-go-sdk
Releases · Tohaker/omada-go-sdk
v0.5.0
What's Changed
- ci: GH-17 Automating regular spec updates by @Tohaker in #21
- chore: update generated SDK by @github-actions[bot] in #23
- chore(deps): Bump ghcr.io/devcontainers/features/docker-in-docker from 2.17.0 to 3.0.1 by @dependabot[bot] in #24
- 🚀 Release omada-go-sdk v0.5.0 by @github-actions[bot] in #25
New Contributors
- @dependabot[bot] made their first contribution in #24
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.1
What's Changed
- 🚀 Release omada-go-sdk v0.3.1 by @github-actions[bot] in #15
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- ci: GH-3 Defining changeset workflow by @Tohaker in #9
- ci: GH-3 Part 2 - Fixing workflows by @Tohaker in #11
- 🚀 Release omada-go-sdk v0.2.1 by @github-actions[bot] in #12
- feat: GH-4 Patching CreateNewSite endpoint with correct response by @Tohaker in #13
- 🚀 Release omada-go-sdk v0.3.0 by @github-actions[bot] in #14
New Contributors
- @github-actions[bot] made their first contribution in #12
Full Changelog: v0.2.0...v0.3.0
omada-go-sdk@v0.3.0
omada-go-sdk@v0.2.1
omada-go-sdk@v0.2.0
Added
- Documentation is now available at https://tohaker.github.io/omada-go-sdk
Changed
- SDK is now generated with
openapi-generator-cliv7.21.0 - Multipart requests now defer the closing of files when calling the
addFilemethod.