Skip to content

Releases: trpc-group/trpc-java

Release v1.2.0

19 Aug 08:40
873650b
Compare
Choose a tag to compare

Change Log

v1.2.0 (2024-08-16)

Features

  • selector-polaris、configcenter: support polaris lane router and add polaris configuration center(#24

  • all: after deregistering the service, you can wait for a while before shutting down the service. The waiting time is configurable.(#53#55

Enhancements

  • doc: repair architecture diagram(#19

  • all: optimize code standards(#20

  • all: support code standard checking(#32

  • all: add unit test cases(#33#36#37#43

  • sentinel: optimize log level(#42

  • all: CI pipeline supports JDK11, JDK17, JDK21 compilation and testing (#38)

  • dependence: upgrade commons-configuration2 to 2.10.1 version, upgrade hutool-all to 5.8.28 version, upgrade jetty to 9.4.55.v20240627 version, upgrade zookeeper to 3.8.4 version(#56

Bug Fixes

  • dependence: remove bad dependencies (#21)

  • test: fix single test configuration errors(#22

  • core: delete thread level classloader(#52

Release v1.1.1

19 Jan 07:35
2413a39
Compare
Choose a tag to compare

Change Log

v1.1.1 (2024-01-17)

Features

  • selector-polaris: polaris support set name (#14)
  • proto-http: http/http2 support transparent info (#15)

Enhancements

  • all: upgrade guava to 32.1.3-jre, upgrade logback to 1.2.13, upgrade okio to 3.4.0 (#8)
  • test: upgrade junit to 4.13.2 (#17)

Bug Fixes

  • selector-polaris: fixed the issue where the default metadata map added to backendConfig namingMap did not take effect. (#14)

Release v1.1.0

21 Dec 02:27
e7bcbae
Compare
Choose a tag to compare

Change Log

v1.1.0 (2023-12-20)

Features

  • workflow: add cla (#5)
  • core: namingMap add default metadata map (#12)

Enhancements

  • configcenter test: remove useless test method of NacosConfigurationLoaderTest (#3)
  • core test: StreamTests use available port (#2)

Bug Fixes

  • core: remove knock spi (#4)

Release v1.0.0

05 Dec 04:26
Compare
Choose a tag to compare

Change Log

v1.0.0 (2023-12-05)

Features

  • all: first version