|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> -->
|
4 | 4 |
|
| 5 | +## 2.29.1 |
| 6 | + |
| 7 | +( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected])) |
| 8 | + |
| 9 | +### Enhancements made |
| 10 | + |
| 11 | +- Show error icon near cursor on inline completion errors [#1197](https://github.com/jupyterlab/jupyter-ai/pull/1197) ([@Darshan808](https://github.com/Darshan808)) |
| 12 | + |
| 13 | +### Bugs fixed |
| 14 | + |
| 15 | +- Enforce path imports for MUI icons, upgrade to ESLint v8 [#1225](https://github.com/jupyterlab/jupyter-ai/pull/1225) ([@krassowski](https://github.com/krassowski)) |
| 16 | +- Fixes duplicate api key being passed in `openrouter.py` [#1216](https://github.com/jupyterlab/jupyter-ai/pull/1216) ([@srdas](https://github.com/srdas)) |
| 17 | + |
| 18 | +### Maintenance and upkeep improvements |
| 19 | + |
| 20 | +- Upgrade to `actions/cache@v4` [#1228](https://github.com/jupyterlab/jupyter-ai/pull/1228) ([@dlqqq](https://github.com/dlqqq)) |
| 21 | +- Typo in comment [#1217](https://github.com/jupyterlab/jupyter-ai/pull/1217) ([@Carreau](https://github.com/Carreau)) |
| 22 | + |
| 23 | +### Documentation improvements |
| 24 | + |
| 25 | +- Update documentation for setting API keys without revealing them [#1224](https://github.com/jupyterlab/jupyter-ai/pull/1224) ([@srdas](https://github.com/srdas)) |
| 26 | +- Typo in comment [#1217](https://github.com/jupyterlab/jupyter-ai/pull/1217) ([@Carreau](https://github.com/Carreau)) |
| 27 | +- Docs: Update installation steps to work in bash & zsh [#1211](https://github.com/jupyterlab/jupyter-ai/pull/1211) ([@srdas](https://github.com/srdas)) |
| 28 | + |
| 29 | +### Contributors to this release |
| 30 | + |
| 31 | +([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-ai/graphs/contributors?from=2025-01-16&to=2025-02-06&type=c)) |
| 32 | + |
| 33 | +[@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-01-16..2025-02-06&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Akrassowski+updated%3A2025-01-16..2025-02-06&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-01-16..2025-02-06&type=Issues) |
| 34 | + |
| 35 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 36 | + |
5 | 37 | ## 2.29.0
|
6 | 38 |
|
7 | 39 | This release notably upgrades to LangChain v0.3 and Pydantic v2. You can now use the latest LangChain & Pydantic APIs available in the same environment as Jupyter AI! 🎉
|
@@ -34,8 +66,6 @@ pip install -U "jupyter-ai[all]"
|
34 | 66 |
|
35 | 67 | [@dlqqq](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Adlqqq+updated%3A2025-01-09..2025-01-16&type=Issues) | [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-ai+involves%3Ameeseeksmachine+updated%3A2025-01-09..2025-01-16&type=Issues)
|
36 | 68 |
|
37 |
| -<!-- <END NEW CHANGELOG ENTRY> --> |
38 |
| - |
39 | 69 | ## 2.28.5
|
40 | 70 |
|
41 | 71 | ( [Full Changelog ](https://github.com/jupyterlab/jupyter-ai/compare/@jupyter-ai/[email protected]))
|
|
0 commit comments