-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using unstable dependencies by library #59
Comments
Thank you for using DbInspector. |
Awesome, i'm just fine with 4.0.0 for now. Hope fragmentx 1.3 will be released as stable shortly |
Tracking this actively and as far as I can see, we are at RC stage now. |
Just an info for somebody that encounters exception: There's a serious error with fragment-ktx:1.3.0-rc01 : https://stackoverflow.com/questions/63240530/fatal-exception-java-lang-illegalstateexception-no-event-down-from-initialized Downgrading to earlier beta fixes this issue |
@jakoss I haven't encounter this issue myself, but it seems valid. For full stability at this time, we have Paging3 and RecyclerView in beta, while Datastore is in alpha. |
Stable release is working great, thanks! |
Today we are looking only at Paging3 in beta status, RecyclerView in RC and Datastore in alpha. This issue is still ongoing and will not be closed yet. |
As of now, 5.3.0 uses stable RecyclerView version. Paging3 is still in beta status and Datastore is still in alpha. This issue is still ongoing and will not be closed yet. |
As of now, 5.3.2 uses Paging3 that is still in RC status and Datastore is still in beta. This issue is still ongoing and will not be closed yet. |
As of 5.3.6 only Datastore is in RC status with rc01. This issue is still ongoing and will not be closed yet. |
As of 5.3.8 all dependencies have reached stable. |
✍️ Describe the bug
For now - version 5.0.0 seems great, but it's based on fragmentx 1.3.0.beta, which is unstable. After upgrading your library to newest version i got a handful of deprecation notices. I'm not really fond of using unstable libraries from google at production applications, so this is a killer problem for me here. Could you consider sticking with stable libraries for stable library releases? A lot of libraries are doing unstable releases and in those releases they can use unstable dependencies too (FlowBinding for example)
The text was updated successfully, but these errors were encountered: