Releases: jgarzik/botmaker
Releases · jgarzik/botmaker
Version 1.0.2 - security and bug fixes
What's Changed
- Updates by @jgarzik in #9
- feat: Docker health check for bot container readiness by @interplanetarychris in #8
- Updates by @jgarzik in #10
- fix: multi-provider auth and API type support by @interplanetarychris in #7
- Ollama support, use openclaw public docker, and more. by @jgarzik in #13
- merge grok support by @jgarzik in #14
- feat: add xAI Grok provider support by @kaleho in #12
- feat: add 15 LLM providers with categorized UI by @jgarzik in #15
- ollama and memory search fixes by @jgarzik in #17
- Security Updates by @jgarzik in #18
- fix: address security vulnerabilities by @kwsantiago in #16
New Contributors
- @interplanetarychris made their first contribution in #8
- @kaleho made their first contribution in #12
Full Changelog: v1.0.1...v1.0.2
Version 1.0.1 - auth improvements
What's Changed
- Auth Updates by @jgarzik in #3
- fix(security): add auth, rate limiting, timing-safe compare, timeouts by @kwsantiago in #1
- fix(secrets): use dynamic provider list from config instead of hardcoded by @jgarzik in #4
- chore(release): bump version to 1.0.1 by @jgarzik in #5
New Contributors
- @jgarzik made their first contribution in #3
- @kwsantiago made their first contribution in #1
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0 - "hands off my api keys"
Changes
API Proxy
All LLM calls are proxied through the keyring-proxy container, which injects the API key, and makes the actual api call.
No key material exists inside the bot container; the bot does not have access to keys to leak.
Full Changelog: v0.5.0...v1.0.0
Initial release
v0.5.0 Release v0.5.0