Releases: Aleph-Alpha/aleph-alpha-client
Releases · Aleph-Alpha/aleph-alpha-client
v8.0.0
What's Changed
- build(deps): bump tqdm from 4.67.0 to 4.67.1 by @dependabot in #205
- build(deps): bump types-tqdm from 4.66.0.20240417 to 4.67.0.20241119 by @dependabot in #204
- build(deps): bump tornado from 6.4.1 to 6.4.2 by @dependabot in #206
- build(deps): bump pytest from 8.3.3 to 8.3.4 by @dependabot in #207
- Drop default api url for host of clients by @fgebhart in #209
Full Changelog: v7.6.0...v8.0.0
v7.6.0
What's Changed
- Bump packaging from 24.1 to 24.2 by @dependabot in #195
- Bump tokenizers from 0.20.1 to 0.20.3 by @dependabot in #198
- Bump tqdm from 4.66.6 to 4.67.0 by @dependabot in #197
- Bump aiohttp-retry from 2.9.0 to 2.9.1 by @dependabot in #196
- fix: do not send user header if version is unavailable by @moldhouse in #200
- build(deps): bump aiohttp from 3.10.10 to 3.10.11 by @dependabot in #202
- build(deps): bump sphinx-rtd-theme from 3.0.1 to 3.0.2 by @dependabot in #203
- Support instructable_embed endpoint by @WoytenAA in #201
Full Changelog: v7.5.1...v7.6.0
v7.5.1
What's Changed
- fix: read package version from pyproject.toml if not found in metadata by @moldhouse in #194
Full Changelog: v7.5.0...v7.5.1
v7.5.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot in #186
- feat: add chat endpoint to sync and async client by @moldhouse in #187
- build: change from setuptools to poetry by @moldhouse in #188
- build: avoid importing entire repo for building read the docs by @fgebhart in #190
- enhance rtd config file to support poetry extra doc deps by @fgebhart in #191
- fix read-the-docs build pipeline by @fgebhart in #192
- ci: build package before checking version by @moldhouse in #193
New Contributors
Full Changelog: v7.4.0...v7.5.0
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.