Releases: foundation-model-stack/fms-guardrails-orchestrator
Releases · foundation-model-stack/fms-guardrails-orchestrator
0.4.1
0.4.0 - Evidence support and deps update
What's Changed
- Update Rust & cargo dependencies, cleanup models.rs by @declark1 in #155
- Configure explicit tls roots for tonic client by @declark1 in #157
- Update DetectorParams to newtype wrapper by @declark1 in #156
- 📝 Update evidence for detector API and context docs by @evaline-ju in #160
- Update Document Context detector endpoint on ADR by @mdevino in #168
- 🐛 Fix detector params not getting passthrough to detector for context type by @gkumbhat in #170
- 🏷️ Make evidence value optional by @evaline-ju in #174
Full Changelog: 0.3.0...0.4.0
0.3.0 - New endpoints
What's Changed
- ✨ Generation detection unary endpoint by @mdevino in #116
- 🔧 Allow for configuration of request timeouts per service by @evaline-ju in #140
- 🐛 Fix edge case validation for masks that reach end of inputs by @evaline-ju in #148
- ✨ Implementation of /context endpoint by @mdevino in #147
- ✨ Implement /detection/generated by @mdevino in #152
Full Changelog: 0.2.0...0.3.0
0.2.0 - Error handling and fixes
What's Changed
- 🔧 Increase default timeouts by @gkumbhat in #134
- ✨Stream Error Handling by @declark1 in #120
- 🐛 Fix presence of seed, input_token and token count in streaming resp by @gkumbhat in #137
- ✨ Implement
/api/v1/text/task/detection/content
endpoint by @mdevino in #125 - 🛠️ Error propagation for 404 and 503 by @mdevino in #139
- 🚚 Rename orchestrator API to v2 by @gkumbhat in #141
- 🐛 Fix handle detector client error deserialization error by @declark1 in #143
- 🐛 Fix whitespace bug #130 by @flaviabeo in #135
New Contributors
- @flaviabeo made their first contribution in #135
Full Changelog: 0.1.0...0.2.0