Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.38 KB

File metadata and controls

38 lines (28 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.4.0 (2026-04-11)

Minor Changes

  • feat: Updating spec to latest remote version (#16 by @Tohaker)

Patch Changes

  • fix: Making fields in DstTimeDTO schema optional (#20 by @Tohaker)

0.3.1 (2026-04-06)

Patch Changes

  • chore: Publishing tags compatible with go modules

0.3.0 (2026-04-06)

Minor Changes

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

0.2.1 (2026-04-05)

Patch Changes

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

0.2.0 (2026-04-03)

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.

0.1.0 (2026-03-29)

Added

  • Initial generation of Omada SDK from source
  • Created Auth spec to fill the gaps in the original source spec