File tree Expand file tree Collapse file tree 16 files changed +155
-10
lines changed
Expand file tree Collapse file tree 16 files changed +155
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.0 (2025-01-31)
2+
3+ ### 🚀 Features
4+
5+ - enhance AMQP transport with event handling and connection status management ([ 5145719] ( https://github.com/getlarge/nestjs-tools/commit/5145719 ) )
6+
7+ ### 🩹 Fixes
8+
9+ - update SonarCloud scan action to version v4.2.1 ([ 62fa32b] ( https://github.com/getlarge/nestjs-tools/commit/62fa32b ) )
10+ - update SonarCloud GitHub action to use SonarQube scan action version 4 ([ 69992ae] ( https://github.com/getlarge/nestjs-tools/commit/69992ae ) )
11+ - update RabbitMQ Docker image to version 4-management-alpine ([ 021d6e8] ( https://github.com/getlarge/nestjs-tools/commit/021d6e8 ) )
12+ - update peer dependencies for NestJS to version 11 and disable legacy cache ([ 69c5701] ( https://github.com/getlarge/nestjs-tools/commit/69c5701 ) )
13+ - update AmqpClient to use string type for RmqStatus ([ 46f1528] ( https://github.com/getlarge/nestjs-tools/commit/46f1528 ) )
14+ - update NestJS and related package versions to latest ([ c041cd5] ( https://github.com/getlarge/nestjs-tools/commit/c041cd5 ) )
15+ - update peer dependencies for NestJS and TypeScript packages ([ 3fe6045] ( https://github.com/getlarge/nestjs-tools/commit/3fe6045 ) )
16+ - ** eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([ 45dc0a0] ( https://github.com/getlarge/nestjs-tools/commit/45dc0a0 ) )
17+
18+ ### 🧱 Updated Dependencies
19+
20+ - Updated typed-event-emitter to 0.2.1
21+
22+ ### ❤️ Thank You
23+
24+ - getlarge
25+
126## 0.6.0 (2024-06-07)
227
328### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @getlarge/nestjs-tools-amqp-transport" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "description" : " Custom Nest Transport classes for AMQP" ,
55 "keywords" : [
66 " amqp" ,
1818 "main" : " ./src/index.js" ,
1919 "typings" : " ./src/index.d.ts" ,
2020 "dependencies" : {
21- "@getlarge/typed-event-emitter" : " 0.2.0 " ,
21+ "@getlarge/typed-event-emitter" : " 0.2.1 " ,
2222 "uuid" : " ^9.0.1" ,
2323 "tslib" : " ^2.3.0"
2424 },
Original file line number Diff line number Diff line change 1+ ## 0.3.1 (2025-01-31)
2+
3+ ### 🩹 Fixes
4+
5+ - update SonarCloud scan action to version v4.2.1 ([ 62fa32b] ( https://github.com/getlarge/nestjs-tools/commit/62fa32b ) )
6+ - update SonarCloud GitHub action to use SonarQube scan action version 4 ([ 69992ae] ( https://github.com/getlarge/nestjs-tools/commit/69992ae ) )
7+ - update RabbitMQ Docker image to version 4-management-alpine ([ 021d6e8] ( https://github.com/getlarge/nestjs-tools/commit/021d6e8 ) )
8+ - update peer dependencies for NestJS to version 11 and disable legacy cache ([ 69c5701] ( https://github.com/getlarge/nestjs-tools/commit/69c5701 ) )
9+ - update NestJS and related package versions to latest ([ c041cd5] ( https://github.com/getlarge/nestjs-tools/commit/c041cd5 ) )
10+ - update peer dependencies for NestJS and TypeScript packages ([ 3fe6045] ( https://github.com/getlarge/nestjs-tools/commit/3fe6045 ) )
11+ - ** eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([ 45dc0a0] ( https://github.com/getlarge/nestjs-tools/commit/45dc0a0 ) )
12+ - ** nestjs-tools-amqp-transport:** evaluate default options correctly ([ 077a2d2] ( https://github.com/getlarge/nestjs-tools/commit/077a2d2 ) )
13+
14+ ### ❤️ Thank You
15+
16+ - getlarge
17+
118## 0.3.0 (2024-04-16)
219
320### 🚀 Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @getlarge/nestjs-tools-async-local-storage" ,
3- "version" : " 0.3.0 " ,
3+ "version" : " 0.3.1 " ,
44 "description" : " Node Async Hooks wrapper to store request context" ,
55 "keywords" : [
66 " node" ,
Original file line number Diff line number Diff line change 1+ ## 0.15.7 (2025-01-31)
2+
3+ ### 🩹 Fixes
4+
5+ - update SonarCloud scan action to version v4.2.1 ([ 62fa32b] ( https://github.com/getlarge/nestjs-tools/commit/62fa32b ) )
6+ - update SonarCloud GitHub action to use SonarQube scan action version 4 ([ 69992ae] ( https://github.com/getlarge/nestjs-tools/commit/69992ae ) )
7+ - update RabbitMQ Docker image to version 4-management-alpine ([ 021d6e8] ( https://github.com/getlarge/nestjs-tools/commit/021d6e8 ) )
8+ - update peer dependencies for NestJS to version 11 and disable legacy cache ([ 69c5701] ( https://github.com/getlarge/nestjs-tools/commit/69c5701 ) )
9+ - update NestJS and related package versions to latest ([ c041cd5] ( https://github.com/getlarge/nestjs-tools/commit/c041cd5 ) )
10+ - update peer dependencies for NestJS and TypeScript packages ([ 3fe6045] ( https://github.com/getlarge/nestjs-tools/commit/3fe6045 ) )
11+ - ** eslint-plugin-nestjs-tools:** follow eslint plugin recommendations ([ 45dc0a0] ( https://github.com/getlarge/nestjs-tools/commit/45dc0a0 ) )
12+ - ** nestjs-tools-amqp-transport:** evaluate default options correctly ([ 077a2d2] ( https://github.com/getlarge/nestjs-tools/commit/077a2d2 ) )
13+
14+ ### 🧱 Updated Dependencies
15+
16+ - Updated typed-event-emitter to 0.2.1
17+
18+ ### ❤️ Thank You
19+
20+ - getlarge
21+
122## 0.15.6 (2024-04-16)
223
324This was a version bump only for nestjs-tools-cluster to align it with other projects, there were no code changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " @getlarge/nestjs-tools-cluster" ,
3- "version" : " 0.15.6 " ,
3+ "version" : " 0.15.7 " ,
44 "description" : " Cluster and workers manager" ,
55 "keywords" : [
66 " cluster" ,
1717 },
1818 "dependencies" : {
1919 "tslib" : " ^2.3.0" ,
20- "@getlarge/typed-event-emitter" : " 0.2.0 "
20+ "@getlarge/typed-event-emitter" : " 0.2.1 "
2121 },
2222 "type" : " commonjs" ,
2323 "main" : " ./src/index.js" ,
Original file line number Diff line number Diff line change 1+ ## 0.1.6 (2025-01-31)
2+
3+ ### 🩹 Fixes
4+
5+ - update SonarCloud scan action to version v4.2.1 ([ 62fa32b] ( https://github.com/getlarge/nestjs-tools/commit/62fa32b ) )
6+ - update SonarCloud GitHub action to use SonarQube scan action version 4 ([ 69992ae] ( https://github.com/getlarge/nestjs-tools/commit/69992ae ) )
7+ - update RabbitMQ Docker image to version 4-management-alpine ([ 021d6e8] ( https://github.com/getlarge/nestjs-tools/commit/021d6e8 ) )
8+ - update peer dependencies for NestJS to version 11 and disable legacy cache ([ 69c5701] ( https://github.com/getlarge/nestjs-tools/commit/69c5701 ) )
9+ - update ESLint rule tester configuration and adjust TypeScript module settings ([ 5d38ca1] ( https://github.com/getlarge/nestjs-tools/commit/5d38ca1 ) )
10+ - update NestJS and related package versions to latest ([ c041cd5] ( https://github.com/getlarge/nestjs-tools/commit/c041cd5 ) )
11+ - update peer dependencies for NestJS and TypeScript packages ([ 3fe6045] ( https://github.com/getlarge/nestjs-tools/commit/3fe6045 ) )
12+
13+ ### ❤️ Thank You
14+
15+ - getlarge
16+
117## 0.1.5 (2024-09-19)
218
319
Original file line number Diff line number Diff line change 11{
22 "name" : " @getlarge/eslint-plugin-nestjs-tools" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " ESLint rules for NestJS applications" ,
55 "keywords" : [
66 " eslint" ,
Original file line number Diff line number Diff line change 1+ ## 0.1.6 (2025-01-31)
2+
3+ ### 🩹 Fixes
4+
5+ - update SonarCloud scan action to version v4.2.1 ([ 62fa32b] ( https://github.com/getlarge/nestjs-tools/commit/62fa32b ) )
6+ - update SonarCloud GitHub action to use SonarQube scan action version 4 ([ 69992ae] ( https://github.com/getlarge/nestjs-tools/commit/69992ae ) )
7+ - update RabbitMQ Docker image to version 4-management-alpine ([ 021d6e8] ( https://github.com/getlarge/nestjs-tools/commit/021d6e8 ) )
8+ - update peer dependencies for NestJS to version 11 and disable legacy cache ([ 69c5701] ( https://github.com/getlarge/nestjs-tools/commit/69c5701 ) )
9+ - update file upload tests to reference correct ESLint config file ([ c664576] ( https://github.com/getlarge/nestjs-tools/commit/c664576 ) )
10+ - update file upload tests to reference new ESLint config file ([ 3f3389c] ( https://github.com/getlarge/nestjs-tools/commit/3f3389c ) )
11+ - update NestJS and related package versions to latest ([ c041cd5] ( https://github.com/getlarge/nestjs-tools/commit/c041cd5 ) )
12+ - update peer dependencies for NestJS and TypeScript packages ([ 3fe6045] ( https://github.com/getlarge/nestjs-tools/commit/3fe6045 ) )
13+
14+ ### ❤️ Thank You
15+
16+ - getlarge
17+
118## 0.1.5 (2024-11-06)
219
320
Original file line number Diff line number Diff line change 11{
22 "name" : " @getlarge/nestjs-tools-fastify-upload" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " Fastify Upload utilies for NestJS" ,
55 "keywords" : [
66 " fastify" ,
You can’t perform that action at this time.
0 commit comments