Skip to content

v0.8.3

Choose a tag to compare

@github-actions github-actions released this 09 Jul 19:55
0504303

v0.8.3

Auto-drafted from commits in v0.8.2..v0.8.3, grouped by conventional-commit type. Edit on the release page after publish if you want a polished writeup; the canonical release notes live on the website.

🐛 Fixes

  • fix(calculator): block sympify string-eval escape without breaking safe constructors (#525) (dda776c)
  • fix(memory): bind tenant namespace out of LLM-controllable tool inputs (#532) (5a44777)
  • fix(environment): add STRANDS_DISABLE_LOAD_TOOL to PROTECTED_VARS (#531) (ad2bb0a)
  • fix(python_repl): restrict permissions on persisted state and error logs (#517) (fde46a0)
  • fix(python_repl): create global REPL state lazily (#516) (0644ca9)
  • fix(load_tool): prompt for confirmation before loading a tool file (#515) (784cef4)

📚 Documentation

  • docs(bright_data): use a neutral example domain in usage docs (#523) (a040165)

👷 CI