Skip to content

Releases: youzan/nsqJavaSDK

2.4.2.2-os-RELEASE

23 Aug 06:27
f778353

Choose a tag to compare

#2.4.2-RELEASE
Note worthy:

  • JDK:
    • jdk 1.8 required.
  • Producer:
    • mpub support.
    • traceId API in Message class simplify.
  • Consumer:
    • consume message filter.#14
    • touch & requeue API support.
      fix
  • topic object as key in Consumer.subscribe.#41

#2.4.2.1-RELEASE
Note worthy
fix

  • fix race condition in partition selector getAllDataNode
  • fix connection refused when topic supports ext in topic migrate

#2.4.2.2-RELEASE
Note worthy
migrate guava from 23.6-android back to 19.0 for compatibility with youzan-boot.#45

2.4.2-os-SNAPSHOT

15 Jan 02:26
97e4123

Choose a tag to compare

2.4.2-os-SNAPSHOT Pre-release
Pre-release

new and noteworthy:

mpub support.
pub trace interface.
consume message filter.
requeue API in consumer

2.2.20170424-RELEASE: pom update for jackson

25 Apr 03:55

Choose a tag to compare

2.2.20170424-RELEASE

Note worthy:
jackson within NSQSDK is upgrade to 2.7.9.1. due to deserializer security vulnerability

Fixes:

  • Upgrade jackson to 2.7.9.1.#4

2.2.20170406-RELEASE: synchronization in client to improve starting speed

06 Apr 10:13

Choose a tag to compare

2.2.20170406-RELEASE

Note worthy:

Minor update for porting back bugs.

Features:

  • improving client start cost.#3

Fixes:

  • NSQConnection should be invalidated when it is closed in producer exception handler.#2
  • NPE in connection pool when finishing a message.#1