File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.6] - 2025-08-08
9+
10+ ### Fixed
11+ - Fixed issue where models deleted from LiteLLM proxy caused terraform plan to fail instead of planning recreation
12+ - Enhanced ErrorResponse struct to properly parse LiteLLM proxy error format with Detail field
13+ - Improved isModelNotFoundError function to detect "not found on litellm proxy" messages in Detail.Error field
14+
15+ ## [ 0.3.5] - 2025-08-08
16+
17+ ### Fixed
18+ - Fixed team member update behavior to use member_update endpoint instead of delete/re-add
19+ - Restored team_member_permissions functionality to litellm_team resource
20+ - Enhanced team resource with proper permissions management endpoints
21+
822## [ 0.3.0] - 2025-04-23
923
1024### Fixed
You can’t perform that action at this time.
0 commit comments