From dd22fbd94f86addb199b58b162b76deab46e53ca Mon Sep 17 00:00:00 2001 From: Sebastian Morawiec Date: Tue, 14 May 2024 11:24:26 +0200 Subject: [PATCH] roll changelog --- projects/orquestra-sdk/CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/projects/orquestra-sdk/CHANGELOG.md b/projects/orquestra-sdk/CHANGELOG.md index 1226dd395..835a99be1 100644 --- a/projects/orquestra-sdk/CHANGELOG.md +++ b/projects/orquestra-sdk/CHANGELOG.md @@ -6,23 +6,29 @@ 🔥 *Features* -* Add `WorkflowDef.with_head_node_resources()` function to programmatically set head node resources for a workflow definition -* Add Python extras support in `GithubImport` object - 🧟 *Deprecations* 👩‍🔬 *Experimental* 🐛 *Bug Fixes* -* Add retries when reading Ray artifacts to fix `json.decode()` exceptions that are caused by a race condition inside Ray. - 💅 *Improvements* 🥷 *Internal* 📃 *Docs* +## v0.64.0 + +🔥 *Features* + +* Add `WorkflowDef.with_head_node_resources()` function to programmatically set head node resources for a workflow definition +* Add Python extras support in `GithubImport` object + +🐛 *Bug Fixes* + +* Add retries when reading Ray artifacts to fix `json.decode()` exceptions that are caused by a race condition inside Ray. + ## v0.63.0 🚨 *Breaking Changes*