Skip to content

Releases: sergeyzwezdin/yandex-cloud-functions-router

v2.2.0

28 Jul 16:50
cc8f17d
Compare
Choose a tag to compare

v2.1.1

08 Feb 04:57
c219525
Compare
Choose a tag to compare

v2.1.0

18 Jun 03:31
4a5396c
Compare
Choose a tag to compare
  • Structure of CloudFunctionHttpEvent has been updated to respect Yandex cloud request (@batFormat)

v2.0.3

27 Nov 16:56
2940b4d
Compare
Choose a tag to compare
  • Typo fix

v2.0.2

23 Oct 00:58
329e014
Compare
Choose a tag to compare
  • Typings fix (#22)

v2.0.1

25 Aug 07:50
5669662
Compare
Choose a tag to compare
  • Dependencies update

v2.0.0

01 Jul 05:25
3271058
Compare
Choose a tag to compare
  • BREAKING CHANGE: Not found / invalid request error handler split into different configuration keys

v1.3.2

27 Jun 01:08
340a32d
Compare
Choose a tag to compare
  • Fixed base64 unwrapping for validators (HTTP router)

v1.3.1

26 Jun 06:12
2921479
Compare
Choose a tag to compare
  • Debug info added to console output when YF_ROUTER_DEBUG flag is defined

v1.3.0

23 Jun 01:25
b374e2c
Compare
Choose a tag to compare
  • Base64 parsing for HTTP requests added