|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 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 | + |
5 | 104 | ## v2.4.2 (2024-06-06) |
6 | 105 |
|
| 106 | +### Chore |
| 107 | + |
| 108 | +* chore(release): v2.4.2 [skip ci] ([`15109d6`](https://github.com/AI21Labs/ai21-python/commit/15109d6d1747c939612fa1a546818d011283e6ea)) |
| 109 | + |
7 | 110 | ### Fix |
8 | 111 |
|
9 | 112 | * fix: parameters (#130) ([`dfcc567`](https://github.com/AI21Labs/ai21-python/commit/dfcc5675dc22fc3aafe7624b7e8ebd8cbd021146)) |
|
0 commit comments