Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Notes 3.24.1 #6157

Closed
JoanFM opened this issue Mar 20, 2024 · 0 comments
Closed

Release Notes 3.24.1 #6157

JoanFM opened this issue Mar 20, 2024 · 0 comments

Comments

@JoanFM
Copy link
Member

JoanFM commented Mar 20, 2024

Release Note

This release contains 3 bug fixes.

🐞 Bug Fixes

Fix Flow deployment of Model with float field (#6155)

When serving a Flow with HTTP, serving failed because the model reconstructed in the Gateway interpreted the float field as an array. Now the model served in the Gateway uses the correct schema.

Expose only /invocations endpoint when serving with --provider SAGEMAKER (#6152)

When exposing an Executor with SAGEMAKER as the provider argument, only the /invocations endpoint should be used. However, previously all other endpoints were also exposed. This is now fixed.

Optional parameters when typed parameter has all default fields (#6152)

When using a strongly typed parameters argument with the Executor endpoint, even if the parameters model type had all fields with default values and not required, you still needed to pass an empty parameters={} field to the call when serving via HTTP. With this change, you no longer need to pass this empty dictionary.

🤟 Contributors

We would like to thank all contributors to this release:

@JoanFM JoanFM changed the title Release Notes 3.25.0 Release Notes 3.24.1 Mar 20, 2024
@JoanFM JoanFM closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant