HI all, I'm working on updating a code base to Kto...
# graphql-kotlin
c
HI all, I'm working on updating a code base to Ktor 2.0. This also would require me to update to
graphql-kotlin-ktor-client:6.0.0-alpha.2
. Our GraphQL client has a small footprint. I've done some quick testing and it appears to be working well. Are there any known stop-ship bugs I should be aware of? I know the alpha tag sounds pretty dangerous, is this a bad idea?
d
👋 all releases should be stable, we are using
alpha
tags to basically indicate that there still might be some breaking changes coming up before the final release
🦜 2
(e.g. looks like I might need to add some potentially breaking changes to support Apollo Federation v2 in the schema generation)
I don't think there are going to be any breaking changes on the clients.
🎉 2
c
Awesome, thanks so much, Dariusz!