Skip to content

Releases: baidu/starlight

starter-v2022.2.0

02 Dec 17:49
Compare
Choose a tag to compare

Things that changed in this release

  • 0f1a68a - skip site plugin
  • 784a621 - add maven-site-plugin
  • 4f83bf6 - change nexus-staging-maven-plugin to 1.6.7
  • a1b561a - fix javadoc
  • ec7580c - readme change
  • 57f16f0 - starter version change
  • fe7abf6 - [maven-release-plugin] prepare for next development iteration

starlight-v2022.2.0

02 Dec 14:38
Compare
Choose a tag to compare

Things that changed in this release

3.0.5

11 Aug 08:02
Compare
Choose a tag to compare

Things that changed in this release

  • 69e9ff8 - [maven-release-plugin] prepare for next development iteration
  • d869850 - Bump gson from 2.8.5 to 2.8.9 (#241)
  • d17efae - support merge annotation (#243)
  • 2e8cc43 - springboot support merge annotation (#244)

v3.0.4

28 Apr 11:37
Compare
Choose a tag to compare

ChangeLog:

v3.0.3

24 Mar 08:16
Compare
Choose a tag to compare

ChangeLog:
Bump log4j-core from 2.13.2 to 2.17.1
Bump guava from 23.0 to 30.0-jre
health check bug fix (#230)
hulu protocol attachment bug fix (#225) (#226)

v3.0.2

21 Sep 04:30
bcf9a87
Compare
Choose a tag to compare

ChangeLog:

  • http protocol bug fix (#195)
  • override fillInstackTrace for Customerized Exception (#194)
  • decode fast fail
  • change to internalServiceName method name
  • unique service name.
  • ensure create thread pool thread safe
  • Bump log4j-core from 2.8.1 to 2.13.2 (#182)
  • Upgrade Netty-all from 4.1.42.Final to 4.4.51.Final (#187)
  • Fix NPE from guoyuhong/fixNPE (#185)
  • add timeout log
  • Migrates RpcContext.logId from Integer to Long
  • bugfix: init NLP when rpcClientOption is null
  • improve naming service code struct (#178)

v3.0.1

16 May 09:40
c8097e2
Compare
Choose a tag to compare

Changelog:

  • [bugfix]fix repeated invoke iterator.next()
  • [bugfix]fix java.util.concurrent.CopyOnWriteArrayList.COWIterator not support remove
  • [bugfix]workaround for memory leak in BrpcHttpObjectDecoder

Contributors:

v3.0.0

04 May 08:37
1c2e293
Compare
Choose a tag to compare
  • bugfix: load balance select return no instance
  • Supports Protobuf 3.x
  • Implements dubbo protocol
  • Updates fair load balance to remove selected instances when retry
  • Splits brpc-java-core into communication and governance

v2.5.9

23 Dec 02:16
Compare
Choose a tag to compare
  • It is possible to start the RpcServer with random available port.
  • upgrade netty version to 4.1.42.
  • Sets CorrelationId on Response.
  • Bugfix:multiple config problems for the Spring Boot starter.
  • Bugfix:fix the async problem for the loadManager racing.
  • Bugfix:brpc.global.client/server/naming configs can be omitted now.
  • support multi interceptors under spring env.
  • Use normalized config key for service custom configuration binding.
  • add destory method for NamingService.
  • Bugfix: update consul name service.
  • ignore synthetic fields when reflection.

v2.5.8

24 Sep 11:50
Compare
Choose a tag to compare
  • bugfix: check bug when using single_channel and brpc protocol
  • bugfix: update jprotobuf version to fix jprotobuf error under spring boot env.