Skip to content

Releases: nestjs/nest

v11.1.0

23 Apr 11:25
112450b
Compare
Choose a tag to compare

v11.1.0 (2025-04-23)

Enhancements

Committers: 1

v11.0.21

23 Apr 06:32
729a9cd
Compare
Choose a tag to compare

v11.0.21 (2025-04-23)

Enhancements

  • common
    • #14995 feat(common): Add fallbackToMimetype support in FileTypeValidator (@mag123c)

Dependencies

  • platform-fastify

Committers: 1

v11.0.20

16 Apr 07:06
d5bca88
Compare
Choose a tag to compare

What's Changed

  • refactor(common): Prevent JavaScript being wrapped in eval by @Borewit in #14974

New Contributors

Full Changelog: v11.0.19...v11.0.20

v11.0.18

15 Apr 15:59
11acc59
Compare
Choose a tag to compare

What's Changed

  • chore(common): temporarily move file-type to regular deps d9a69a3

Full Changelog: v11.0.17...v11.0.18

v10.4.16

14 Apr 08:38
6c8aec6
Compare
Choose a tag to compare

What's Changed

  • fix(common): introduce magic file type validator to nestjs common by @Chathula in #14948

Full Changelog: v10.4.15...v10.4.16

v11.0.16

11 Apr 12:26
b6edf9a
Compare
Choose a tag to compare

v11.0.16 (2025-04-11)

  • fix(common): use file-type to validate file mimetypes by @Chathula in #14881

v11.0.15

10 Apr 10:18
4718a64
Compare
Choose a tag to compare

v11.0.15 (2025-04-10)

Bug fixes

Committers: 1

v11.0.14

09 Apr 07:20
dbc0378
Compare
Choose a tag to compare

v11.0.14 (2025-04-09)

Bug fixes

  • platform-fastify
    • #14511 fix(fastify): adds the non-standard http methods to the instance (@johaven)

Committers: 1

v11.0.13

03 Apr 08:31
466e9b9
Compare
Choose a tag to compare

v11.0.13 (2025-04-03)

Bug fixes

  • platform-fastify
    • #14895 fix(fastify-adapter): global prefix exclusion path handling w/middleware (@KyleLilly)
  • microservices
    • #14869 fix(microservices): do not re-create client connection once get client by service name (@mingo023)

Dependencies

Committers: 2

v11.0.12

19 Mar 10:22
c58f49a
Compare
Choose a tag to compare

v11.0.12 (2025-03-19)

Bug fixes

Enhancements