Skip to content

Releases: gravity-ui/gateway

v2.5.2

23 Aug 12:44
f2f56a4
Compare
Choose a tag to compare

2.5.2 (2024-08-23)

Bug Fixes

  • use proto loader options for decoding "any" messages (#64) (f544198)

v2.5.1

04 Aug 06:32
c192ceb
Compare
Choose a tag to compare

2.5.1 (2024-08-04)

Bug Fixes

  • param error is returned more explicitly instead of an empty value (#61) (8f95601)

v2.5.0

20 Jun 13:51
8e93918
Compare
Choose a tag to compare

2.5.0 (2024-06-20)

Features

  • added ability to specify headers for timeout and retries count (#54) (ee6d407)

v2.4.0

17 Apr 14:50
e8c0b40
Compare
Choose a tag to compare

2.4.0 (2024-04-17)

Features

  • add ability to customize debugHeaders via option proxyDebugHeaders (#52) (d68411e)

v2.3.0

26 Mar 16:08
183cdd6
Compare
Choose a tag to compare

2.3.0 (2024-03-26)

Features

  • add ability to specify an array in expectedResponseContentType (#48) (10580bd)

v2.2.0

25 Mar 08:26
373db89
Compare
Choose a tag to compare

2.2.0 (2024-03-25)

Features

  • add ability to validate response content type in rest actions (#43) (5233ee5)

v2.1.0

27 Feb 20:00
8163c37
Compare
Choose a tag to compare

2.1.0 (2024-02-27)

Features

  • add ability to return response headers (#41) (b6578a7)

v2.0.0

15 Feb 13:41
622ab4b
Compare
Choose a tag to compare

2.0.0 (2024-02-15)

⚠ BREAKING CHANGES

  • move originalError to debug field (#39)
  • change default value for encodePathArgs option (#38)

v1.6.0

06 Feb 13:14
797d280
Compare
Choose a tag to compare

1.6.0 (2024-02-06)

Features

  • enable option grpcRecreateService by default (#36) (1682c4e)

v1.5.1

11 Dec 09:46
Compare
Choose a tag to compare

1.5.1 (2023-12-11)

Bug Fixes

  • catch background refresh errors (b4f8157)
  • consider more params when caching reflection client (c60bcc8)
  • optimize cache keys (4dd1e39)
  • remove failed reflection requests from cache (665da2e)
  • share grpc-options with reflection client (8b8165e)