Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog for version 2.11.8, 2.12.4, 2.13.2, and 2.14.4 #11071

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,57 @@ Changelogs for versions not listed here can be found at https:/DataD

---

## 2.14.4


### Bug Fixes
- Code Security
- Ensures IAST propagation does not raise side effects related to `re.finditer`.
- LLM Observability
- botocore: Fixes bedrock model and model provider interpretation from `modelId` when using cross-region inference.
- Profiling
- Fixes an issue where stack v2 couldn't be enabled as pthread was not properly linked on some debian based images for aarch64 architecture.
- Tracing
- Resolves the issue where tracer flares would not be generated if unexpected types were received in the `AGENT_CONFIG` remote configuration product.

---

## 2.13.2


### Bug Fixes
- Code Security
- Ensures IAST propagation does not raise side effects related to `re.finditer`.
- LLM Observability
- botocore: Fixes bedrock model and model provider interpretation from `modelId` when using cross-region inference.
- Profiling
- Fixes an issue where stack v2 couldn't be enabled as pthread was not properly linked on some debian based images for aarch64 architecture.
- Tracing
- Resolves the issue where tracer flares would not be generated if unexpected types were received in the `AGENT_CONFIG` remote configuration product.

---

## 2.12.4


### Bug Fixes
- Profiling
- Fixes an issue where stack v2 couldn't be enabled as pthread was not properly linked on some debian based images for aarch64 architecture.
- Tracing
- Resolves the issue where tracer flares would not be generated if unexpected types were received in the `AGENT_CONFIG` remote configuration product.

---

## 2.11.8


### Bug Fixes

- Tracing
- Resolves the issue where tracer flares would not be generated if unexpected types were received in the AGENT_CONFIG remote configuration product.

---

## 2.11.7

### Bug Fixes
Expand Down
Loading