|
1 | 1 | # CHANGELOG
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v3.1.0 (2025-03-20) |
| 5 | + |
| 6 | +### Chores |
| 7 | + |
| 8 | +- Use correct model id name for usage examples |
| 9 | + ([#280](https://github.com/AI21Labs/ai21-python/pull/280), |
| 10 | + [`a822f62`](https://github.com/AI21Labs/ai21-python/commit/a822f621a04b0f1fdcc07d3389ccf5cde24abd89)) |
| 11 | + |
| 12 | +- **deps-dev**: Bump jinja2 from 3.1.5 to 3.1.6 |
| 13 | + ([#275](https://github.com/AI21Labs/ai21-python/pull/275), |
| 14 | + [`1572a9c`](https://github.com/AI21Labs/ai21-python/commit/1572a9cd23e32a0f394b899f1967209e46a38004)) |
| 15 | + |
| 16 | +Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release |
| 17 | + notes](https://github.com/pallets/jinja/releases) - |
| 18 | + [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - |
| 19 | + [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) |
| 20 | + |
| 21 | +--- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect |
| 22 | + |
| 23 | +... |
| 24 | + |
| 25 | +Signed-off-by: dependabot [bot ] <[email protected]> |
| 26 | + |
| 27 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
| 28 | + |
| 29 | +### Features |
| 30 | + |
| 31 | +- :sparkles: introduce Maestro ([#276](https://github.com/AI21Labs/ai21-python/pull/276), |
| 32 | + [`2284cc7`](https://github.com/AI21Labs/ai21-python/commit/2284cc7528b8020f3a3da274e5ff5dec72521d1f)) |
| 33 | + |
| 34 | +* feat: :sparkles: introduce Maestro |
| 35 | + |
| 36 | +* ci: Added remove cache |
| 37 | + |
| 38 | +* chore: :refactor: use `ChatMessage` instead of `Message` pretty TypedDict :( |
| 39 | + |
| 40 | +* chore: :truck: rename `maestro/runs` files to `maestro/run` |
| 41 | + |
| 42 | +* fix: :recycle: bug fixes and support for more params |
| 43 | + |
| 44 | +- update examples (async & sync) - support passing types in `output_type` - deprecate `instruction` |
| 45 | + |
| 46 | +* fix: :fire: remove unsupported parameters |
| 47 | + |
| 48 | +* fix: :bug: try saving the day |
| 49 | + |
| 50 | +* fix: :bug: let's give it another go shall we |
| 51 | + |
| 52 | +* fix: :fire: remove unused functions |
| 53 | + |
| 54 | +* test: :white_check_mark: tests |
| 55 | + |
| 56 | +* refactor: :truck: rename messages and constraints |
| 57 | + |
| 58 | +* ci: :technologist: add git hooks to check for in commit content |
| 59 | + |
| 60 | +* chore: :truck: move `maestro` under beta |
| 61 | + |
| 62 | +* docs: :memo: update examples |
| 63 | + |
| 64 | +* docs: :memo: update README |
| 65 | + |
| 66 | +* refactor: :truck: rename maestro runs examples |
| 67 | + |
| 68 | +* chore: :wrench: add budget support |
| 69 | + |
| 70 | +--------- |
| 71 | + |
| 72 | +Co-authored-by: benshuk <[email protected]> |
| 73 | + |
| 74 | +Co-authored-by: Josephasafg <[email protected]> |
| 75 | + |
| 76 | +### Refactoring |
| 77 | + |
| 78 | +- Removed J2 Support from Bedrock ([#277](https://github.com/AI21Labs/ai21-python/pull/277), |
| 79 | + [`8733047`](https://github.com/AI21Labs/ai21-python/commit/8733047aca6b1f75375abaff1d9df74aea5690c7)) |
| 80 | + |
| 81 | +* refactor: Removed j2 support |
| 82 | + |
| 83 | +* fix: Bad imports |
| 84 | + |
| 85 | +* fix: Extra test removal |
| 86 | + |
| 87 | + |
4 | 88 | ## v3.0.4 (2025-03-06)
|
5 | 89 |
|
6 | 90 | ### Bug Fixes
|
|
20 | 104 |
|
21 | 105 | * fix: Rename model
|
22 | 106 |
|
| 107 | +### Chores |
| 108 | + |
| 109 | +- **release**: V3.0.4 [skip ci] |
| 110 | + ([`557ab8e`](https://github.com/AI21Labs/ai21-python/commit/557ab8ee4785fab4382783d9c69c09f6819f5fc3)) |
| 111 | + |
23 | 112 |
|
24 | 113 | ## v3.0.3 (2025-02-27)
|
25 | 114 |
|
|
0 commit comments