fermyon / spin-python-sdk

Spin SDK for Python
https://developer.fermyon.com/spin/v2/python-components
Apache License 2.0
31 stars 11 forks source link

update to `componentize-py` 0.13.1 #89

Closed dicej closed 7 months ago

dicej commented 7 months ago

This includes a breaking change: bindings for variant cases are now named using a Variant_Case format instead of the previous VariantCase format. The goal is to avoid accidental name conflicts when e.g. VariantCase is already being used.

This also includes a fix for reading from and writing to the filesystem via preopens.

Fixes #88