From 111bd4f56702f27a56c484e1762aa756b9105c56 Mon Sep 17 00:00:00 2001 From: cirilla-zmh Date: Fri, 3 Apr 2026 17:20:34 +0800 Subject: [PATCH] chore: post-release v0.4.0 - archive changelogs & bump dev versions - Archive Unreleased changelogs as Version 0.4.0 - Bump instrumentation-loongsuite + loongsuite-distro + loongsuite-site-bootstrap versions to next dev Change-Id: Ia487ce84d2965fcf75f290b92bb358574a5ca5e3 Co-developed-by: Cursor --- CHANGELOG-loongsuite.md | 4 ++++ .../loongsuite-instrumentation-agentscope/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/agentscope/version.py | 2 +- .../loongsuite-instrumentation-agno/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/agno/version.py | 2 +- .../loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md | 4 ++++ .../opentelemetry/instrumentation/claude_agent_sdk/version.py | 2 +- .../loongsuite-instrumentation-copaw/CHANGELOG.md | 2 ++ .../src/opentelemetry/instrumentation/copaw/version.py | 2 +- .../loongsuite-instrumentation-crewai/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/crewai/version.py | 2 +- .../loongsuite-instrumentation-dashscope/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/dashscope/version.py | 2 +- .../loongsuite-instrumentation-dify/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/dify/version.py | 2 +- .../loongsuite-instrumentation-google-adk/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/google_adk/version.py | 2 +- .../loongsuite-instrumentation-langchain/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/langchain/version.py | 2 +- .../loongsuite-instrumentation-langgraph/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/langgraph/version.py | 2 +- .../loongsuite-instrumentation-litellm/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/litellm/version.py | 2 +- .../loongsuite-instrumentation-mcp/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/mcp/version.py | 2 +- .../loongsuite-instrumentation-mem0/CHANGELOG.md | 4 ++++ .../src/opentelemetry/instrumentation/mem0/version.py | 2 +- loongsuite-distro/src/loongsuite/distro/version.py | 2 +- .../src/loongsuite_site_bootstrap/version.py | 2 +- util/opentelemetry-util-genai/CHANGELOG-loongsuite.md | 4 ++++ 30 files changed, 73 insertions(+), 15 deletions(-) diff --git a/CHANGELOG-loongsuite.md b/CHANGELOG-loongsuite.md index 5ee850833..e6ff79fde 100644 --- a/CHANGELOG-loongsuite.md +++ b/CHANGELOG-loongsuite.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Added diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/CHANGELOG.md index 6bcff40bd..ec1f6171b 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/src/opentelemetry/instrumentation/agentscope/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/src/opentelemetry/instrumentation/agentscope/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/src/opentelemetry/instrumentation/agentscope/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-agentscope/src/opentelemetry/instrumentation/agentscope/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-agno/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-agno/CHANGELOG.md index cb542928e..4a2e5ef9d 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-agno/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-agno/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-agno/src/opentelemetry/instrumentation/agno/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-agno/src/opentelemetry/instrumentation/agno/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-agno/src/opentelemetry/instrumentation/agno/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-agno/src/opentelemetry/instrumentation/agno/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md index 445ab144f..9cd35b73c 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/src/opentelemetry/instrumentation/claude_agent_sdk/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/src/opentelemetry/instrumentation/claude_agent_sdk/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/src/opentelemetry/instrumentation/claude_agent_sdk/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-claude-agent-sdk/src/opentelemetry/instrumentation/claude_agent_sdk/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-copaw/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-copaw/CHANGELOG.md index d8773f297..fab126196 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-copaw/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-copaw/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + ### Added - **CoPaw instrumentation initialization**: ``CoPawInstrumentor`` registers diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-copaw/src/opentelemetry/instrumentation/copaw/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-copaw/src/opentelemetry/instrumentation/copaw/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-copaw/src/opentelemetry/instrumentation/copaw/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-copaw/src/opentelemetry/instrumentation/copaw/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-crewai/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-crewai/CHANGELOG.md index c4b38ad55..664a0769f 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-crewai/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-crewai/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-crewai/src/opentelemetry/instrumentation/crewai/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-crewai/src/opentelemetry/instrumentation/crewai/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-crewai/src/opentelemetry/instrumentation/crewai/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-crewai/src/opentelemetry/instrumentation/crewai/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/CHANGELOG.md index 43a930bc5..a3fd394f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-dashscope/src/opentelemetry/instrumentation/dashscope/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-dify/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-dify/CHANGELOG.md index 109a4e369..8ddca8562 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-dify/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-dify/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-dify/src/opentelemetry/instrumentation/dify/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-dify/src/opentelemetry/instrumentation/dify/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-dify/src/opentelemetry/instrumentation/dify/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-dify/src/opentelemetry/instrumentation/dify/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/CHANGELOG.md index a73f5dee1..f7118f1f1 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/src/opentelemetry/instrumentation/google_adk/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/src/opentelemetry/instrumentation/google_adk/version.py index ab9b891c0..53c1a1fd0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/src/opentelemetry/instrumentation/google_adk/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-google-adk/src/opentelemetry/instrumentation/google_adk/version.py @@ -14,4 +14,4 @@ """Version information for OpenTelemetry Google ADK Instrumentation.""" -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-langchain/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-langchain/CHANGELOG.md index 13bac8a6f..370007304 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-langchain/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-langchain/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Added diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-langchain/src/opentelemetry/instrumentation/langchain/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/CHANGELOG.md index 0c71d0684..a13aa2175 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/src/opentelemetry/instrumentation/langgraph/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/src/opentelemetry/instrumentation/langgraph/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/src/opentelemetry/instrumentation/langgraph/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-langgraph/src/opentelemetry/instrumentation/langgraph/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-litellm/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-litellm/CHANGELOG.md index 89c99b008..65cc5ff6b 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-litellm/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-litellm/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) There are no changelog entries for this release. diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-litellm/src/opentelemetry/instrumentation/litellm/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-litellm/src/opentelemetry/instrumentation/litellm/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-litellm/src/opentelemetry/instrumentation/litellm/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-litellm/src/opentelemetry/instrumentation/litellm/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-mcp/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-mcp/CHANGELOG.md index 7e85a4048..8fc541ef1 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-mcp/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-mcp/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-mcp/src/opentelemetry/instrumentation/mcp/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-mcp/src/opentelemetry/instrumentation/mcp/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-mcp/src/opentelemetry/instrumentation/mcp/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-mcp/src/opentelemetry/instrumentation/mcp/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-mem0/CHANGELOG.md b/instrumentation-loongsuite/loongsuite-instrumentation-mem0/CHANGELOG.md index 2b3b038a8..30f03240f 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-mem0/CHANGELOG.md +++ b/instrumentation-loongsuite/loongsuite-instrumentation-mem0/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Changed diff --git a/instrumentation-loongsuite/loongsuite-instrumentation-mem0/src/opentelemetry/instrumentation/mem0/version.py b/instrumentation-loongsuite/loongsuite-instrumentation-mem0/src/opentelemetry/instrumentation/mem0/version.py index 8afceb914..7bee975f0 100644 --- a/instrumentation-loongsuite/loongsuite-instrumentation-mem0/src/opentelemetry/instrumentation/mem0/version.py +++ b/instrumentation-loongsuite/loongsuite-instrumentation-mem0/src/opentelemetry/instrumentation/mem0/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/loongsuite-distro/src/loongsuite/distro/version.py b/loongsuite-distro/src/loongsuite/distro/version.py index 8afceb914..7bee975f0 100644 --- a/loongsuite-distro/src/loongsuite/distro/version.py +++ b/loongsuite-distro/src/loongsuite/distro/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/loongsuite-site-bootstrap/src/loongsuite_site_bootstrap/version.py b/loongsuite-site-bootstrap/src/loongsuite_site_bootstrap/version.py index 8afceb914..7bee975f0 100644 --- a/loongsuite-site-bootstrap/src/loongsuite_site_bootstrap/version.py +++ b/loongsuite-site-bootstrap/src/loongsuite_site_bootstrap/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.4.0.dev" +__version__ = "0.5.0.dev" diff --git a/util/opentelemetry-util-genai/CHANGELOG-loongsuite.md b/util/opentelemetry-util-genai/CHANGELOG-loongsuite.md index acf6b19ea..b99ee5e72 100644 --- a/util/opentelemetry-util-genai/CHANGELOG-loongsuite.md +++ b/util/opentelemetry-util-genai/CHANGELOG-loongsuite.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## Version 0.4.0 (2026-04-03) + +There are no changelog entries for this release. + ## Version 0.3.0 (2026-03-27) ### Breaking Change