Skip to content

Commit f829c8f

Browse files
author
semantic-release
committed
chore(release): v2.5.0 [skip ci]
1 parent d1933e4 commit f829c8f

File tree

3 files changed

+105
-2
lines changed

3 files changed

+105
-2
lines changed

CHANGELOG.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,111 @@
22

33

44

5+
## v2.5.0 (2024-06-10)
6+
7+
### Feature
8+
9+
* feat: add support for studio async client (#129)
10+
11+
* feat: async support - stream, http, ai21 http
12+
13+
* fix: commit changes
14+
15+
* feat: studio resource, chat, chat completions, answer
16+
17+
* feat: beta, dataset, completion, custom model
18+
19+
* feat: embed, gec, improvements
20+
21+
* feat: paraphrase, segmentation, summarize, by segment
22+
23+
* feat: library
24+
25+
* feat: client
26+
27+
* refactor: sync and async http, ai21 http, ai21 client, resources
28+
29+
* test: update imports, create tests for async
30+
31+
* fix: base client
32+
33+
* fix: add pytest marker asyncio
34+
35+
* fix: add pytest asyncio to poetry
36+
37+
* fix: add delete to lib files, add examples, test examples
38+
39+
* fix: tests
40+
41+
* fix: fix stream, add stream tests, add readme
42+
43+
* fix: fix import on sm stub
44+
45+
* feat: async support - stream, http, ai21 http
46+
47+
* fix: commit changes
48+
49+
* feat: studio resource, chat, chat completions, answer
50+
51+
* feat: beta, dataset, completion, custom model
52+
53+
* feat: embed, gec, improvements
54+
55+
* feat: paraphrase, segmentation, summarize, by segment
56+
57+
* feat: library
58+
59+
* feat: client
60+
61+
* refactor: sync and async http, ai21 http, ai21 client, resources
62+
63+
* test: update imports, create tests for async
64+
65+
* fix: base client
66+
67+
* fix: add pytest marker asyncio
68+
69+
* fix: add pytest asyncio to poetry
70+
71+
* fix: add delete to lib files, add examples, test examples
72+
73+
* fix: tests
74+
75+
* fix: fix stream, add stream tests, add readme
76+
77+
* fix: fix import on sm stub
78+
79+
* fix: fix async http client, fix tests
80+
81+
* fix: remove commented out code
82+
83+
* fix: CR comments
84+
85+
* fix: fix failing test
86+
87+
* fix: fix failing test
88+
89+
* fix: fix failing test
90+
91+
* fix: fix library test
92+
93+
* fix: cr comments ([`d1933e4`](https://github.com/AI21Labs/ai21-python/commit/d1933e4f4ba5964c4622b737504fbd0f0f77353a))
94+
95+
### Fix
96+
97+
* fix: Pass Base URL to HTTP Client (#128)
98+
99+
* fix: Support base urls
100+
101+
* fix: tests ([`8b91187`](https://github.com/AI21Labs/ai21-python/commit/8b9118746bc30c9ba91fbca80ca6c6a9256d2876))
102+
103+
5104
## v2.4.2 (2024-06-06)
6105

106+
### Chore
107+
108+
* chore(release): v2.4.2 [skip ci] ([`15109d6`](https://github.com/AI21Labs/ai21-python/commit/15109d6d1747c939612fa1a546818d011283e6ea))
109+
7110
### Fix
8111

9112
* fix: parameters (#130) ([`dfcc567`](https://github.com/AI21Labs/ai21-python/commit/dfcc5675dc22fc3aafe7624b7e8ebd8cbd021146))

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.4.2"
1+
VERSION = "2.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "2.4.2"
49+
version = "2.5.0"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)