@@ -4,6 +4,229 @@ icon: "clock"
44iconType : " solid"
55---
66
7- <Update label = " 2024-10-12" description = " v0.1.1" >
8- Changelog first generated
7+ <Update label = " v0.5.26" description = " February 06, 2025" >
8+ ### [ Simplified Slack notifications] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.26 )
9+ - Simplified Slack notifications by removing description field
10+ </Update >
11+
12+
13+ <Update label = " v0.5.25" description = " February 06, 2025" >
14+ ### [ JSX parsing improvements and workflow optimizations] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.25 )
15+ - Fixed JSX prop parsing mechanism
16+ - Added semantic release workflow improvements
17+ - Fixed handling of empty collections
18+ - Added performance optimizations with Mypyc/Cython
19+ - Improved CI/CD pipeline configuration
20+ </Update >
21+
22+
23+ <Update label = " v0.5.24" description = " February 05, 2025" >
24+ ### [ Adds Python 3.13 and ARM64 support with feature improvements] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.24 )
25+ - Added support for Python 3.13 and ARM64 architecture builds
26+ - Added documentation for incremental recomputation
27+ - Introduced feature flag for generics support
28+ - Fixed issues with duplicate edge creation
29+ - Improved pre-commit hook functionality and stability
30+ </Update >
31+
32+
33+ <Update label = " v0.5.23" description = " February 04, 2025" >
34+ ### [ Adds symbol flags and improves debugging capabilities] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.23 )
35+ - Added new symbol flag functionality for Python and TypeScript
36+ - Introduced duplicate dependencies strategy for file movement
37+ - Enhanced debugging capabilities and server health monitoring
38+ - Improved documentation with new guides and usage examples
39+ - Fixed various issues with codemod file creation and sandbox server
40+ </Update >
41+
42+
43+ <Update label = " v0.5.22" description = " February 04, 2025" >
44+ ### [ Improves testing and fixes release-related issues] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.22 )
45+ - Fixed changelog generation and wheel release issues
46+ - Improved test suite with timeouts and standardized move_to_file tests
47+ - Enhanced CI/CD pipeline configuration
48+ </Update >
49+
50+
51+ <Update label = " v0.5.21" description = " February 03, 2025" >
52+ ### [ Adds ephemeral server and improves documentation] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.21 )
53+ - Added ephemeral server functionality
54+ - Improved documentation generation with better type resolution and class docstrings
55+ - Enhanced CI/CD workflows and testing infrastructure
56+ </Update >
57+
58+
59+ <Update label = " v0.5.19" description = " February 03, 2025" >
60+ ### [ ARM support for Linux] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.19 )
61+ - Added ARM support for Linux platforms
62+ - Enhanced documentation with architecture docs and improved docstrings
63+ - Updated OpenAI dependency to version 1.61.0
64+ </Update >
65+
66+
67+ <Update label = " v0.5.18" description = " January 30, 2025" >
68+ ### [ Adds system prompt generation and improves core functionality] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.18 )
69+ - Added automatic system prompt generation and gist client integration
70+ - Restored namespace module support functionality
71+ - Removed dynamic widget component from home page
72+ - Fixed parse error handling
73+ - Enhanced documentation and workflow improvements
74+ </Update >
75+
76+
77+ <Update label = " v0.5.17" description = " January 30, 2025" >
78+ ### [ Platform and file handling improvements] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.17 )
79+ - Enhanced file handling with improved TSourceFile return type
80+ - Updated platform support capabilities
81+ - Added community resources for contributors
82+ </Update >
83+
84+
85+ <Update label = " v0.5.16" description = " January 30, 2025" >
86+ ### [ Pydantic v2 migration and documentation updates] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.16 )
87+ - Update to Pydantic v2 imports and config handling
88+ - Documentation and example improvements
89+ - Configuration file updates
90+ </Update >
91+
92+
93+ <Update label = " v0.5.15" description = " January 30, 2025" >
94+ ### [ Removes auth requirement and fixes path handling] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.15 )
95+ - Remove authentication requirement for create command
96+ - Fix path handling and directory creation
97+ - Resolve validator import issues
98+ </Update >
99+
100+
101+ <Update label = " v0.5.14" description = " January 29, 2025" >
102+ ### [ Validation system improvements] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.14 )
103+ - Updated validation system to use BeforeValidator instead of PlainValidator
104+ </Update >
105+
106+
107+ <Update label = " v0.5.13" description = " January 29, 2025" >
108+ ### [ Updates to Pydantic v2 and documentation improvements] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.13 )
109+ - Updated to Pydantic v2 for span handling
110+ - Added documentation for import loops
111+ - Improved IDE installation instructions
112+ </Update >
113+
114+
115+ <Update label = " v0.5.12" description = " January 29, 2025" >
116+ ### [ Documentation improvements and module resolution fixes] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.12 )
117+ - Enhanced documentation with improved visualization linking and codebase examples
118+ - Fixed module resolution issues
119+ - Updated VSCode installation guide with Python extensions
120+ - Improved documentation metadata and thumbnail images
121+ </Update >
122+
123+
124+ <Update label = " v0.5.11" description = " January 29, 2025" >
125+ ### [ Adds graph disabling feature and fixes command handling] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.11 )
126+ - Add disable_graph feature flag to reduce memory usage and parsing time
127+ - Fix bug in create command response handling
128+ </Update >
129+
130+
131+ <Update label = " v0.5.10" description = " January 29, 2025" >
132+ ### [ Adds language detection and improves file handling] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.10 )
133+ - Added package.json-based repository language detection
134+ - Improved file editing capabilities with new raw text edit features
135+ - Enhanced documentation with function decorator guide and codebase visualization tutorial
136+ - Fixed GitHub 404 error handling
137+ - Added type fixes for codebase initialization
138+ </Update >
139+
140+
141+ <Update label = " v0.5.9" description = " January 28, 2025" >
142+ ### [ Documentation improvements and dynamic import support] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.9 )
143+ - Improved documentation with new guides and clarifications on file types
144+ - Added support for dynamic import detection
145+ - Added reset command to CLI
146+ - Improved integration tests for better contributor experience
147+ - Fixed widget URLs and various documentation improvements
148+ </Update >
149+
150+
151+ <Update label = " v0.5.8" description = " January 28, 2025" >
152+ ### [ Fixes branch sync and improves documentation] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.8 )
153+ - Fix branch synchronization clone URL issue
154+ - Enhance documentation guides
155+ - Update development dependencies
156+ </Update >
157+
158+
159+ <Update label = " v0.5.7" description = " January 27, 2025" >
160+ ### [ Improves runner functionality and build process] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.7 )
161+ - Enhanced runner module functionality and synchronization
162+ - Added automatic function imports generation during build process
163+ - Updated documentation and README
164+ </Update >
165+
166+
167+ <Update label = " v0.5.6" description = " January 27, 2025" >
168+ ### [ New codebase initialization workflow and analytics integration] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.6 )
169+ - Introduced new codebase initialization workflow
170+ - Added PostHog integration and override functionality
171+ - Enhanced documentation for session options
172+ - Improved sandbox runner synchronization
173+ </Update >
174+
175+
176+ <Update label = " v0.5.5" description = " January 27, 2025" >
177+ ### [ Adds create flag and improves Git repository handling] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.5 )
178+ - Added ` -d ` flag to ` codegen create ` command
179+ - Fixed Gradio integration issues
180+ - Improved automatic base path detection for Git repositories
181+ - Enhanced codebase reset functionality to only affect SDK changes
182+ - Updated documentation and README
183+ </Update >
184+
185+
186+ <Update label = " v0.5.4" description = " January 27, 2025" >
187+ ### [ Adds venv management and TypeScript export support] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.4 )
188+ - Added virtual environment creation and persistence for ` codegen init `
189+ - Added support for codebase exports in TypeScript projects
190+ - Reorganized test structure for better maintainability
191+ - Updated graph widget configuration and URLs
192+ </Update >
193+
194+
195+ <Update label = " v0.5.3" description = " January 27, 2025" >
196+ ### [ Graph widget and system prompt features added] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.3 )
197+ - Added graph widget visualization feature
198+ - Enhanced documentation with improved readability and new guides
199+ - Added system prompt functionality
200+ - Fixed core commands: codegen run and create
201+ - Various internal code cleanup and reorganization
202+ </Update >
203+
204+
205+ <Update label = " v0.5.2" description = " January 24, 2025" >
206+ ### [ Adds notebook functionality and improves documentation] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.2 )
207+ - Added new codegen notebook functionality
208+ - Fixed several documentation rendering issues and broken links
209+ - Added function call parameter documentation helpers
210+ - Fixed various type annotations and AST-related bugs
211+ - Added README files for codegen modules
212+ </Update >
213+
214+
215+ <Update label = " v0.5.1" description = " January 24, 2025" >
216+ ### [ Adds remote codebase support and improves documentation] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.1 )
217+ - Added support for fetching remote codebases
218+ - Fixed documentation and GitHub link parsing issues
219+ - Improved test organization and coverage
220+ - Added missing documentation pages
221+ - Resolved repository configuration issues
222+ </Update >
223+
224+
225+ <Update label = " v0.5.0" description = " January 24, 2025" >
226+ ### [ Major documentation overhaul and API improvements] ( https://github.com/codegen-sh/codegen-sdk/releases/tag/v0.5.0 )
227+ - New documentation system with MDX support and interactive codemod widget
228+ - Simplified API with improved module organization and naming
229+ - Added Codebase and CLI functionality for easier code manipulation
230+ - Introduced fetch_codebase feature for remote repository handling
231+ - Enhanced documentation with new guides and examples
9232</Update >
0 commit comments