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
Currently the github.com/ghodss/yaml package is used as encoder for YAML files. It was evaluated and chosen over the gopkg.in/yaml.v2 package because it fixed some problems and misleading YAML specification implementations while also simplifying the usage of both JSON and YAML at the same time.
Unfortunately the package is not actively maintained anymore and also has some problems and usage edge cases while the gopkg.in/yaml package is actively maintained and improved the YAML specification compatibility a lot.
Therefore snowsaw will migrate to the latest major version gopkg.in/yaml.v3 replacing the currently used package.
The text was updated successfully, but these errors were encountered:
Previously the `github.com/ghodss/yaml` (1) package was used as encoder
for YAML (2) files. It was evaluated and choosen over the
`gopkg.in/yaml.v2` package because it fixed some problems and misleading
YAML specification implementations while also simplifying the usage of
both JSON (3) and YAML (2) at the same time.
Unfortunately the package is not actively maintained anymore and also
has some problems and usage edge cases while the `gopkg.in/yaml` package
is actively maintained and improved the YAML specification compatibility
a lot.
Therefore snowsaw migrated to the latest major version
`gopkg.in/yaml.v3` (4) replacing the previously used package.
References:
(1) https://github.com/ghodss/yaml
(2) https://yaml.org
(3) https://www.json.org
(4) https://github.com/go-yaml/yaml/tree/v3
Epic GH-33ResolvesGH-69
Currently the
github.com/ghodss/yaml
package is used as encoder for YAML files. It was evaluated and chosen over thegopkg.in/yaml.v2
package because it fixed some problems and misleading YAML specification implementations while also simplifying the usage of both JSON and YAML at the same time.Unfortunately the package is not actively maintained anymore and also has some problems and usage edge cases while the
gopkg.in/yaml
package is actively maintained and improved the YAML specification compatibility a lot.Therefore snowsaw will migrate to the latest major version
gopkg.in/yaml.v3
replacing the currently used package.The text was updated successfully, but these errors were encountered: