Releases: Aleph-Alpha/aleph-alpha-client
Releases · Aleph-Alpha/aleph-alpha-client
v7.4.0
What's Changed
- Remove illegal esacpes , by @WieslerAA in #179
- chore: update completion.py by @eltociear in #180
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 by @dependabot in #181
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by @dependabot in #182
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by @dependabot in #183
- Make api retries configurable via env variable by @WieslerAA in #184
- Add streaming support by @WoytenAA in #185
New Contributors
- @WieslerAA made their first contribution in #179
- @eltociear made their first contribution in #180
- @WoytenAA made their first contribution in #185
Full Changelog: v7.3.0...v7.4.0
v7.3.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.9.0 by @dependabot in #172
- feat: Client exposes HTTPAdapter pool size by @MerlinKallenbornAA in #173
- Increase retries for test clients by @ahartel in #174
- reduce number of prompts for batch semantic embedding endpoint by @ahartel in #175
- Max tokens optional by @moldhouse in #178
- Python 3 12 by @moldhouse in #177
New Contributors
- @MerlinKallenbornAA made their first contribution in #173
- @moldhouse made their first contribution in #178
Full Changelog: v7.1.0...v7.3.0
v7.1.0
What's Changed
- Added internal feature 'Tags' by @WieslerTNG in #162
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #165
- feature: export BusyError by @FlorianSchepersAA in #168
New Contributors
- @FlorianSchepersAA made their first contribution in #168
Full Changelog: v7.0.1...v7.1.0
v7.0.1
v7.0.0
v6.0.0
- Added
num_tokens_prompt_total
to the types below.
This is a breaking change sincenum_tokens_prompt_total
is mandatory.EmbeddingResponse
SemanticEmbeddingResponse
BatchSemanticEmbeddingResponse
- HTTP API version 1.15.0 or higher is required.
v5.0.0
What's Changed
- Added
num_tokens_prompt_total
andnum_tokens_generated
toCompletionResponse
. This is a
breaking change as these were introduced as mandatory parameters rather than optional ones.
HTTP API version 1.14.0 or higher is required.
Full Changelog: v4.1.0...v5.0.0
v4.1.0
What's Changed
- Added
verify_ssl
flag so you can disable SSL checking for your sessions.
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Reduce number of tasks created by batch semantic embedding test
- Remove costly embedding test from system tests
- Use dataclasses instead of namedtuples. Even if this is technically a breaking change
probably not much source code is actually affected as constructing instances still behaves
the same.
Full Changelog: v3.5.1...v4.0.0