8000 Releases · 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.

Releases: ninggf/gsvc

v3.4.3

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v3.4.2

16 Apr 08:58
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v3.4.1

26 Mar 07:51
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v3.4.0

11 Mar 10:30
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v1.2.22

05 Jan 05:35
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v1.2.21

21 Sep 07:03
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v1.2.20

31 Aug 07:21
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v1.2.19

18 Apr 06:56
Compare
Choose a tag to compare

Added

  • do validation for server-streaming call

Changed

  • use application name as default service name

Fixed

  • convert Wildcard MediaType to a specified type

Improved

  • File upload

v1.2.18

17 Apr 13:59
Compare
Choose a tag to compare

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

v1.2.12

29 Mar 07:53
Compare
Choose a tag to compare

Full Changelog: v1.2.10...v1.2.12

0