Skip to content

v1.0.8 - Synchronous resource cleaning and API changes

Compare
Choose a tag to compare
@alexwong alexwong released this 05 Nov 00:35

This release contains API changes and fixes to make sure resource cleaning is handled synchronously.

  • Load model API sends a conflict response instead of a bad request response when trying to register an already registered model. #851
  • Unregister model API is now synchronous and will wait until all resources are cleaned before sending a response back. A timeout feature was also added to config if users don't want to wait. #853