Commit Graph

1179 Commits

Author SHA1 Message Date
Subin Lee
632b45af62 docs(): replace HTTP with HTTPS on readme 2023-07-05 22:59:17 +09:00
Kamil Myśliwiec
210ac19d77 chore(@nestjs) publish v10.0.5 release 2023-07-03 09:09:27 +02:00
Kamil Myśliwiec
d13b012a13 chore(@nestjs) publish v10.0.4 release 2023-06-29 14:59:18 +02:00
Kamil Myśliwiec
7e4b0eded8 chore: minor tweaks 2023-06-29 10:27:24 +02:00
dependabot[bot]
d14bc79edb chore(deps): bump tslib from 2.5.3 to 2.6.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-27 06:31:22 +00:00
Kamil Myśliwiec
d97abd7245 chore(@nestjs) publish v10.0.3 release 2023-06-21 11:22:48 +02:00
Kamil Myśliwiec
78285da6ce chore(@nestjs) publish v10.0.2 release 2023-06-19 10:48:42 +02:00
Kamil Myśliwiec
da27730cd4 chore(@nestjs) publish v10.0.1 release 2023-06-17 11:46:02 +02:00
regevbr
59379a4d44 fix(microservices): migrate from deprecated kafka subscribe usage 2023-06-17 12:30:12 +03:00
regevbr
703e791ed3 fix: kafka subscribe bad type 2023-06-16 21:59:20 +03:00
Kamil Myśliwiec
d0850d2062 chore(@nestjs) publish v10.0.0 release 2023-06-15 12:07:14 +02:00
Kamil Myśliwiec
a226872914 chore: update peer deps, package.json 2023-06-15 12:00:46 +02:00
Kamil Myśliwiec
98bb859e2c Merge branch 'master' into 10.0.0 2023-06-12 12:25:32 +02:00
Kamil Myśliwiec
7cdca66d37 chore: update readme 2023-06-12 12:25:21 +02:00
Kamil Myśliwiec
8f679ec862 chore(@nestjs) publish v9.4.3 release 2023-06-12 12:25:03 +02:00
Kamil Myśliwiec
1f44c1c72a chore: resolve conflicts 2023-06-12 12:24:08 +02:00
Kamil Mysliwiec
0fa730885a Merge pull request #11692 from OleksandrZaturskyi/fix/client-kafka-consumer-assignments
fix(microservices): check length of member partitions on group join
2023-06-12 12:23:20 +02:00
dependabot[bot]
e0b20ae54f chore(deps): bump tslib from 2.5.2 to 2.5.3
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.2 to 2.5.3.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 01:06:24 +00:00
Aleksandr
7a467e6fbe fix(microservices): check length of member partitions on group join 2023-06-01 09:04:09 +03:00
Kamil Myśliwiec
5bba7e9d26 chore(@nestjs) publish v9.4.2 release 2023-05-23 10:42:48 +02:00
Kamil Mysliwiec
9004a4a624 Merge pull request #11642 from ryoctrl/nack_when_no_matching_handler
fix(microservices): to nack when there is no matching handler
2023-05-23 10:40:34 +02:00
Kamil Mysliwiec
4f45a7019f Update packages/microservices/constants.ts 2023-05-23 10:33:48 +02:00
Kamil Mysliwiec
4bb43f0c47 Merge pull request #11437 from julien-sarazin/fix/issue-11429
fix(microservices): grpc-server handle async interceptors
2023-05-23 10:31:10 +02:00
ryoctrl
674bfc5e83 fix(microservices): to nack when there is no matching handler 2023-05-20 04:56:51 +09:00
dependabot[bot]
242718dbaf chore(deps): bump tslib from 2.5.1 to 2.5.2
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-19 01:07:55 +00:00
dependabot[bot]
fe6868d7e3 chore(deps): bump tslib from 2.5.0 to 2.5.1
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/2.5.0...2.5.1)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-18 01:00:45 +00:00
Kamil Myśliwiec
60542ea1b5 chore: update readme 2023-05-16 09:36:03 +02:00
Kamil Myśliwiec
468c179e18 chore(@nestjs) publish v9.4.1 release 2023-05-16 09:32:38 +02:00
Kamil Mysliwiec
f6f577a4df Merge pull request #11555 from MaurerKrisztian/InjectionToken-generic
refactor(common): Add generic to InjectionToken type
2023-04-25 08:28:10 +02:00
Viktor Belokhvostov
924c5f32bb feat(microservices): Updated the ClientsModule options types 2023-04-24 14:31:25 +01:00
Viktor Belokhvostov
dc5aaf9af3 feat(microservices): Add isGlobal option to the ClientsModule 2023-04-21 11:50:12 +01:00
Cem Yilmaz
cdd0e67876 chore: update repo references in package.json files 2023-04-20 10:26:09 +02:00
Kamil Myśliwiec
11b7418e3f Merge branch '10.0.0' into leonardovillela-testing-module-builder-add-override-module-method 2023-04-17 13:49:11 +02:00
Kamil Myśliwiec
fdfabf978c chore: resolve conflicts 2023-04-17 13:49:01 +02:00
Kamil Mysliwiec
69fba03c7d Merge pull request #10359 from tijsmoree/redis-microservice-psubscribe
feat(microservices): enable wildcards in redis microservice patterns
2023-04-17 13:12:28 +02:00
Kamil Myśliwiec
8b74665bdf chore: remove deprecated types, utils, logic 2023-04-11 13:34:10 +02:00
Julien Sarazin
9af95fcf50 fix(microservices): grpc-server handle async interceptors 2023-04-06 16:06:34 +02:00
Kamil Mysliwiec
77442c806f Merge pull request #10133 from TheKhanj/refactor/error
refactor(): refactor exception handlers
2023-04-05 13:14:53 +02:00
Kamil Mysliwiec
5a2be89eab Merge pull request #10549 from Papooch/fix/microservices-client-falsy-options
fix(microservices): allow falsy values in options
2023-04-05 13:06:50 +02:00
Kamil Mysliwiec
03aa13e980 Merge pull request #11413 from Tony133/chore/update-interface-deprecated-kafka
chore(): update interface deprecated for kafka
2023-04-05 13:06:10 +02:00
Kamil Myśliwiec
676c98ca91 chore(@nestjs) publish v9.4.0 release 2023-04-05 12:45:18 +02:00
Kamil Mysliwiec
4be791ffca Merge pull request #11426 from voiceflow/feat/extend-microservice-extras
feat: allow extension of microservice event and message extras
2023-04-05 12:08:20 +02:00
Kamil Mysliwiec
a8ae4f4389 Merge pull request #10628 from nomaxg/tls
feat(microservice): TCP microservice over TLS
2023-04-05 10:46:48 +02:00
Ben Teichman
daa215e3b0 test: add tests for extending extras 2023-04-04 13:07:11 -04:00
Ben Teichman
fd070b82c3 feat: allow microserivce event or message extras to be extended 2023-04-04 12:46:37 -04:00
Tony133
0eec329070 chore(): update interface deprecated for kafka 2023-03-31 16:59:45 +02:00
Kamil Myśliwiec
07f54b7c6c chore(@nestjs) publish v9.3.12 release 2023-03-22 09:49:40 +01:00
Kamil Myśliwiec
8eadcf4f2a chore(@nestjs) publish v9.3.11 release 2023-03-21 09:40:04 +01:00
Kamil Myśliwiec
aa6baa4303 fix(core): fix durable context id resolution for enhancers (#11305) 2023-03-21 09:38:56 +01:00
Kamil Myśliwiec
ccc8a987ae chore(@nestjs) publish v9.3.10 release 2023-03-15 14:18:30 +01:00