Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 11bddd5

Browse files
committed
Update documentation before 1.4.0.RC1
1 parent 76d2fe0 commit 11bddd5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/docs/asciidoc/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For gradle:
137137
[source,groovy]
138138
--------
139139
dependencies {
140-
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.3.0.RELEASE"
140+
compile "io.projectreactor.rabbitmq:reactor-rabbitmq:1.4.0.RC1"
141141
}
142142
--------
143143

@@ -149,7 +149,7 @@ For Maven:
149149
<dependency>
150150
<groupId>io.projectreactor.rabbitmq</groupId>
151151
<artifactId>reactor-rabbitmq</artifactId>
152-
<version>1.3.0.RELEASE</version>
152+
<version>1.4.0.RC1</version>
153153
</dependency>
154154
--------
155155

src/docs/asciidoc/new.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
[[new]]
44

5+
=== What's new in Reactor RabbitMQ 1.4
6+
7+
* Add `@NonNullApi` and `@Nullable` annotations
8+
* Add `Sender#sendWithTypedPublishConfirms` to be able to publish `OutboundMessage` instances
9+
of a custom class and get them back in the flux of `OutboundMessageResult`
10+
511
=== What's new in Reactor RabbitMQ 1.3
612

713
* Use Reactor 3.3.0.RELEASE

0 commit comments

Comments
 (0)