Skip to content

Releases: slashfi/slash-sdk-python

v0.1.0-alpha.3

06 Mar 05:46
d297643

Choose a tag to compare

v0.1.0-alpha.3 Pre-release
Pre-release

0.1.0-alpha.3 (2026-03-06)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

v0.1.0-alpha.2

06 Mar 05:33
6833042

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

0.1.0-alpha.2 (2026-03-06)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • clean up environment call outs (4ad1004)
  • client: add follow_redirects request option (9df418b)
  • client: add support for aiohttp (3eb209f)

Bug Fixes

  • ci: correct conditional (68884e8)
  • ci: release-doctor — report correct token name (68d96ff)
  • client: correctly parse binary response | stream (539d6bf)
  • client: don't send Content-Type header on GET requests (51bb320)
  • parsing: correctly handle nested discriminated unions (51edf3f)
  • parsing: ignore empty metadata (85b43fb)
  • parsing: parse extra field types (0f75cf3)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (e0ac852)

Chores

  • ci: change upload type (81e0486)
  • ci: enable for pull requests (cc425b5)
  • ci: only run for pushes and fork pull requests (91e27a2)
  • configure new SDK language (1eae2cb)
  • docs: remove reference to rye shell (d745025)
  • docs: remove unnecessary param examples (0673d97)
  • internal: bump pinned h11 dep (721cd0c)
  • internal: codegen related update (eb41b78)
  • internal: update conftest.py (bfbab5c)
  • package: mark python 3.13 as supported (6cc8a38)
  • readme: fix version rendering on pypi (7f5d547)
  • readme: update badges (a32bd73)
  • tests: add tests for httpx client instantiation & proxies (8852f4b)
  • tests: run tests in parallel (02ad96f)
  • tests: skip some failing tests on the latest python versions (6b36079)

Documentation

  • client: fix httpx.Timeout documentation reference (f3b6260)

v0.1.0-alpha.1

23 May 17:06
35f8eef

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

0.1.0-alpha.1 (2025-05-23)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • api: update via SDK Studio (defc219)

Chores