Skip to content

Releases: nestjs/nest

v9.3.2

03 Feb 11:04
423b28a
Compare
Choose a tag to compare

v9.3.2 (2023-02-03)

Bug fixes

Enhancements

  • microservices
    • #11001 fix(microservices): use switch case for types of statuses in server (@bittlerr)

Dependencies

  • Other
    • #11012 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/gateway (@dependabot[bot])
    • #11015 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/gateway (@dependabot[bot])
    • #11005 chore(deps-dev): bump graphql-tools from 8.3.16 to 8.3.17 (@dependabot[bot])
    • #11013 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/posts-application (@dependabot[bot])
    • #11014 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/posts-application (@dependabot[bot])
    • #11016 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/32-graphql-federation-schema-first/users-application (@dependabot[bot])
    • #11017 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (@dependabot[bot])
    • #11011 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /sample/31-graphql-federation-code-first/users-application (@dependabot[bot])
    • #11006 chore(deps-dev): bump redis from 4.5.1 to 4.6.4 (@dependabot[bot])
    • #11007 chore(deps-dev): bump core-js from 3.27.1 to 3.27.2 (@dependabot[bot])
    • #11008 chore(deps-dev): bump mongoose from 6.8.4 to 6.9.0 (@dependabot[bot])
    • #11003 chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 (@dependabot[bot])
  • common, core, microservices, platform-express, platform-fastify, platform-socket.io, platform-ws, testing, websockets

Committers: 6

v9.3.0

01 Feb 14:02
eba8f15
Compare
Choose a tag to compare

v9.3.0 (2023-02-01)

Features

  • core
    • #10608 feat(core): enhance repl '.help' command with nestjs functions (@micalevisk)
  • common, core, microservices, platform-express, platform-fastify, platform-socket.io, platform-ws, testing, websockets

Bug fixes

  • microservices
  • common
    • #10531 fix(common): correct order for logger error parameters (@ChrisiPK)
  • core, microservices
    • #10809 fix(core,microservices): inject the context when the tree is not durable (@micalevisk)
  • core
    • #10698 fix(core): Making Request scope non durable win over scope durable (@vizio360)
    • #10822 fix(core): ModuleRef#get and #resolve opts default values (@micalevisk)
    • #10889 fix(fastify): return the response on exception (@jmcdo29)
  • platform-fastify

Enhancements

  • common
    • #10737 Parse file pipe fix (multiple files validation) (@mahkassem)
    • #10823 perf(common): faster logs by caching intl.datetimeformat (@H4ad)
  • core
  • microservices
    • #10798 refactor(microservices): disable ping timer message in nats by flag (@andreyddk)
  • platform-express

Docs

Code style tweaks

  • common, core, testing, websockets

Dependencies

Read more

v9.2.1

29 Nov 09:01
308599f
Compare
Choose a tag to compare

v9.2.1 (2022-11-29)

Bug fixes

Enhancements

Dependencies

Committers: 6

v9.2.0

07 Nov 10:20
8101900
Compare
Choose a tag to compare

v9.2.0 (2022-11-07)

Features

Bug fixes

  • core
  • common, platform-express
    • #10345 fix(platform): shutdown hooks not firing caused by open http connections (@tolgap)

Enhancements

  • core
    • #10479 feat(core): display class's name on request mapping exceptions (@micalevisk)
    • #10497 fix(core): change repl() function param type to Type | DynamicModule (@CodyTseng)
  • common
  • platform-express
    • #10481 feat(plataform-express): replace any return type on #listen with Server (@micalevisk)
  • common, core

Dependencies

Committers: 9

v9.1.1

19 Sep 14:03
39ec4cd
Compare
Choose a tag to compare

v9.1.1 (2022-09-19)

Features

Bug fixes

Enhancements

  • common
    • #10285 fix(common): make ExtraModuleDefinitionOptions partial in OPTIONS_TYPE (@twchn)
    • #10087 feat(common): allow to serialize plain object (@ZanMinKian)
    • #10143 fix: export cache module options token under easy name (@jmcdo29)
  • core
  • microservices
    • #10272 feat(microservices): Add producer reference to KafkaContext (@Papooch)

Dependencies

Read more

v9.0.11

16 Aug 09:37
697041f
Compare
Choose a tag to compare

v9.0.11

Bug fixes

  • microservices
  • common
    • #10106 fix: add a check if the res is destroyed before sending response (@jmcdo29)

Dependencies

Committers: 4

v9.0.7

28 Jul 14:06
0ca63a9
Compare
Choose a tag to compare

Enhancements

  • microservices

Docs

Dependencies

Committers: 2

v9.0.6

28 Jul 10:18
7edb26e
Compare
Choose a tag to compare

v9.0.6 (2022-07-28)

Features

  • common
    • #9935 feat(common): pass options to nested async modules (@random42)

Bug fixes

  • common
  • microservices
    • #9996 fix(microservices): prevent kafka parser from modifying received message (@jDzames)

Enhancements

  • microservices
  • core
    • #9836 feat(core): add option to disable logs on LazyModuleLoader#load (@micalevisk)

Dependencies

Committers: 7

v9.0.5

20 Jul 09:05
ad08626
Compare
Choose a tag to compare

v9.0.5 (2022-07-20)

Bug fixes

  • common, platform-express

Enhancements

  • microservices
    • #9798 feat(microservices): add noAssert option for RMQ connection (@frankmangone)
    • #9954 feat(microservices): add Kafka heartbeat callback to KafkaContext (@kosh-b)
  • platform-express, platform-fastify
    • #9926 fix(express,fastify): raw body for urlencoded requests (@tolgap)

Dependencies

  • Other
    • #9959 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/30-event-emitter (@dependabot[bot])
    • #9960 chore(deps): bump terser from 5.14.1 to 5.14.2 in /sample/32-graphql-federation-schema-first/users-application (@dependabot[bot])
    • #9961 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/gateway (@dependabot[bot])
    • #9962 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/users-application (@dependabot[bot])
    • #9963 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/32-graphql-federation-schema-first/posts-application (@dependabot[bot])
    • #9964 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/32-graphql-federation-schema-first/gateway (@dependabot[bot])
    • #9965 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/29-file-upload (@dependabot[bot])
    • #9966 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/28-sse (@dependabot[bot])
    • #9967 chore(deps): bump terser from 5.10.0 to 5.14.2 in /sample/31-graphql-federation-code-first/posts-application (@dependabot[bot])
    • #9951 chore(deps-dev): bump mongoose from 6.4.4 to 6.4.5 (@dependabot[bot])
    • #9952 chore(deps-dev): bump concurrently from 7.2.2 to 7.3.0 (@dependabot[bot])
  • platform-fastify

Committers: 4

v9.0.2

11 Jul 07:44
61ebc12
Compare
Choose a tag to compare

v9.0.2

Bug fixes

Enhancements

  • core
    • #9902 refactor(core): replace our own 1-level flatten by the native one (@micalevisk)

Dependencies

Committers: 3