You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Draft, for upcoming v2.0.0 major release (due for mid-to-late Jan 2025).
v2.0.0 contains some breaking changes to Bloom's project configuration file (bloom.yaml).
When upgrading to v2.0.0+, some small amendments will need to be made to any bloom.yaml file that was used with the older versions. This tutorial will take you through the changes.
camelCase keys and dash-case values, to snake_case
Bloom's project configuration file used to use camelCase for keys, and dash-case for values, but has since been changed to use snake_casing for both:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Draft, for upcoming v2.0.0 major release (due for mid-to-late Jan 2025).
v2.0.0 contains some breaking changes to Bloom's project configuration file (bloom.yaml).
When upgrading to v2.0.0+, some small amendments will need to be made to any bloom.yaml file that was used with the older versions. This tutorial will take you through the changes.
camelCase keys and dash-case values, to snake_case
Bloom's project configuration file used to use camelCase for keys, and dash-case for values, but has since been changed to use snake_casing for both:
Old:
New:
Bloom will no longer recognize camelCase keys and dash-case values. All keys and values must be renamed to their corresponding snake_case version.
More to follow.
Beta Was this translation helpful? Give feedback.
All reactions