Hey Team, what is it going on with the <tags> and ...
# sdk-kotlin
o
Hey Team, what is it going on with the tags and releases? I'm confused 😵‍💫 I was getting crazy understanding the change of GBFeatureResult returning type and looking a release notes made even more confused. Now I found a changelog section at the end of the home page but above in the page it keeps referring to
Any?
. Please help me understand
a
Hi Michele!
👋 1
I see your point. Readme file on
main
branch describes that value has Any? type, but we have changed it
I think we should delete "Models" section from Readme file because it seems to me like code duplication. Kotlin SDK is open source and models can be viewed directly in files
In patch v1.1.64
value
has
JsonElement
type. It seems for me that
JsonElement
is better because it is more concrete type than
Any?
but still strange type for
value
field
o
Agree
a
Yesterday I was working on
value
field typing. If Backend is good, value can be of types: Boolean, String, Number, JSON. I created pull request but it is still in progress for now
o
I found confusing to have a so important change-log entry at the end of the page and not in the release notes
a
But Changelog section in GrowthBook docs is also in the end: https://docs.growthbook.io/lib/build-your-own
👍 1
o
Do you think your PR is going to be pushed to production soon? I'd skip v1.1.64... 😏
a
It depends on other contributors. Me personally doesn't have permissions to push in main branch by myself
s
@freezing-postman-69602 Do you have any insights here?
f
We've got a couple of fixes to be released & that's being planned. We'll keep you posted
a
v2.0.0-alpha is available on Maven
👍 1
f
Great! Thanks @ancient-car-96302
o
Awesome!