Skip to content

Releases: apache/rocketmq-apis

Release of v2.0.3

12 Jun 08:37
70eb1ef
Compare
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
Compare
Choose a tag to compare

Release of v2.0.2

15 Dec 03:00
Compare
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
Compare
Choose a tag to compare

Release of v2.0.1

13 Oct 11:12
7ed3e26
Compare
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
Compare
Choose a tag to compare

Release of v2.0

15 Jul 14:41
Compare
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
Compare
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.

Release v2.0-alpha

30 Jun 02:39
0d352db
Compare
Choose a tag to compare
Release v2.0-alpha Pre-release
Pre-release

Changelog:

  1. Bi-directional stream API is used, allowing servers to issue
    diagnosing telemetry commands to clients;
  2. Server side stream API is employed for receive message API, which
    mitigates costs of serialization/deserialization of large data chunks
  3. 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.
  4. A few concepts are renamed to follow RocketMQ 5.x terminologies.

Release of v1.0

28 Mar 08:14
f5b7d02
Compare
Choose a tag to compare
Release of v1.0