Skip to content

Commit 1df2587

Browse files
Create release 0.8.0 documentation
Signed-off-by: mydeveloperplanet <[email protected]>
1 parent 4b9b5a7 commit 1df2587

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@ so # Changelog
22

33
All 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)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "com.devoxx.genie"
10-
version = "0.7.1"
10+
version = "0.8.0"
1111

1212
repositories {
1313
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
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>

0 commit comments

Comments
 (0)