Skip to main content

使用以下链接下载 InLong。

InLong

日期版本备注下载
2020-06-060.3.0源码[SRC] [ASC] [SHA512]
客户端[TAR] [ASC] [SHA512]
服务端[TAR] [ASC] [SHA512]

发布完整性

您必须 验证 下载文件的完整性。 我们为每个发布文件提供 OpenPGP 签名。此签名应与包含 InLong 发布经理的 OpenPGP 密钥的 KEYS 文件匹配。 我们还为每个发布文件提供 SHA-512 校验和。下载文件后,您应该计算下载的校验和,并确保它与我们提供的相同。

发版说明

新特性

  • [INLONG-42] Add peer information about message received Major New Feature

改进

  • [INLONG-7] Using StringBuilder instead of StringBuffer in BaseResult
  • [INLONG-9] Remove some unnecessary code
  • [INLONG-16] Correct BdbStoreService#isPrimaryNodeActived to BdbStoreService#isPrimaryNodeActive
  • [INLONG-18] Correct TMaster#idGenerater to TMaster#idGenerator
  • [INLONG-19] Correct parameter names to fit in camel case
  • [INLONG-20] Correct DefaultLoadBalancer#balance parameter
  • [INLONG-21] Change version number from x.y-SNAPSHOT to x.y.z-incubating-SNAPSHOT
  • [INLONG-22] Correct ClientSubInfo#getTopicProcesser -> ClientSubInfo#getTopicProcessor
  • [INLONG-23] Improve project README content introduction
  • [INLONG-24] Add NOTICE and adjust LICENSE
  • [INLONG-26] correct spelling (difftime-> diffTime)
  • [INLONG-27] replace StringBuffer with StringBuilder
  • [INLONG-28] ignore path error
  • [INLONG-29] Change the package name to org.apache.tubemq.""
  • [INLONG-33] refactor enum implement from annoymouse inner class
  • [INLONG-38] Correct DefaultLoadBalancer#balance parameter
  • [INLONG-39] Optimize the loadMessageStores() logic
  • [INLONG-40] Optimize message disk store classes's logic
  • [INLONG-43] Add DeletePolicy's value check
  • [INLONG-44] Remove unnecessary synchronized definition of shutdown () function
  • [INLONG-49] setTimeoutTime change to updTimeoutTime
  • [INLONG-50] Replace fastjson to gson

Bug修复

  • [INLONG-10] Fix Javadoc error
  • [INLONG-14] Some compilation errors
  • [INLONG-15] Correct typo in http_access_API_definition.md
  • [INLONG-32] File path not match with package name in tubemq-client module
  • [INLONG-35] check illegal package's field value
  • [INLONG-36] Remove unnecessary removefirst() function printing
  • [INLONG-37] Offset is set to 0 when Broker goes offline
  • [INLONG-45] Check groupName with checkHostName function
  • [INLONG-48] No timeout when setting consumer timeout
  • [INLONG-59] Null pointer exception is thrown while constructing ConsumerConfig with MasterInfo
  • [INLONG-62] consumed and set consumerConfig.setConsumeModel (0) for the first time
  • [INLONG-66] TubeSingleSessionFactory shutdown bug
  • [INLONG-85] There is NPE when creating PullConsumer with TubeSingleSessionFactory
  • [INLONG-88] Broker does not take effect after the deletePolicy value is changed
  • [INLONG-149] Some of the consumers stop consuming their corresponding partitions and never release the partition to others
  • [INLONG-153] Some of the consumers stop consuming their corresponding partitions and never release the partition to others
  • [INLONG-165] Remove unnecessary fiiles