Skip to content

Releases: ukitgroup/nestjs-http

v2.0.0

08 Dec 10:57
94a6177
Compare
Choose a tag to compare

update nestjs to v9

v1.0.3

04 Nov 10:23
29933c6
Compare
Choose a tag to compare

1.0.3 (2020-11-04)

Bug Fixes

  • change typing for convenient usage (5f19ddf)

v1.0.2

30 Oct 12:45
c3e1ef0
Compare
Choose a tag to compare

1.0.2 (2020-10-30)

Bug Fixes

  • change interface to suite GOT (4d377ba)

v1.0.1

26 Oct 11:33
3bb6e55
Compare
Choose a tag to compare

1.0.1 (2020-10-26)

v1.0.0

26 Oct 09:50
6515bdf
Compare
Choose a tag to compare

1.0.0 (2020-10-26)

Bug Fixes

  • http-client: remove default got instance value (9f8ccff)
  • default config mutations (063900f)

Features

  • 3 level config merging (05cdce9)
  • add gotConfigProvider for config merging (5c77331)
  • add http agent with keep alive (74ac5b9)
  • add public tokens export (f818a2f)
  • add universal public tokens GOT_CONFIG, HTTP_SERVICE_CONFIG (3a6158d)
  • correct service configuration merging (72ba72e)
  • fix global scope via global module (f07be80)
  • unique tokens function (1a59d1c)
  • http client: http client module based on got lib (a8288ea)
  • http service: default config for http service, review edit (ce34be5)
  • http-client: forRoot, forInstance methods for http-client configuration (e84ed7d)
  • service-config: export merge of configuration (4bcc331)