• v0.7.0 22bec30ea1

    v0.7.0 Stable

    kerem released this 2026-01-23 20:34:12 +03:00 | 38 commits to main since this release

    📅 Originally published on GitHub: Fri, 23 Jan 2026 17:34:17 GMT
    🏷️ Git tag created: Fri, 23 Jan 2026 17:34:12 GMT

    0.7.0 (2026-01-23)

    Full Changelog: v0.6.0...v0.7.0

    Features

    • client: add ToString to ApiEnum (ae941c8)
    • client: add Equals and ToString to params (2c968f6)

    Bug Fixes

    • ci: don't throw an error about missing lsof (02165cc)

    Chores

    • internal: add copy constructor tests (7013602)
    • internal: simplify imports (aa26cc4)
    • internal: update actions/checkout version (8118778)
    Downloads
  • v0.6.0 7999c39402

    v0.6.0 Stable

    kerem released this 2026-01-15 03:20:45 +03:00 | 56 commits to main since this release

    📅 Originally published on GitHub: Thu, 15 Jan 2026 00:20:51 GMT
    🏷️ Git tag created: Thu, 15 Jan 2026 00:20:45 GMT

    0.6.0 (2026-01-15)

    Full Changelog: v0.5.0...v0.6.0

    ⚠ BREAKING CHANGES

    • client: change casing of some identifiers
    • client: Migration: Only use all-caps in PascalCase for two-letter acronyms. Otherwise, use a capital letter for the first letter and lowercase letters for the rest.
    • client: add pagination

    Features

    • api: manual updates (5413eb1)
    • api: manual updates (a9afbf4)
    • api: manual updates (e103ed6)
    • api: manual updates (d146c8d)
    • api: turn off oauth (d5fd3cd)
    • client: add helper functions for raw messages (a7c7651)
    • client: add more ToString implementations (834cf2c)
    • client: add pagination (3ff02eb)
    • client: support accessing raw responses (b65d061)

    Bug Fixes

    • ci: run tests properly on windows (d338698)
    • client: add missing serializer options (8dbcfe0)
    • client: bad deserialize call for void method (43e731c)
    • client: copy path params in params copy constructors (f4af49a)
    • client: don't dispose HttpResponse for methods that directly return it (9d6e6da)
    • client: ensure deep immutability for deep array/dict structures (2bfffa1)
    • client: freeze models on property access (69774cd)
    • client: throw api enum errors as invalid data exception (fc525b0)
    • client: use readonly type for param (48b9312)
    • internal: don't try to push symbols to nuget as separate package (89d16b3)
    • internal: remove redundant line (c1c0eec)
    • internal: remove roundtrip tests for multipart params (2e1b3cf)
    • internal: test nullability warnings (34b7ec9)

    Performance Improvements

    • client: add json deserialization caching (2bfffa1)

    Chores

    • client: consistently use serializer options (2b090b5)
    • client: refactor union instantiation (55dec9f)
    • internal: add files to sln so they show up in visual studio (9cb64bc)
    • internal: share csproj properties with dir build props (34b7ec9)
    • internal: suppress a diagnostic (8f86ff9)
    • internal: turn off overzealous lints (1906b65)
    • internal: use better namespace aliases (518f29c)
    • internal: use better test examples (34b7ec9)
    • readme: remove beta warning now that we're in ga (d8f2ffb)
    • rename some identifiers (41fe823)

    Documentation

    • add raw responses to readme (25283bb)

    Refactors

    • client: add JsonDictionary identity methods (f8d1ff9)
    • client: change casing of some identifiers (745ac1e)
    • client: make unions implement ModelBase (a268072)
    • internal: JsonElement constant construction (66efad3)
    Downloads
  • v0.5.0 5cda895e76

    v0.5.0 Stable

    kerem released this 2025-12-18 21:23:06 +03:00 | 111 commits to main since this release

    📅 Originally published on GitHub: Thu, 18 Dec 2025 18:23:10 GMT
    🏷️ Git tag created: Thu, 18 Dec 2025 18:23:06 GMT

    0.5.0 (2025-12-18)

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

    Features

    • api: manual updates (63a8e45)
    • client: add multipart form data support (eeb5016)

    Documentation

    Downloads
  • v0.4.0 28a5c6bd3e

    v0.4.0 Stable

    kerem released this 2025-12-18 11:59:38 +03:00 | 116 commits to main since this release

    📅 Originally published on GitHub: Thu, 18 Dec 2025 08:59:42 GMT
    🏷️ Git tag created: Thu, 18 Dec 2025 08:59:38 GMT

    0.4.0 (2025-12-18)

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

    Features

    Chores

    • client: improve object instantiation (e7030a7)
    • client: update test dependencies (342fdd4)
    • internal: use Random.Shared in newer .NET versions (4cb035f)
    Downloads
  • v0.3.1 eeb49cb91d

    v0.3.1 Stable

    kerem released this 2025-12-12 08:43:07 +03:00 | 127 commits to main since this release

    📅 Originally published on GitHub: Fri, 12 Dec 2025 05:43:11 GMT
    🏷️ Git tag created: Fri, 12 Dec 2025 05:43:07 GMT

    0.3.1 (2025-12-12)

    Full Changelog: v0.3.0...v0.3.1

    Bug Fixes

    • internal: add nullability checks for tests (35f0e7c)

    Chores

    • client: improve union validation (685acc5)
    • internal: add union tests (41a69d6)
    • internal: codegen related update (b65f903)
    Downloads
  • v0.3.0 026fdd04a6

    v0.3.0 Stable

    kerem released this 2025-12-11 09:18:25 +03:00 | 137 commits to main since this release

    📅 Originally published on GitHub: Thu, 11 Dec 2025 06:18:29 GMT
    🏷️ Git tag created: Thu, 11 Dec 2025 06:18:25 GMT

    0.3.0 (2025-12-11)

    Full Changelog: v0.2.0...v0.3.0

    Features

    Bug Fixes

    • client: handle floats correctly (80fdecf)

    Chores

    • internal: add enum tests (47531d0)
    Downloads
  • v0.2.0 d3e3cc9da1

    v0.2.0 Stable

    kerem released this 2025-12-08 22:51:53 +03:00 | 148 commits to main since this release

    📅 Originally published on GitHub: Mon, 08 Dec 2025 19:51:57 GMT
    🏷️ Git tag created: Mon, 08 Dec 2025 19:51:53 GMT

    0.2.0 (2025-12-08)

    Full Changelog: v0.1.0...v0.2.0

    Features

    Downloads
  • v0.1.0 f49e099217

    v0.1.0 Stable

    kerem released this 2025-12-05 19:13:52 +03:00 | 154 commits to main since this release

    📅 Originally published on GitHub: Fri, 05 Dec 2025 16:13:57 GMT
    🏷️ Git tag created: Fri, 05 Dec 2025 16:13:52 GMT

    0.1.0 (2025-12-05)

    Full Changelog: v0.0.1...v0.1.0

    Features

    • api: Update readme titles. (3884e00)
    Downloads