Skip to content

Releases: Tohaker/omada-go-sdk

v0.5.0

29 May 09:46
712b598

Choose a tag to compare

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

Full Changelog: v0.4.0...v0.5.0

v0.4.0

11 Apr 22:08
cc6947e

Choose a tag to compare

What's Changed

  • feat: Spec update by @Tohaker in #16
  • docs: GH-5 Creating issue and PR templates by @Tohaker in #19
  • fix: Making DstTimeDTO properties optional by @Tohaker in #20
  • 🚀 Release omada-go-sdk v0.4.0 by @github-actions[bot] in #18

Full Changelog: v0.3.1...v0.4.0

v0.3.1

06 Apr 19:15
0e18273

Choose a tag to compare

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

06 Apr 19:12

Choose a tag to compare

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

06 Apr 18:08
182d2f3

Choose a tag to compare

Minor Changes

  • feat: Patch CreateNewSite to return correct API response (#13 by @Tohaker)

omada-go-sdk@v0.2.1

05 Apr 23:04
c88f582

Choose a tag to compare

Patch Changes

  • ci: Adding changeset management process and using makefile to build project (#9 by @Tohaker)

omada-go-sdk@v0.2.0

05 Apr 22:22
f9482f3

Choose a tag to compare

Added

Changed

  • SDK is now generated with openapi-generator-cli v7.21.0
  • Multipart requests now defer the closing of files when calling the addFile method.