|
1 | 1 | # Changelog |
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | :sparkles: Implemented enhancements: |
8 | 8 |
|
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) |
16 | 11 |
|
17 | | -:twisted_rightwards_arrows: Merged: |
18 | | - |
19 | | -- Fix protocol package id [\#28](https://github.com/devlooped/xAI/pull/28) (@kzu) |
| 12 | +:hammer: Other: |
20 | 13 |
|
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) |
22 | 17 |
|
23 | | -[Full Changelog](https://github.com/devlooped/xAI/compare/v1.0.3...v1.1.0) |
| 18 | +:twisted_rightwards_arrows: Merged: |
24 | 19 |
|
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) |
26 | 26 |
|
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) |
30 | 28 |
|
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) |
32 | 30 |
|
33 | 31 | :sparkles: Implemented enhancements: |
34 | 32 |
|
| 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) |
35 | 41 | - ⬆️ 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 | | - |
43 | 42 | - ⬆️ 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 | | - |
51 | 43 | - ⬆️ Add end\_index for InlineCitation [\#9](https://github.com/devlooped/xAI/pull/9) (@kzu) |
52 | 44 |
|
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: |
66 | 46 |
|
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) |
68 | 48 |
|
69 | 49 | ## [v0.1.0](https://github.com/devlooped/xAI/tree/v0.1.0) (2025-11-25) |
70 | 50 |
|
|
0 commit comments