You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+1-15
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,6 @@ Please refer to the https://rabbitmq.github.io/rabbitmq-stream-java-client/stabl
18
18
19
19
The library is stable and production-ready.
20
20
21
-
== Versioning
22
-
23
-
This library uses https://semver.org/[semantic versioning].
24
-
25
21
== Support
26
22
27
23
* For questions: https://groups.google.com/forum/#!forum/rabbitmq-users[RabbitMQ Users]
@@ -54,17 +50,7 @@ This library requires at least Java 11, but Java 21 or more is recommended.
54
50
55
51
== Versioning
56
52
57
-
The RabbitMQ Stream Java Client is in development and stabilization phase.
58
-
When the stabilization phase ends, a 1.0.0 version will be cut, and
59
-
https://semver.org/[semantic versioning] is likely to be enforced.
60
-
61
-
Before reaching the stable phase, the client will use a versioning scheme of `[0.MINOR.PATCH]` where:
62
-
63
-
* `0` indicates the project is still in a stabilization phase.
64
-
* `MINOR` is a 0-based number incrementing with each new release cycle. It generally reflects significant changes like new features and potentially some programming interfaces changes.
65
-
* `PATCH` is a 0-based number incrementing with each service release, that is bux fixes.
66
-
67
-
Breaking changes between releases can happen but will be kept to a minimum.
53
+
This library uses https://semver.org/[semantic versioning].
0 commit comments