1.4.0
Changed
- [BREAKING] concurrency is now handled by
concurrency_modifier
which is a user provided function that takes in the current concurrency and returns the new concurrency. This allows for more complex concurrency logic to be implemented by the user. - Updated the
colorama
requirement version to>= 0.2.5, < 0.4.5
Added
- Streaming support for calling endpoints.
What's Changed
- Updating branch by @justinmerrell in #223
- update branch by @justinmerrell in #224
- update branch by @justinmerrell in #229
- updating branch by @justinmerrell in #243
- Sdk updates by @justinmerrell in #244
- update branch by @justinmerrell in #245
- Concurrency optimization by @justinmerrell in #246
- Fix the case when
user['pubKey']
isNone
by @Michaelvll in #241 - Skypilot by @justinmerrell in #247
- Update CHANGELOG.md by @justinmerrell in #248
New Contributors
- @Michaelvll made their first contribution in #241
Full Changelog: 1.3.7...1.4.0