Closed pitalig closed 1 year ago
Thanks, this looks really good @pitalig!
The only thing I see missing is an entry in the changelog.
LGTM too :)
For posterity and clarity, there is an upcoming fix in SnakeYAML around code-point-limit and multiple documents. We'll pick up this fix when SnakeYAML cuts its next release (probably v2.1).
The only thing I see missing is an entry in the changelog.
Updated. 😄 Dumb question, should I trigger the merge or any release workflow? Or you take care of this?
Dumb question, should I trigger the merge or any release workflow? Or you take care of this?
@pitalig this happens automatically when a GitHub repository maintainer merges your PR to master.
The maintainers also decide when to release and initiate the release workflow. We have been waiting for SnakeYAML 2.1 before we cut a next release.
If you need this change in your project now, you could:
deps.edn
By default, snakeYAML limits the document size to 3 mb for security reasons and you need to add change the code-point-limit on the LoaderOptions to be able to parse bigger documents. This makes that configuration available on the public API.
Closes https://github.com/clj-commons/clj-yaml/issues/94
PS: I'm quite new to open source contributions, so feedbacks are more than welcome.