github obot-platform/obot v0.10.0

latest releases: v0.22.1, v0.22.0, v0.22.0-rc3...
9 months ago

We’re excited to announce the third public beta release of the Obot MCP Gateway (v0.10.0)!
This release brings major improvements to catalog management, audit logging, and server configuration, along with UI enhancements and expanded support for model providers.

✨ Big Updates

  • Amazon Bedrock Model Provider Enhancements: We've implemented a new model provider for AWS Bedrock and deprecated the previous one. The new provider is more performant and takes advantage of the latest features in the AWS Bedrock API.
  • Admin View for Tasks: The admin UI now includes “Tasks” and “Task Runs” for improved visibility and management.
  • File Configuration for MCP Servers: Servers can now be configured to write configuration to a file—essential for some open source MCP servers that require file-based configuration.

🛠 Other Notable Improvements

  • Audit logs are now batched for better performance and scalability, with new configuration options for batching behavior.
  • Provider configuration parameter descriptions are now displayed more clearly.
  • The UI now shows when an upgrade is required in chat and MCP server info.

📜 Full changelog

  • Mcp file mounting by @thedadams in #3987
  • fix: refresh auth groups for requests with mcp auth tokens by @njhale in #4017
  • MCP audit log batching by @thedadams in #4068
  • chore: add tool previews last generated field to catalog entries by @g-linville in #4074
  • enhance: updates for new Amazon Bedrock model provider by @thedadams in #4092
  • chore: refactor AccessControlRules to live in the default catalog by @g-linville in #4067
  • chore: update MCP audit log batching defaults to be less conservative by @thedadams in #4096
  • chore: filter out or show deprecated tag & tooltip for anthropic aws bedrock model provider by @ivyjeong13 in #4098
  • fix: show provider configuration parameter descriptions by @thedadams in #4112
  • enhance: add "Tasks" & "Task Runs" to user-ui admin by @ivyjeong13 in #4046
  • fix: minor UI updates & skip acr step if everything rule in place by @ivyjeong13 in #4114
  • fix: add file checkbox for multi-user configuration by @thedadams in #4115
  • enhance: show upgrade required in chat & mcp server info by @ivyjeong13 in #4091
  • enhance: temp instance tool previews by @ivyjeong13 in #4047
  • fix: migrate access control rules before controller start by @thedadams in #4122
  • fix: retain tool previews when updating catalog entries by @g-linville in #4126
  • feat: allow re-utilization of existing categories by @ryu-man in #4005

Full Changelog: v0.9.0...v0.10.0

🚀 Getting Started

  • Try the live demo: chat.obot.ai
  • Install on Docker:
    docker run -d --name obot -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock \
    ghcr.io/obot-platform/obot:latest
  • For more, see our Documentation

Don't miss a new obot release

NewReleases is sending notifications on new releases.