-
Notifications
You must be signed in to change notification settings - Fork 57
Version scheme switch from 1.0.0 to 0.8.0
We aim for a generally available release of R2DBC that represents a stable version. Throughout our journey we learned about various requirements and interaction patterns with SQL databases.
We want to ship a stable release. At the same time, we cannot guarantee compatible-only SPI changes that do not break existing driver code. So we decided to migrate our version to 0.8.0
as initial release version to indicate that we're not far away from a 1.0.0
version. At the same time, we should expect the one or the other breaking SPI change until we reach 1.0.0
.
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
Be sure to read the CONTRIBUTING guidelines before reporting a new issue or open a pull request.
If you have any questions about the R2DBC usage or want to share some information with the community, please go to one of the following places:
- Google group
- for chatting
More resources:
- Javadoc
- Specification
- Build status: Concourse