From 7075fac830429c666b068e652120afcaab8ce962 Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Tue, 28 May 2024 12:35:59 -0400 Subject: [PATCH] Changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d43fd92..9411e401d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated Slurm plugin docs to note possible SSH limitation - Updated Slurm plugin docs to remove `sshproxy` section +- API base endpoint is now configurable from an environment variable +- Removed unused lattice attributes to reduce asset uploads + +### Fixed + +- Improved handling of Covalent version mismatches between client and + executor environments + +### Removed + +- Removed obsolete `migrate-pickled-result-object` command + +### Operations + +- Allow installing a specific commit sha to ease testing ## [0.234.1-rc.0] - 2024-05-10