File tree 16 files changed +155
-10
lines changed
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
+
1
26
## 0.6.0 (2024-06-07)
2
27
3
28
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-amqp-transport" ,
3
- "version" : " 0.6 .0" ,
3
+ "version" : " 0.7 .0" ,
4
4
"description" : " Custom Nest Transport classes for AMQP" ,
5
5
"keywords" : [
6
6
" amqp" ,
18
18
"main" : " ./src/index.js" ,
19
19
"typings" : " ./src/index.d.ts" ,
20
20
"dependencies" : {
21
- "@getlarge/typed-event-emitter" : " 0.2.0 " ,
21
+ "@getlarge/typed-event-emitter" : " 0.2.1 " ,
22
22
"uuid" : " ^9.0.1" ,
23
23
"tslib" : " ^2.3.0"
24
24
},
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
+
1
18
## 0.3.0 (2024-04-16)
2
19
3
20
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-async-local-storage" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " Node Async Hooks wrapper to store request context" ,
5
5
"keywords" : [
6
6
" 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
+
1
22
## 0.15.6 (2024-04-16)
2
23
3
24
This 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 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-cluster" ,
3
- "version" : " 0.15.6 " ,
3
+ "version" : " 0.15.7 " ,
4
4
"description" : " Cluster and workers manager" ,
5
5
"keywords" : [
6
6
" cluster" ,
17
17
},
18
18
"dependencies" : {
19
19
"tslib" : " ^2.3.0" ,
20
- "@getlarge/typed-event-emitter" : " 0.2.0 "
20
+ "@getlarge/typed-event-emitter" : " 0.2.1 "
21
21
},
22
22
"type" : " commonjs" ,
23
23
"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
+
1
17
## 0.1.5 (2024-09-19)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/eslint-plugin-nestjs-tools" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " ESLint rules for NestJS applications" ,
5
5
"keywords" : [
6
6
" 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
+
1
18
## 0.1.5 (2024-11-06)
2
19
3
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-fastify-upload" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " Fastify Upload utilies for NestJS" ,
5
5
"keywords" : [
6
6
" fastify" ,
Original file line number Diff line number Diff line change
1
+ ## 1.4.2 (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
+
13
+ ### ❤️ Thank You
14
+
15
+ - getlarge
16
+
1
17
## 1.4.1 (2024-09-13)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-file-storage" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.4.2 " ,
4
4
"description" : " File Storage Juggler" ,
5
5
"keywords" : [
6
6
" file" ,
Original file line number Diff line number Diff line change
1
+ ## 1.1.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
+
13
+ ### ❤️ Thank You
14
+
15
+ - getlarge
16
+
1
17
## 1.1.0 (2024-08-07)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/nestjs-tools-lock" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " A distributed lock manager for NestJS" ,
5
5
"keywords" : [
6
6
" lock" ,
Original file line number Diff line number Diff line change
1
+ ## 0.2.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
+
1
18
## 0.2.0 (2024-04-16)
2
19
3
20
### 🚀 Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @getlarge/typed-event-emitter" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " Event emitter with generic event types" ,
5
5
"keywords" : [
6
6
" eventemitter" ,
You can’t perform that action at this time.
0 commit comments