Is there an upgrade document for the kratos-go-cli...
# ory-selfhosting
p
Is there an upgrade document for the kratos-go-client when moving to v1.0.0? I have unchanged code, but am getting no identities when calling
IdentityApi.ListIdentities
.
m
Hmm unfortunately this is the best we have at the moment: https://www.ory.sh/docs/kratos/guides/upgrade We basically rely on the community to contribute to this document, as this is not something we do often. The CHANGELOG on github is probably the best resource… We also offer professional assistance with upgrading (basically one of our devs does the upgrade with you in one or two days)
p
That's not great. Unknown dependencies/changes when jumping to new versions? This should be a basic thing for any software package that wants to see general use. Disappointing. As you can see below the problem was Ory changed how pages are counted starting from from 0 instead of 1. This is shown in no documentation and is a breaking change. Boo.
r
The documentation also says in big script that the
page
parameter is deprecated and will be removed in the future. Please move to using
page_token
.
m
Hey @prehistoric-businessperson-29259 We should have communicated this better! This is a bit of an edge case in the SDK, which is why our usual automation missed it - will see to investigate what went wrong and how we can improve. In general we have rarely breaking changes and if they are listed in the CHANGELOG.
đź‘‹ 2
p
Thank you for the feedback. The
page
parameter is not marked as depreciated in the self-hosting kratos API. https://www.ory.sh/docs/kratos/reference/api#tag/identity/operation/listIdentities You may be thinking of the not-self-hosted, Ory SDK?
đź‘‹ 1
@refined-kangaroo-48640 ^
Alas.
r
Kratos open source releases are behind Ory Network by a couple of months, typically.
Is there another action item here?
p
Is there any documentation of when or if the open source releases are updated? Is Ory still supporting the open source releases? Thanks.
r
Next release is imminent.
Please understand that the staff's ability to respond to every question in this community channel is limited. Commercial support (also for self-hosting) is available through ory.sh.
p
Of course staff time is limited. I asked one question 4 months ago and one yesterday. I hope that's not too often.