Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: inference-gateway/sdk

🚀 Version 1.13.0

28 Aug 05:20
95e4e24
Compare
Choose a tag to compare

1.13.0 (2025-08-28)

✨ Features

  • a2a: Add functions to list and fetch A2A agents (#25) (7af9c99), closes #24

🚀 Version 1.12.0

22 Aug 16:12
b7ba41f
Compare
Choose a tag to compare

1.12.0 (2025-08-22)

✨ Features

  • retry: Add retry logic with exponential backoff for HTTP requests (#20) (b4a0ddb), closes #22

🚀 Version 1.12.0-rc.2

22 Aug 15:54
3c2db52
Compare
Choose a tag to compare
Pre-release

1.12.0-rc.2 (2025-08-22)

✨ Features

  • Add Retry Mechanism section to README and implement parseRetryAfter function with tests also for rate-limiting retries (ce74bad)

🚀 Version 1.12.0-rc.1

22 Aug 15:38
6bfdee7
Compare
Choose a tag to compare
Pre-release

1.12.0-rc.1 (2025-08-22)

✨ Features

  • retry: Add configurable status codes and callback mechanism (1d3cefa)
  • retry: Add retry logic with exponential backoff for HTTP requests (0d1a57a)

♻️ Improvements

  • retry: Clean up comments (b5a32db)
  • retry: Remove comments from retryable status code tests for clarity (5948350)
  • retry: Remove redundant comments in isRetryableStatusCode function (930dc15)

🐛 Bug Fixes

  • headers: Remove redundant comment in TestWithHeaders (468f356)

🔧 Miscellaneous

🚀 Version 1.11.1

20 Aug 13:44
57bd526
Compare
Choose a tag to compare

1.11.1 (2025-08-20)

📚 Documentation

  • examples: Add ReasoningContent field support in streaming examples (#18) (0212d7d), closes #17

🚀 Version 1.11.0

09 Aug 00:02
059c12d
Compare
Choose a tag to compare

1.11.0 (2025-08-09)

✨ Features

  • providers: Add Mistral AI provider support (#16) (202cd9a), closes #15

👷 CI

📚 Documentation

  • Simplify CLAUDE.md by consolidating commands and development guidelines (50b02c5)

🔧 Miscellaneous

  • Add issue templates for bug reports, feature requests, and refactor requests (#14) (9d3371b)

📦 Miscellaneous

  • Add initial Flox configuration files for SDK environment (fafcba4)

🚀 Version 1.10.0

26 Jul 14:30
6326126
Compare
Choose a tag to compare

1.10.0 (2025-07-26)

✨ Features

📚 Documentation

  • Add Google provider to supported LLM providers list in README (b4f6adf)

🚀 Version 1.9.1

19 Jul 21:58
b721e0f
Compare
Choose a tag to compare

1.9.1 (2025-07-19)

📚 Documentation

  • Add middleware options section to README with usage examples (47a703e)

✅ Miscellaneous

  • Enhance middleware options handling and add comprehensive tests (4e09828)

🚀 Version 1.9.0

19 Jul 17:47
c15f7ff
Compare
Choose a tag to compare

1.9.0 (2025-07-19)

✨ Features

  • Add middleware bypass example and support for middleware options (4d78ae9)

🚀 Version 1.8.3

20 Jun 00:12
be2c779
Compare
Choose a tag to compare

1.8.3 (2025-06-20)

📚 Documentation