Skip to content

Releases: apache/rocketmq-apis

Release v2.1.0

15 Oct 02:14
f2597b8

Choose a tag to compare

What's Changed

  • [ISSUE #92] Support ReconnectEndpointsCommand by @ymwneu in #93
  • build(bazel): Compile using the specified versions of G++ by @lizhimins in #97
  • [ISSUE #94] Proto enhancement for "RIP‐83 Lite Topic" by @f1amingo in #95

New Contributors

Full Changelog: v2.0.4...v2.1.0

Release v2.0.4

15 Oct 02:11
df8f85c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Release of v2.0.3

12 Jun 08:37
70eb1ef

Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

Release 2.0.3 of java

12 Jun 09:25

Choose a tag to compare

Release of v2.0.2

15 Dec 03:00

Choose a tag to compare

What's Changed

  • [ISSUE #65] Add long_polling_timeout for ReceiveMessageRequest by @drpmma in #66

Full Changelog: v2.0.1...v2.0.2

Release 2.0.2 of java

23 Apr 08:52

Choose a tag to compare

Release of v2.0.1

13 Oct 11:12
7ed3e26

Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1.0

Release 2.0.1 of java

13 Oct 11:45

Choose a tag to compare

Release of v2.0

15 Jul 14:41

Choose a tag to compare

Changelog:

  • Bi-directional stream API is used, allowing servers to issue
    diagnosing telemetry commands to clients;
  • Server side stream API is employed for receive message API, which
    mitigates costs of serialization/deserialization of large data chunks
  • Error codes are re-organized, roughly following HTTP semantics. Each
    code now has five digits, the first three of them complies HTTP status
    code; The rest two digits are used to specify each exact scenario.
  • A few concepts are renamed to follow RocketMQ 5.x terminologies.

Release 2.0.0 of Java

15 Jul 09:54

Choose a tag to compare

Release java generate code by gRPC and Protocol Buffer through the IDL. The version number will follow the version of corresponding IDL.

  • Adapt to the v2 protocol
  • Bump gRPC-java to 1.47.0
  • Bump protobuf to 3.21.1

See more from here.