Kamil Myśliwiec
35c3ded6db
chore(@nestjs) publish v11.1.6 release
2025-08-07 08:59:11 +02:00
Kamil Mysliwiec
059fe01656
Merge pull request #15508 from kim-sung-jee/fix/max-packet-length-exceeded
...
fix(microservices): report correct buffer length in exception
2025-08-07 08:52:49 +02:00
kim-sung-jee
5a25cd93b3
fix(microservices): report correct buffer length in exception
2025-08-06 22:10:07 +09:00
LeonBiersch
a725ebabe3
fix(microservices): fix kafka serilization of class instances
...
Fix serilization of class instances that doesn't have own toString() implementation and therefore inherit the standard behavior of [object Object]. Add test for inherited classes.
2025-08-03 18:23:23 +02:00
Kamil Myśliwiec
9bb0560e79
chore(@nestjs) publish v11.1.5 release
2025-07-18 11:14:44 +02:00
Kamil Myśliwiec
1f101ac8b0
chore(@nestjs) publish v11.1.4 release
2025-07-16 09:40:46 +02:00
Kamil Mysliwiec
ed714ac784
Merge pull request #15386 from nestjs/feat/introspection-capabilities
...
feat: enhance introspection capabilities
2025-07-14 17:29:58 +02:00
Kamil Myśliwiec
4d436f0c2d
test: update outdated unit tests
2025-07-14 13:28:01 +02:00
Kamil Mysliwiec
ece4638f7b
Merge pull request #15305 from getlarge/fix-improve-rmq-server-pattern-matching
...
fix(microservices): Revisit RMQ pattern matching with wildcards
2025-07-14 11:40:25 +02:00
Kamil Mysliwiec
6f90f9b4cc
Merge pull request #15250 from EeeasyCode/fix/issue-#13931-additional-problem
...
fix(constants): update RMQ_DEFAULT_QUEUE to an empty string
2025-07-14 11:39:33 +02:00
Kamil Myśliwiec
adc7e1547f
feat: enhance introspection capabilities
2025-07-14 11:37:49 +02:00
getlarge
732ee786ba
chore(microservices): Fix lint error
2025-06-19 08:10:58 +02:00
getlarge
17e65d8a9b
fix(microservices): Replace wildcard string
2025-06-18 21:30:16 +02:00
getlarge
8c2a027645
fix(microservices): Revisit RMQ pattern matching with wildcards
...
close #15034
2025-06-18 21:21:50 +02:00
eeeasycode
7f2cc8997b
fix(constants): update RQM_DEFAULT_QUEUE to an empty string
2025-06-07 17:37:00 +09:00
Kamil Myśliwiec
1613f503cf
chore(@nestjs) publish v11.1.3 release
2025-06-06 08:56:49 +02:00
Kamil Myśliwiec
daa429d251
style: address lint issues
2025-05-30 10:56:04 +02:00
isaryy
840e0c75a3
update warning log texts
...
Co-authored-by: Kamil Mysliwiec <mail@kamilmysliwiec.com >
2025-05-29 16:52:45 +03:00
Igor Sari
3a0dfb8af8
refactor(microservices): add warn for post-initialization configuration
2025-05-28 22:45:49 +03:00
Kamil Myśliwiec
32b5febcfa
chore(@nestjs) publish v11.1.2 release
2025-05-26 08:27:53 +02:00
Kamil Mysliwiec
0abbdbcf97
Merge pull request #15172 from mag123c/15144-fix-missing-strategy-in-usefactory
...
fix(microservices): support custom strategy in async usefactory config
2025-05-21 08:30:22 +02:00
mag123c
6f439834cd
fix(microservices): support custom strategy in async usefactory config
2025-05-21 14:11:09 +09:00
Jan Rocek
1e5e2bbfc7
fix(microservices): prevent error logs during redis client shutdown
2025-05-20 16:06:02 +02:00
Kamil Myśliwiec
f262812991
chore: update package.json
2025-05-14 09:02:51 +02:00
Kamil Myśliwiec
2cccff11e9
chore(@nestjs) publish v11.1.1 release
2025-05-14 09:01:53 +02:00
maxbronnikov10
076fb0e168
feat(microservices): add specific transport id to microservices
2025-05-08 19:46:00 +03:00
Kamil Mysliwiec
92b4358981
Merge pull request #15057 from ChangmoKang/microservices-configuration-rmqoptions
...
feat(microservices): Allow custom exchangeType as string for plugin compatibility
2025-05-08 10:35:57 +02:00
ChangmoKang
78663134c8
feat(microservices): Support custom string literal exchangeType names
2025-05-08 17:19:29 +09:00
ChangmoKang
4eb4bf2291
Revert "refactor(microservices): Extract AmqpExchangeType"
...
This reverts commit d8f80ef986 .
2025-05-08 17:05:00 +09:00
ChangmoKang
d8f80ef986
refactor(microservices): Extract AmqpExchangeType
...
Defined a dedicated type for AMQP exchange types to enhance type safety and maintain IDE support,
replacing inline union with a named type for better readability and reusability.
2025-05-08 08:09:38 +09:00
Igor Gaponov
0eb3199004
feat(microservices): Add exchange arguments to RabbitMQ
2025-05-05 13:26:54 +03:00
yatin166
9c7ae6189c
fix(microservices): ensure all redis and amqp client closes properly
2025-05-03 13:32:08 +02:00
ChangmoKang
ef632bff69
feat(microservices): Allow custom exchangeType as string
2025-05-03 07:03:48 +09:00
ChangmoKang
8a3554ab1f
chore(microservices): Fix typo in JSDoc for 'noAck' option
2025-05-03 07:02:56 +09:00
yatin166
771e1d1f27
fix(microservices): lint issue
2025-04-28 15:58:14 +02:00
yatin166
68f1c1c62e
fix test
2025-04-28 13:26:19 +02:00
yatin166
0b91bb401b
fix(microservices): ensure all the amqp connections are closed properly
2025-04-28 12:50:35 +02:00
yatin166
4ff638befc
fix(microservices): ensure all redis connections are closed
2025-04-25 11:30:13 +02:00
Kamil Myśliwiec
112450bb0c
chore(@nestjs) publish v11.1.0 release
2025-04-23 13:24:40 +02:00
Kamil Mysliwiec
faf3e6aec2
Merge pull request #14540 from nestjs/feat/rmq-topic-exchange
...
feat(microservices): add support for topic exchange (rabbitmq)
2025-04-23 13:23:39 +02:00
Kamil Myśliwiec
729a9cd7a3
chore(@nestjs) publish v11.0.21 release
2025-04-23 08:31:32 +02:00
Kamil Myśliwiec
d5bca8871c
chore(@nestjs) publish v11.0.20 release
2025-04-16 09:06:10 +02:00
Kamil Myśliwiec
a6bdfd16f4
chore(@nestjs) publish v11.0.19 release
2025-04-15 18:55:48 +02:00
Kamil Myśliwiec
11acc5946b
chore(@nestjs) publish v11.0.18 release
2025-04-15 17:58:24 +02:00
Kamil Myśliwiec
f8a171c4cb
chore(@nestjs) publish v11.0.17 release
2025-04-14 10:40:57 +02:00
Kamil Myśliwiec
b6edf9ada7
chore(@nestjs) publish v11.0.16 release
2025-04-11 14:24:57 +02:00
Kamil Myśliwiec
4718a648eb
chore(@nestjs) publish v11.0.15 release
2025-04-10 12:17:06 +02:00
Kamil Myśliwiec
dbc03787d5
chore(@nestjs) publish v11.0.14 release
2025-04-09 09:18:20 +02:00
YeonJuan
f115c5988f
refactor(microservices): fix wrong type for keepalive keys
2025-04-07 00:04:21 +09:00
Kamil Myśliwiec
466e9b9e23
chore(@nestjs) publish v11.0.13 release
2025-04-03 10:30:28 +02:00