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
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,19 @@ You need a local running RabbitMQ instance.
136
136
./gradlew eclipse
137
137
./gradlew idea
138
138
139
+
## Versioning
140
+
141
+
Reactor RabbitMQ used [semantic versioning](https://semver.org/) from 1.0 to 1.4, but switched to
142
+
another scheme for consistency with [Reactor Core](https://github.com/reactor/reactor-core/)
143
+
and the other Reactor libraries.
144
+
145
+
Starting from 1.4, Reactor RabbitMQ uses a `GENERATION.MAJOR.MINOR` scheme, whereby an increment in:
146
+
147
+
*`GENERATION` marks a change of library generation. Expect improvements, new features, bug fixes, and
148
+
incompatible API changes.
149
+
*`MAJOR` marks a significant release. Expect new features, bug fixes, and small incompatible API changes.
150
+
*`MINOR` marks a maintenance release. Expect new features and bug fixes, but *no* incompatible API changes.
151
+
139
152
## Community / Support
140
153
141
154
* For Reactor and Reactor RabbitMQ questions: [](https://gitter.im/reactor/reactor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
0 commit comments