Skip to content

Commit 7544272

Browse files
committed
🖉 Update changelog with v2.0.0
1 parent 70a0169 commit 7544272

1 file changed

Lines changed: 28 additions & 4 deletions

File tree

‎changelog.md‎

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
# Changelog
22

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)
417

5-
[Full Changelog](https://github.com/devlooped/Extensions.AI/compare/v1.0.0-beta...v1.0.0)
18+
:hammer: Other:
619

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)
832

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)
1034

1135
:sparkles: Implemented enhancements:
1236

0 commit comments

Comments
 (0)