Hey there, question, what kind of API stability gu...
# arrow
s
Hey there, question, what kind of API stability guarantees are there between ArrowKT versions? I noticed that the library is at v0.10.xx, is there an understanding that v1.0 can be breaking? Thanks!
r
Hi Shmuel, we are aproximating stability and 1.0 in 2020, then it will follow the lang release cycle and follow the same guarantees as the lang does
So you will be able to use your kotlin version for a given arrow version with minor patches and fixes within that version or role up to major versions / preview releases for bigger features
currently our guarantees are just try to do a best effort deprecating between removals and changes or role up versions for major changes
s
Thanks!
👍 1