Skip to content

Commit fbf3fc1

Browse files
authored
Add release notes for v3.23.16 (#259)
1 parent db9850c commit fbf3fc1

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This section contains notes about recent updates to Roo Code, listed by version
1919

2020
## Version 3.23
2121

22+
* [3.23.16](/update-notes/v3.23.16) (2025-07-19)
2223
* [3.23.15](/update-notes/v3.23.15) (2025-07-18)
2324
* [3.23.14](/update-notes/v3.23.14) (2025-07-17)
2425
* [3.23.13](/update-notes/v3.23.13) (2025-07-17)

docs/update-notes/v3.23.16.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
description: This release improves performance for large codebases and enhances development workflows.
3+
keywords:
4+
- roo code 3.23.16
5+
- performance improvements
6+
- code indexing
7+
- rate limiting
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.23.16 Release Notes (2025-07-19)
12+
13+
This release improves performance for large codebases and enhances development workflows.
14+
15+
## Performance Improvements
16+
17+
* **Code Indexing**: Added memory-safe batch limiting to prevent overflow when scanning large codebases (thanks daniel-lxs!) ([#5891](https://github.com/RooCodeInc/Roo-Code/pull/5891))
18+
* **API Rate Limiting**: Implemented global rate limiting with exponential backoff for OpenAI-compatible embeddings, preventing API overload and improving reliability (thanks daniel-lxs!) ([#5854](https://github.com/RooCodeInc/Roo-Code/pull/5854))
19+
20+
## QOL Improvements
21+
22+
* **Development Environment**: Fixed Docker port conflicts for evaluation services by using ports 5433 (PostgreSQL) and 6380 (Redis) instead of default ports (thanks roomote!) ([#5909](https://github.com/RooCodeInc/Roo-Code/pull/5909))
23+
* **Release Engineering**: Enhanced release notes generation to include issue numbers and reporters for better attribution (thanks roomote!) ([#5940](https://github.com/RooCodeInc/Roo-Code/pull/5940))
24+
25+
## Misc Improvements
26+
27+
* **Repository Statistics**: Excluded non-English translation files from GitHub language statistics for more accurate codebase representation (thanks roomote!) ([#5943](https://github.com/RooCodeInc/Roo-Code/pull/5943))

docs/update-notes/v3.23.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ We've added native Windows support for the Claude Code provider (thanks Sannidhy
133133
- **Project Analysis**: Fixed list-files tool to ensure complete directory structure is visible when analyzing large projects (thanks qdaxb!) ([#5303](https://github.com/RooCodeInc/Roo-Code/pull/5303))
134134
- **API Task Logging**: Fixed an issue where API-initiated tasks would attempt to write logs to workspace directories that might not exist. Logs now write to the system's temporary directory instead ([#5833](https://github.com/RooCodeInc/Roo-Code/pull/5833))
135135
- **Claude Model Detection**: Fixed context length errors when using Claude models through alternative providers like Google Vertex AI (thanks daniel-lxs, TheFynx!)
136+
- **Development Environment**: Fixed Docker port conflicts for evaluation services by using ports 5433 (PostgreSQL) and 6380 (Redis) instead of default ports (thanks roomote!)
136137

137138
## Provider Updates
138139

@@ -146,6 +147,10 @@ We've added native Windows support for the Claude Code provider (thanks Sannidhy
146147

147148
## Misc Improvements
148149

150+
- **Code Indexing**: Added memory-safe batch limiting to prevent overflow when scanning large codebases (thanks daniel-lxs!)
151+
- **API Rate Limiting**: Implemented global rate limiting with exponential backoff for OpenAI-compatible embeddings, preventing API overload and improving reliability (thanks daniel-lxs!)
152+
- **Release Engineering**: Enhanced release notes generation to include issue numbers and reporters for better attribution (thanks roomote!)
153+
- **Repository Statistics**: Excluded non-English translation files from GitHub language statistics for more accurate codebase representation (thanks roomote!)
149154
- **Error Telemetry**: Improved debugging capabilities for better reliability and faster issue resolution, with enhanced privacy protection through hashed file paths (thanks daniel-lxs!) ([#5595](https://github.com/RooCodeInc/Roo-Code/pull/5595))
150155
- **Type Definitions**: Updated internal type definitions for improved compatibility and development experience
151156
- **GitHub Actions**: Fixed GitHub Actions workflow warnings by removing invalid parameters from CI/CD configuration (thanks hamirmahal!) ([#5676](https://github.com/RooCodeInc/Roo-Code/pull/5676))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ const sidebars: SidebarsConfig = {
209209
label: '3.23',
210210
items: [
211211
{ type: 'doc', id: 'update-notes/v3.23', label: '3.23 Combined' },
212+
{ type: 'doc', id: 'update-notes/v3.23.16', label: '3.23.16' },
212213
{ type: 'doc', id: 'update-notes/v3.23.15', label: '3.23.15' },
213214
{ type: 'doc', id: 'update-notes/v3.23.14', label: '3.23.14' },
214215
{ type: 'doc', id: 'update-notes/v3.23.13', label: '3.23.13' },

0 commit comments

Comments
 (0)