Skip to content

Commit

Permalink
Start 2.20.5 (#1249)
Browse files Browse the repository at this point in the history
* Start 2.20.5

* Start 2.20.5

* Start 2.20.5
  • Loading branch information
scottf authored Nov 14, 2024
1 parent 73611bc commit 87cdd45
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 2.20.4

### Core
* Don't flush after the request from publishAsync calls #1220 @scottf

### JetStream
* Easier access to timeout in JetStream implementations #1236 @scottf

### Object Store
* Minor object store improvement - complete faster #1237 @scottf

### Documentation
* Javadocs Improvements #1221 @roeschter
* Callout external docs and examples #1224 @scottf

### Tests
* Fixed tests for 2.8.4 regression stream and consumer metadata #1225 @scottf
* Test base code improvements #1240 @scottf

### Misc
* Add publish of test code jar to builds. #1230 @scottf

## 2.20.3

SKIPPED

## 2.20.2

### Core
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### A [Java](http://java.com) client for the [NATS messaging system](https://nats.io).

**Current Release**: 2.20.2   **Current Snapshot**: 2.20.3-SNAPSHOT
**Current Release**: 2.20.4   **Current Snapshot**: 2.20.5-SNAPSHOT

[![License Apache 2](https://img.shields.io/badge/License-Apache2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.nats/jnats)
Expand Down Expand Up @@ -123,9 +123,9 @@ Replace `{major.minor.patch}` with the correct version in the examples.

### Downloading the Jar

You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.2/jnats-2.20.2.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.2/jnats-2.20.2.jar).
You can download the latest jar at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.4/jnats-2.20.4.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.4/jnats-2.20.4.jar).

The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.2/jnats-2.20.2-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.2/jnats-2.20.2-examples.jar).
The examples are available at [https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.4/jnats-2.20.4-examples.jar](https://search.maven.org/remotecontent?filepath=io/nats/jnats/2.20.4/jnats-2.20.4-examples.jar).

To use NKeys, you will need the ed25519 library, which can be downloaded at [https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar](https://repo1.maven.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
id 'signing'
}

def jarVersion = "2.20.4"
def jarVersion = "2.20.5"

def isRelease = System.getenv("BUILD_EVENT") == "release"
def brn = System.getenv("BRANCH_REF_NAME")
Expand Down

0 comments on commit 87cdd45

Please sign in to comment.