Skip to content

golang/v5.1.4

Pre-release
Pre-release

Choose a tag to compare

@RongtongJin RongtongJin released this 17 Jun 06:35
· 4 commits to master since this release
5ef95b8

What's Changed

  • [ISSUE #1098] [Golang] Support returns error information, such as authentication failure by @leizhiyuan in #1099
  • golang: Support fifo parallel consume in go pushconsumer by @guyinyou in #1122
  • golang: Added rate limiting for SimpleConsumer's Receive requests by clientID dimension by @guyinyou in #1141
  • [ISSUE #1107] [Golang] LiteTopic support for "RIP‐83 Lite Topic" by @cvictory in #1110
  • [Golang] refactor(lite_push_consumer): use sync.Map to improve thread safety by @f1amingo in #1171
  • [ISSUE #1161] [Golang] Client support ipv6 hostip:port by @woaishixiaoxiao in #1162
  • chore(.licenserc.yaml): add golang/*_mock.go to ignore list by @f1amingo in #1193
  • [ISSUE #1202] [Golang] Enable Lite Push Consumer to suspend consumption by @f1amingo in #1203
  • [Golang] fix(conn): add max receive message size configuration option by @f1amingo in #1219
  • [Golang] fix(log.go): improve log directory retrieval logic by @f1amingo in #1220
  • [Golang] fix(client.go): fix bug where NotifyClientTermination was never called by @f1amingo in #1221
  • Go client supports Producer with recalling timed/delay messages and Priority Message. by @zhaohai666 in #1231
  • [Golang] fix(client.go): handle sync settings error during startup by @f1amingo in #1235
  • [Golang] fix(log.go): adjust log file size unit and enable local time by @f1amingo in #1238
  • [Golang] refactor(log.go): unify log configuration default value management by @f1amingo in #1239
  • [Golang] fix(client.go): nil pointer exception during close by @f1amingo in #1243
  • [Go] Fix forwardToDeadLetterQueueLater incorrectly calling ackMessage instead of forwardToDeadLetterQueue by @guyinyou in #1266
  • [Go] Fix missing return after retry scheduling in process_queue by @guyinyou in #1265
  • fix(golang): add missing return in SendAsync when producer is off by @guyinyou in #1264
  • [Go] Fix inverted hook status in Ack/DLQ methods by @guyinyou in #1269
  • [Go] Fix double execution of telemetry command during recovery by @guyinyou in #1270
  • [Go] Fix Commit/RollBack always returning nil in transaction by @guyinyou in #1271
  • [Golang] fix(process_queue.go): correct log format verbs in receiveMessage error logging by @AllenZMC in #1253
  • [Go] Fix data race in receiveMessage for push and simple consumers by @guyinyou in #1275

New Contributors

Full Changelog: golang/v5.1.3...golang/v5.1.4