Skip to content

Commit 3d66769

Browse files
committed
🖉 Update changelog with v1.0.0
1 parent 1ecea39 commit 3d66769

1 file changed

Lines changed: 27 additions & 47 deletions

File tree

changelog.md

Lines changed: 27 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,50 @@
11
# Changelog
22

3-
## [v1.0.0-preview.1](https://github.com/devlooped/xAI/tree/v1.0.0-preview.1) (2026-01-02)
3+
## [v1.0.0](https://github.com/devlooped/xAI/tree/v1.0.0) (2026-01-05)
44

5-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.1.0...v1.0.0-preview.1)
5+
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.0-preview.1...v1.0.0)
66

77
:sparkles: Implemented enhancements:
88

9-
- Add support for collection search results citations [\#35](https://github.com/devlooped/xAI/pull/35) (@kzu)
10-
- Make client disposable so it clears Grpc clients [\#34](https://github.com/devlooped/xAI/pull/34) (@kzu)
11-
- Rename extension method to add xAI protocol clients [\#32](https://github.com/devlooped/xAI/pull/32) (@kzu)
12-
- Improve tool conversion and make API public [\#31](https://github.com/devlooped/xAI/pull/31) (@kzu)
13-
- Bring in M.E.AI integration from Devlooped.Extensions.AI [\#30](https://github.com/devlooped/xAI/pull/30) (@kzu)
14-
- Rename xAI project to xAI.Protocol [\#27](https://github.com/devlooped/xAI/pull/27) (@kzu)
15-
- Rename to xAI [\#25](https://github.com/devlooped/xAI/pull/25) (@kzu)
9+
- Improve content type detection from responses [\#49](https://github.com/devlooped/xAI/pull/49) (@kzu)
10+
- Expose specific protocol clients from GrokClient [\#39](https://github.com/devlooped/xAI/pull/39) (@kzu)
1611

17-
:twisted_rightwards_arrows: Merged:
18-
19-
- Fix protocol package id [\#28](https://github.com/devlooped/xAI/pull/28) (@kzu)
12+
:hammer: Other:
2013

21-
## [v1.1.0](https://github.com/devlooped/xAI/tree/v1.1.0) (2025-12-05)
14+
- ✨ Set up Copilot instructions [\#46](https://github.com/devlooped/xAI/issues/46)
15+
- Add support for IImageGenerator [\#44](https://github.com/devlooped/xAI/issues/44)
16+
- Implement IEmbeddingGenerator interface on top of Embedder.EmbedderClient [\#40](https://github.com/devlooped/xAI/issues/40)
2217

23-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.3...v1.1.0)
18+
:twisted_rightwards_arrows: Merged:
2419

25-
:sparkles: Implemented enhancements:
20+
- Document via tests that image content type is jpeg [\#48](https://github.com/devlooped/xAI/pull/48) (@kzu)
21+
- Add comprehensive Copilot instructions for coding agent [\#47](https://github.com/devlooped/xAI/pull/47) (@Copilot)
22+
- Add IImageGenerator implementation for xAI image generation [\#45](https://github.com/devlooped/xAI/pull/45) (@Copilot)
23+
- Add test that verifies embeddings aren't supported [\#43](https://github.com/devlooped/xAI/pull/43) (@kzu)
24+
- Run sanity/integration tests in CI [\#38](https://github.com/devlooped/xAI/pull/38) (@kzu)
25+
- Take header inspiration from python sdk [\#37](https://github.com/devlooped/xAI/pull/37) (@kzu)
2626

27-
- ⬆️ Add hybrid/semantic/keyword retrieval modes with reranker config [\#12](https://github.com/devlooped/xAI/pull/12) (@kzu)
28-
29-
## [v1.0.3](https://github.com/devlooped/xAI/tree/v1.0.3) (2025-12-04)
27+
## [v1.0.0-preview.1](https://github.com/devlooped/xAI/tree/v1.0.0-preview.1) (2026-01-02)
3028

31-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.2...v1.0.3)
29+
[Full Changelog](https://github.com/devlooped/xAI/compare/v0.1.0...v1.0.0-preview.1)
3230

3331
:sparkles: Implemented enhancements:
3432

33+
- Add support for collection search results citations [\#35](https://github.com/devlooped/xAI/pull/35) (@kzu)
34+
- Make client disposable so it clears Grpc clients [\#34](https://github.com/devlooped/xAI/pull/34) (@kzu)
35+
- Rename extension method to add xAI protocol clients [\#32](https://github.com/devlooped/xAI/pull/32) (@kzu)
36+
- Improve tool conversion and make API public [\#31](https://github.com/devlooped/xAI/pull/31) (@kzu)
37+
- Bring in M.E.AI integration from Devlooped.Extensions.AI [\#30](https://github.com/devlooped/xAI/pull/30) (@kzu)
38+
- Rename xAI project to xAI.Protocol [\#27](https://github.com/devlooped/xAI/pull/27) (@kzu)
39+
- Rename to xAI [\#25](https://github.com/devlooped/xAI/pull/25) (@kzu)
40+
- ⬆️ Add hybrid/semantic/keyword retrieval modes with reranker config [\#12](https://github.com/devlooped/xAI/pull/12) (@kzu)
3541
- ⬆️ Rename server-side document search tools to attachment search [\#11](https://github.com/devlooped/xAI/pull/11) (@kzu)
36-
37-
## [v1.0.2](https://github.com/devlooped/xAI/tree/v1.0.2) (2025-12-03)
38-
39-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.1...v1.0.2)
40-
41-
:sparkles: Implemented enhancements:
42-
4342
- ⬆️ Add new include option for verbose chunks in streaming response [\#10](https://github.com/devlooped/xAI/pull/10) (@kzu)
44-
45-
## [v1.0.1](https://github.com/devlooped/xAI/tree/v1.0.1) (2025-12-02)
46-
47-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.0...v1.0.1)
48-
49-
:sparkles: Implemented enhancements:
50-
5143
- ⬆️ Add end\_index for InlineCitation [\#9](https://github.com/devlooped/xAI/pull/9) (@kzu)
5244

53-
## [v1.0.0](https://github.com/devlooped/xAI/tree/v1.0.0) (2025-11-29)
54-
55-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.0-rc...v1.0.0)
56-
57-
## [v1.0.0-rc](https://github.com/devlooped/xAI/tree/v1.0.0-rc) (2025-11-29)
58-
59-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.0-beta...v1.0.0-rc)
60-
61-
## [v1.0.0-beta](https://github.com/devlooped/xAI/tree/v1.0.0-beta) (2025-11-29)
62-
63-
[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.0-alpha...v1.0.0-beta)
64-
65-
## [v1.0.0-alpha](https://github.com/devlooped/xAI/tree/v1.0.0-alpha) (2025-11-29)
45+
:twisted_rightwards_arrows: Merged:
6646

67-
[Full Changelog](https://github.com/devlooped/xAI/compare/v0.1.0...v1.0.0-alpha)
47+
- Fix protocol package id [\#28](https://github.com/devlooped/xAI/pull/28) (@kzu)
6848

6949
## [v0.1.0](https://github.com/devlooped/xAI/tree/v0.1.0) (2025-11-25)
7050

0 commit comments

Comments
 (0)