Skip to content
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.8.1](https://github.com/microsoft/RD-Agent/compare/v0.8.0...v0.8.1) (2025-12-09)


### Bug Fixes

* (to main) litellm's Timeout error is not picklable ([#1294](https://github.com/microsoft/RD-Agent/issues/1294)) ([23ca7db](https://github.com/microsoft/RD-Agent/commit/23ca7db2eb324238bfaa338cfcb748cf435ff66a))
* avoid triggering errors like "RuntimeError: dictionary changed s… ([#1285](https://github.com/microsoft/RD-Agent/issues/1285)) ([277c72a](https://github.com/microsoft/RD-Agent/commit/277c72a12dc08f9d6bc8520ea272a3dda3f4d0f7))
* **ci:** remove env-print step to avoid leaking sensitive environment variables ([#1299](https://github.com/microsoft/RD-Agent/issues/1299)) ([25aac39](https://github.com/microsoft/RD-Agent/commit/25aac39d71f25a5d26222791827aaf08e58b6bd6))
* **collect_info:** parse package names safely from requirements constraints ([#1313](https://github.com/microsoft/RD-Agent/issues/1313)) ([ce8d6a7](https://github.com/microsoft/RD-Agent/commit/ce8d6a75720006d558461a981d71b9b268f5b202))

## [0.8.0](https://github.com/microsoft/RD-Agent/compare/v0.7.0...v0.8.0) (2025-11-03)


Expand Down
Loading