Releases: dapr/dapr-agents
Releases · dapr/dapr-agents
v0.10.7
v0.10.6
What's Changed
- chore: add dependabot for scanning dependency updates. Ignore patch versions. by @CasperGN in #315
- Fix/dependabot scans by @CasperGN in #320
- Fix/221 retrypolicy by @CasperGN in #314
- chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #317
- chore(deps): Bump actions/github-script from 7 to 8 by @dependabot[bot] in #318
- feat: bubble out appid into metadata by @CasperGN in #313
- chore(deps): Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #319
- chore(deps): Bump distroless/python3-debian12 from
7729c79to8ce6bbain /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #321 - chore(deps): Bump distroless/python3-debian12 from
7729c79to8ce6bbain /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #322 - chore(deps): Bump debian from
1209d8ftoe899040in /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #323 - chore(deps): Bump debian from
1209d8ftoe899040in /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #324 - chore(deps): Bump distroless/python3-debian12 from
7729c79to8ce6bbain /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #326 - chore(deps): Bump debian from
1209d8ftoe899040in /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #325 - chore(deps): Bump debian from
1209d8ftoe899040in /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #327 - chore(deps): Bump distroless/python3-debian12 from
7729c79to8ce6bbain /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #328 - chore(deps): Bump debian from
1209d8ftoe899040in /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #329 - chore(deps): Bump distroless/python3-debian12 from
7729c79to8ce6bbain /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #330 - fix(337): correct refs to metadata pubsub for agent_topic and name by @CasperGN in #339
- chore(deps): Bump fastapi from 0.123.5 to 0.124.2 by @dependabot[bot] in #331
- Fix DurableAgent import to match updated dapr_agents public API by @bibryam in #345
- chore(deps): Bump posthog from 5.4.0 to 7.0.1 by @dependabot[bot] in #332
- chore(deps): Bump pytest-cov from 4.1.0 to 7.0.0 by @dependabot[bot] in #333
- chore(deps): Bump regex from 2024.11.6 to 2025.11.3 by @dependabot[bot] in #334
- chore(deps): Bump openai from 1.109.1 to 2.11.0 by @dependabot[bot] in #335
- chore(deps): Bump astral-sh/setup-uv from 3 to 7 by @dependabot[bot] in #338
- chore(deps): Bump debian from
e899040tod5d3f9cin /quickstarts/05-multi-agent-workflow-k8s/services/legolas by @dependabot[bot] in #340 - chore(deps): Bump debian from
e899040tod5d3f9cin /quickstarts/05-multi-agent-workflow-k8s/services/sam by @dependabot[bot] in #341 - chore(deps): Bump debian from
e899040tod5d3f9cin /quickstarts/05-multi-agent-workflow-k8s/services/workflow-llm by @dependabot[bot] in #342 - chore(deps): Bump debian from
e899040tod5d3f9cin /quickstarts/05-multi-agent-workflow-k8s/services/frodo by @dependabot[bot] in #343 - chore(deps): Bump debian from
e899040tod5d3f9cin /quickstarts/05-multi-agent-workflow-k8s/services/gandalf by @dependabot[bot] in #344 - fix: pip -> uv for ci space/time by @sicoyle in #356
- Feat/310 default agent conf by @CasperGN in #316
New Contributors
- @dependabot[bot] made their first contribution in #317
Full Changelog: v0.10.5...v0.10.6
v0.10.5
What's Changed
- Feat/expand agent metadata by @CasperGN in #297
- fix: use teams for codeowners instead of git handles by @sicoyle in #300
- fix: add agent type & registration at fields. Ensure metadata becomes… by @CasperGN in #299
- fix: add grpc instrumentor for w3c trace propagation to dapr sidecar by @CasperGN in #302
- docs: add local dev docs for py pkgs + runtime changes by @sicoyle in #301
- feat: add component_name if using dapr chat client for agent metadata by @CasperGN in #304
- style: update PR template wording by @CasperGN in #303
- fix: improve type checking for the mcp and toolbox functions by @CasperGN in #306
- ci: add stale bot to clean up stale issues and PRs by @CasperGN in #305
- Fix/specify loglevel by @CasperGN in #307
- sec: fix high security vulnerabilities in quickstarts by @sicoyle in #308
- Refactor quickstarts: reorganized hello-world by @bibryam in #296
- Feat/default agent stores by @CasperGN in #309
Full Changelog: v0.10.4...v0.10.5
v0.10.4
What's Changed
- Refactor quickstart organization and naming by @bibryam in #285
- Fix/280 tool result model by @CasperGN in #289
- Fix/277 runner lifecycling by @CasperGN in #283
- fix: correct path on docker compose file and use python3 over 3.10 (user has to manage their 3 version) by @CasperGN in #291
- chore: move py.typed file into dapr_agents pkg for it to take effect by @CasperGN in #290
- Fix/287 extract structuredcontent mcp tool by @CasperGN in #288
- Fix/281 session aware memory by @CasperGN in #292
- Feat/mcp toolbox for db by @CasperGN in #293
Full Changelog: v0.10.3...v0.10.4
v0.10.3
v0.10.2
What's Changed
- fix: correct state race condition by @sicoyle in #270
- test: add rest of quickstarts plus wip starting with 05 ones by @sicoyle in #272
- feat: add PR template for us by @sicoyle in #271
- Chore/type checking executors by @CasperGN in #262
- Remove distutils dependency from DaprHTTPClient by @Cyb3rWard0g in #265
- fix: bump gh action version for docker issue by @sicoyle in #273
- fix: clean up venvs after each qs dir test to help run in ci by @sicoyle in #274
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- Update Observability for WorkflowRunner & Standalone Agents and Tracing Quickstarts by @Cyb3rWard0g in #268
- fix: final fixes before release by @sicoyle in #269
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Removed reference to a .NET implementation of agents by @WhitWaldo in #226
- Updated readme with the new docs location by @bibryam in #228
- Update README.md by @yaron2 in #229
- fix quickstart 5, use env secret store by @filintod in #231
- fix: decouple memory + state to work with one and/or both by @sicoyle in #236
- Simplify agent creation part one by @sicoyle in #237
- feat: enable grpc config on agent instantiation by @sicoyle in #238
- style: rm code snippets in readmes that get outdated by @sicoyle in #242
- Enable native Dapr workflows with LLM and Agent decorators by @Cyb3rWard0g in #232
- Enable Native Dapr Workflows with Message Router Decorators by @Cyb3rWard0g in #233
- Cyb3rward0g/llm agent activities by @sicoyle in #244
- Revert "Merge pull request #237 from sicoyle/simplify-agent-creation-… by @sicoyle in #245
- fix: address conflicts to start by @sicoyle in #246
- feat: create execution config class by @sicoyle in #243
- Fix/try rebasing by @sicoyle in #247
- [WIP] Removed Several Abstractions and Enabled Lighter Durable Agents and Orchestrators by @Cyb3rWard0g in #240
- Refactor: Auto-inject Agent State Schemas and simplify agent configuration API by @Cyb3rWard0g in #249
- test: automate testing our quickstarts by @sicoyle in #253
- Support configurable workflow gRPC payload limits for agents and orchestrators by @Cyb3rWard0g in #250
- fix: update perms to comment back + more tests to run by @sicoyle in #255
- fix: continue iterating testing against ci by @sicoyle in #256
- build: only allow approvers/maintainers to run int tests by @sicoyle in #257
- fix: use existing gh action instead for this by @sicoyle in #258
- fix: use usernames for now just to prevent usage abuse on api credits by @sicoyle in #259
- Chore/type checking types 01 by @CasperGN in #105
- fix: update my own username lol by @sicoyle in #260
- fix: add back deps to run pytest by @sicoyle in #261
- Fix DurableAgent workflow execution and parameter type hint warnings by @Cyb3rWard0g in #263
- Fix DurableAgent Tool Call ID format, Async Result Handling and Results Serialization by @Cyb3rWard0g in #264
- Expose durable runner modes (run/subscribe/serve) and document new quickstart flows by @Cyb3rWard0g in #266
- Serve-Ready Orchestrators & Fixed Quickstarts by @Cyb3rWard0g in #267
New Contributors
- @WhitWaldo made their first contribution in #226
Full Changelog: v0.9.3...v0.10.0
Dapr Agents v0.9.3
What's Changed
- make dapr the default and add component_name option to dapr client by @filintod in #211
- fix: allow us to run daprd at edge version by @sicoyle in #218
- dapr default better devex by @filintod in #214
- feat: fix llm orchestrator + tracing + sessions for long-term memory by @sicoyle in #213
- Fix: durable agent context by @sicoyle in #223
- Fix quickstarts againn by @sicoyle in #224
Full Changelog: v0.9.2...v0.9.3