Releases: deepset-ai/hayhooks
Releases · deepset-ai/hayhooks
v0.0.18
What's Changed
- deploy_utils.py w async execution support by @alex-stoica in #27
- Handle Callable-like types in get_request_model (eg streaming_callback) + Fix component output serialization by @mpangrazzi in #41
New Contributors
- @mpangrazzi made their first contribution in #41
Full Changelog: v0.0.17...v0.0.18
v0.0.16
What's Changed
- Renamed custom-components to custom_components by @alex-stoica in #29
- docs: fix table of contents by @virtualroot in #30
- ci: only run under deepset-ai GitHub org by @virtualroot in #33
- convert union type with none to optional by @Rusteam in #31
New Contributors
- @alex-stoica made their first contribution in #29
- @virtualroot made their first contribution in #30
Full Changelog: v0.0.15...v0.0.16
v0.0.15
v0.0.14
v0.0.13
What's Changed
- Enhance the response of '/' endpoint by @srini047 in #10
- Fixed JSON Schema Serialization for Components by @tellmewyatt in #7
New Contributors
Full Changelog: v0.0.12...v0.0.13
v0.0.11
What's Changed
- Removed unneeded 'await' causing error on hayhooks deploy by @tellmewyatt in #6
New Contributors
- @tellmewyatt made their first contribution in #6
Full Changelog: v0.0.10...v0.0.11