When do we know if some API is finalised or when it is subject to change? #2101
-
When do we know if some I'm picking up an old PR I was working on at the end of last year, and went to upgrade Of course, these are small changes, but it would be good to know when breaking changes might occur. My assumption is that perhaps the P.S., If you were interested in my performance issues, I am currently trying to use With After upgrading to I'm not entirely sure what changed, because in both versions, the main bottleneck is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
A fair question :).
Every
It's pre-release software and will remain that for a while. In practice, I don't think this is an issue in this particular case.
There were a bunch of Cargo features one could tune go get a faster ZLIB implementation, but with the arrival of |
Beta Was this translation helpful? Give feedback.
A fair question :).
Every
gix
release comes with breaking changes somewhere, but they are usually small and I don't lightheartedly break major pieces of the API. For the most part, a breaking semver release means it's technically breaking, but most of downstream won't notice.It's pre-release software and will remain that for a while. In practice, I don't think this is an issue in this particular case.