|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v1.0.0](https://github.com/devlooped/Extensions.AI/tree/v1.0.0) (2025-12-19) |
| 3 | +## [v2.0.0](https://github.com/devlooped/Extensions.AI/tree/v2.0.0) (2026-03-11) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/devlooped/Extensions.AI/compare/v1.0.0...v2.0.0) |
| 6 | + |
| 7 | +:sparkles: Implemented enhancements: |
| 8 | + |
| 9 | +- Add Developer factory to Chat [\#229](https://github.com/devlooped/Extensions.AI/pull/229) (@kzu) |
| 10 | +- Refactor: update to new OpenAI SDK & provider model [\#228](https://github.com/devlooped/Extensions.AI/pull/228) (@kzu) |
| 11 | +- Refactor WebSearchTool and move to OpenAI namespace [\#215](https://github.com/devlooped/Extensions.AI/pull/215) (@kzu) |
| 12 | +- Internalize IChatClient implementations and auto-configure RawRepresentationFactory [\#214](https://github.com/devlooped/Extensions.AI/pull/214) (@Copilot) |
| 13 | +- Refactor: introduce provider/factory model for chat clients [\#210](https://github.com/devlooped/Extensions.AI/pull/210) (@kzu) |
| 14 | +- Add helper factory methods to Chat [\#204](https://github.com/devlooped/Extensions.AI/pull/204) (@kzu) |
| 15 | +- Make it possible to construct the raw completion request from gRPC [\#201](https://github.com/devlooped/Extensions.AI/pull/201) (@kzu) |
| 16 | +- Update with latest reasoning features from GPT 5.2 [\#199](https://github.com/devlooped/Extensions.AI/pull/199) (@kzu) |
4 | 17 |
|
5 | | -[Full Changelog](https://github.com/devlooped/Extensions.AI/compare/v1.0.0-beta...v1.0.0) |
| 18 | +:hammer: Other: |
6 | 19 |
|
7 | | -## [v1.0.0-beta](https://github.com/devlooped/Extensions.AI/tree/v1.0.0-beta) (2025-12-19) |
| 20 | +- Move console logging to separate package [\#123](https://github.com/devlooped/Extensions.AI/issues/123) |
| 21 | +- Create analyzer that detects AsIChatClient on a D.E.AI chat client and wrong extension method [\#94](https://github.com/devlooped/Extensions.AI/issues/94) |
| 22 | + |
| 23 | +:twisted_rightwards_arrows: Merged: |
| 24 | + |
| 25 | +- Extract console logging into Devlooped.Extensions.AI.Console \(JSON only\) [\#224](https://github.com/devlooped/Extensions.AI/pull/224) (@Copilot) |
| 26 | +- Remove Agents folder which is now in another repo [\#216](https://github.com/devlooped/Extensions.AI/pull/216) (@kzu) |
| 27 | +- Replace Extensions.Grok project with xAI nuget package [\#212](https://github.com/devlooped/Extensions.AI/pull/212) (@Copilot) |
| 28 | +- Remove unused upstream file [\#200](https://github.com/devlooped/Extensions.AI/pull/200) (@kzu) |
| 29 | +- Run AI tests in CI too [\#198](https://github.com/devlooped/Extensions.AI/pull/198) (@kzu) |
| 30 | + |
| 31 | +## [v1.0.0](https://github.com/devlooped/Extensions.AI/tree/v1.0.0) (2025-12-19) |
8 | 32 |
|
9 | | -[Full Changelog](https://github.com/devlooped/Extensions.AI/compare/v0.9.1...v1.0.0-beta) |
| 33 | +[Full Changelog](https://github.com/devlooped/Extensions.AI/compare/v0.9.1...v1.0.0) |
10 | 34 |
|
11 | 35 | :sparkles: Implemented enhancements: |
12 | 36 |
|
|
0 commit comments