v0.4.0-alpha.11
Pre-release
Pre-release
dotxlem
released this
03 Jan 02:13
·
162 commits
to mainline
since this release
Adds the environment
and cpu_compat_mode
attributes to function definitions:
[[api.functions]]
cpu_compat_mode = "high" # defaults to "default"
environment = { VAR_1 = "val1", VAR_2 = "val2" }
Additionally fixes some issues in the k8s
provider which snuck in over the last couple of releases 👨🏻🔧
What's Changed
- Function environment variables,
enable_simd
flag by @dotxlem in #94 - Replace
enabled_simd
withcpu_compat_mode
by @dotxlem in #95
Full Changelog: v0.4.0-alpha.10...v0.4.0-alpha.11