mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
changeset version bump
This commit is contained in:
parent
c86128bbcf
commit
abcc8eec55
6 changed files with 13 additions and 28 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add AWS Bedrock VPC endpoint support, allowing users to connect to Bedrock through private VPC endpoints. This includes UI configuration options, updated types, and comprehensive test coverage.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": major
|
||||
---
|
||||
|
||||
Fixes bug with context condensing on Amazon Bedrock
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Correctly pass headers to SSE MCP
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
|
||||
- Fix to correctly pass headers to SSE MCP servers
|
||||
- Adding support for custom VPC endpoints when using Amazon Bedrock (thanks @kcwhite!)
|
||||
- Fix bug with context condensing in Amazon Bedrock
|
||||
- Fix UTF-8 encoding in ExecaTerminalProcess (thanks @mr-ryan-james!)
|
||||
- Set sidebar name bugfix (thanks @chrarnoldus!)
|
||||
- Fix link to CONTRIBUTING.md in feature request template (thanks @cannuri!)
|
||||
- Add task metadata to Unbound and improve caching logic (thanks @pugazhendhi-m!)
|
||||
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,5 +1,17 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- Fixes bug with context condensing on Amazon Bedrock
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Add AWS Bedrock VPC endpoint support, allowing users to connect to Bedrock through private VPC endpoints. This includes UI configuration options, updated types, and comprehensive test coverage.
|
||||
- Correctly pass headers to SSE MCP
|
||||
- - Experimental feature to allow reading multiple files at once (thanks @samhvw8!)
|
||||
|
||||
## [3.19.0] - 2025-05-30
|
||||
|
||||
- Enable intelligent content condensing by default and move condense button out of expanded task menu
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.19.0",
|
||||
"version": "4.0.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue