@agorglouk I've commented on your issue: https://github.com/clj-commons/clj-yaml/issues/136#issuecomment-2338379457
Yes, thank you for looking it up!
I suppose along with the release of clojure 1.12, you could make a patch release for clj-yaml too?
Are you urgently needing a fix? Do you need it to be on clojars or can you depend on clj-yaml from a git dep?
I do not urgently need the fix, I would just love to remove the with-redefs workaround I have now in my code 🙂
Ah, yes, I see how that would be nice.
Also while I love the general idea of backwards compatibility, I would love to see the default settings to spit the expected 'standard' yaml output
It is not the clojure-way to introduce breaking changes, so won't do that.
I'm proposing this for the next minor (1.1.x) release maybe; in the end its not a really bad breaking change
Won't do it.
Ok understood, thanks again for taking a look on this!
But will update docs to better explain how it all works.
I just saw the PR along with the latest docs, really good explanation, thanks!
Glad you like it! Thanks for raising the issue!
Do you have plans on bumping the patch version and making a clojars release sometime in the near future? (Or should I commit my workaround for now?)
I want to review current open issues first... might make sense to bump SnakeYAML not sure. Would working from a git dep for you for now? https://github.com/clj-commons/clj-yaml/blob/master/doc/01-user-guide.adoc#as-git-dependency