What's Changed
- feat: add Mocker plugin for intercepting and mocking AI provider responses by @Pratham-Mishra04 in #106
- chore: update maxim plugin core dependency to v1.1.5 by @Pratham-Mishra04 in #115
- chore: update bifrost/core dependency to v1.1.5 by @Pratham-Mishra04 in #116
- ci: ensure Docker build runs even when core dep update is skipped by @Pratham-Mishra04 in #117
- refactor: improve MCP tool handling and change log level to debug by @Pratham-Mishra04 in #129
- docs: add system architecture documentation by @Pratham-Mishra04 in #130
- feat: add environment variable support for MCP connection strings by @Pratham-Mishra04 in #131
- ci: fix Docker tag format and add version pinning for transport builds by @Pratham-Mishra04 in #132
- docs: add cover image and simplify quickstart documentation by @Pratham-Mishra04 in #135
- feat: documentation revamp by @Pratham-Mishra04 in #137
- feat: add tool-level filtering for MCP requests by @Pratham-Mishra04 in #133
- feat: add multi-provider model syntax support across integrations by @Pratham-Mishra04 in #139
- docs: add MCP and plugin system documentation with drop-in API integrations by @Pratham-Mishra04 in #138
- feat: Add embedding support to providers by @connyay in #95
- feat: add provider management API with high-performance config store by @Pratham-Mishra04 in #141
- feat: add runtime configuration updates with atomic drop request handling by @Pratham-Mishra04 in #142
- feat: add dynamic MCP client management API by @Pratham-Mishra04 in #143
- feat: add logging system with WebSocket streaming and search API by @Pratham-Mishra04 in #144
- feat: redact data on transport handlers and store by @Pratham-Mishra04 in #148
- feat: add bifrost ui by @Pratham-Mishra04 in #145
- feat: implement object pooling for PluginPipeline to improve performance by @Pratham-Mishra04 in #146
- docs: update Google GenAI SDK examples to use new client API by @Pratham-Mishra04 in #147
- feat: transports flag simplified with zero config startup and docs updated by @Pratham-Mishra04 in #149
- fix: onsave keys redact, logging and added configurable logging queue size by @Pratham-Mishra04 in #150
- feat: replace separate provider/model fields with unified format by @Pratham-Mishra04 in #151
- feat: shifted transports logging to sqlite by @Pratham-Mishra04 in #152
- feat: ui enhancements by @Pratham-Mishra04 in #153
- feat: core provider map locks added and made logging optional by @Pratham-Mishra04 in #154
- feat: error handling added in integrations with their test cases by @Pratham-Mishra04 in #155
- enhancement: transports logging, ui, and docker by @Pratham-Mishra04 in #156
- set proxyConfig on provider in GetConfigForProvider by @chaudhryfaisal in #157
- makefile changes by @akshaydeo in #160
- feat: add streaming support for chat completions by @Pratham-Mishra04 in #162
- fix: minor stream optimisation and docs fixes by @Pratham-Mishra04 in #166
- chore: update bifrost/core dependency to v1.1.8 by @Pratham-Mishra04 in #167
New Contributors
- @chaudhryfaisal made their first contribution in #157
Full Changelog: core/v1.1.5...transports/v1.1.11