New - adding support for S3 to store bundles - see [UPGRADE to 4.0.0](https://seed-farmer.readthedocs.io/en/latest/upgrades.html#upgrading-to-4-0-0) - adding seedfarmer version tag to toolchain and deployment roles - removing python 3.7 support - adding python 3.12 support
Changes - adding local path of manifests that fail to load to the actual final string printed - this is already being done, but moving closer to last line of output - updating idna>=3.7 everywhere Fixes
3.5.2
New
Changes
Fixes - correcting how SeedFarmer stores deployed manifests of previously deployed modules in SSM - this is corrected in later releases, but need to support in case not everyone has upgraded
New - adding universal environment replace in manifests (ref: `${SOMEKEY}`) - adding list recursion of manifests for environment variable replace - adding support for AWS SecretsManager integration for pypi mirrors
Changes - enforce strict validation for unknown values in manifests
Fixes - resolving parameter values via regional / global mappings needs to use account id, not alias
3.4.0
New - added support for pypi mirror at module, region and account levels - added support for npm mirror at module, region and account levels Changes - refactored code to use ModelDeployObject for ease of implementation Fixes
3.3.1
New
Changes
Fixes - metadata sourced from file to the os env cannot be parsed if not compliant json, adding code to check for this