8000 Release v1.2.18 · ninggf/gsvc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

v1.2.18

Compare
Choose a tag to compare
@ninggf ninggf released this 17 Apr 13:59
· 391 commits to main since this release

Added

  • Add gsvc.serviceName option
  • apzda-cloud-gsvc-test module
    • @GsvcTest
    • @AutoConfigureGsvcTest
  • xxl-job-adapter module
  • Configuration properties
    • apzda.cloud.config.real-ip-header: GsvcContextHolder.getRemoteIp use to get remote Ip.
    • apzda.cloud.config.real-ip-from: only accept real-ip-header form which the request comes.
    • apzda.cloud.config.flat-response: do not wrap the response.
  • GsvcContextHolder.current
  • IForwardPlugin interface
  • I18nUtils now supports message as key

Changed

  • Spring boot upgraded to 3.2.4
  • Spring Cloud upgraded to 2023.0.1
  • I18nHelper renamed to I18nUtils
  • Dependencies upgraded to their latest version

Improved

  • Service Name Resolve mechanism
  • Gateway, forwarding request to downstream instead of RPC.
  • RPC Mechanism, using Stub instead of Reflection.
  • Tracing
  • Sentinel

Full Changelog: v1.2.12...v1.2.18

0