File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,29 @@ so # Changelog
22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.7.0] - Unreleased
5+ ### [ 0.8.0]
6+
7+ ### Added
8+ - Update models for Anthropic, OpenAI and Gemini
9+ - Add support for MCP streamable HTTP
10+
11+ ### Dependencies
12+ - Issue #689 : Upgrade to langchain4j 1.10.0(-beta18)
13+
14+ ## [ 0.7.1]
15+
16+ ### Added
17+ - Issue #767 : MCP approval timeout should be configurable
18+ - Issue #771 : Enable streaming responses for Bedrock Anthropic models
19+ - Added Claude Sonnet 4 to the available Amazon Bedrock models
20+
21+ ### Fixed
22+ - Issue #806 : Plugin 'DevoxxGenie' (version '0.7.0') is not compatible with the current version of the IDE
23+
24+ ### Dependencies
25+ - Bump the gradle-dependencies
26+
27+ ## [ 0.7.0]
628
729### Added
830- Added Claude Sonnet 3.5 v2 to Amazon Bedrock models (#761 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " com.devoxx.genie"
10- version = " 0.7.1 "
10+ version = " 0.8.0 "
1111
1212repositories {
1313 mavenCentral()
Original file line number Diff line number Diff line change 3535 ]]> </description >
3636
3737 <change-notes ><![CDATA[
38+ <h2>v0.8.0</h2>
39+ <UL>
40+ <LI>Update models for Anthropic, OpenAI and Gemini</LI>
41+ <LI>Add support for MCP streamable HTTP</LI>
42+ <LI>Issue #689: Upgrade to langchain4j 1.10.0(-beta18)</LI>
43+ <LI>Bump the gradle-dependencies</LI>
44+ </UL>
3845 <h2>v0.7.1</h2>
3946 <UL>
4047 <LI>Issue #767: MCP approval timeout should be configurable</LI>
You can’t perform that action at this time.
0 commit comments