@rsdk/kafka.producer.outbox.typeorm 4.0.0-next.8 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +74 -12
- package/dist/outbox.entity.js.map +1 -1
- package/package.json +11 -11
- package/tsconfig.json +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,11 +3,62 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.0.0](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.19...v4.0.0) (2023-12-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
9
|
+
|
|
10
|
+
## [4.0.0-next.19](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.18...v4.0.0-next.19) (2023-12-02)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
13
|
+
|
|
14
|
+
## [4.0.0-next.18](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.17...v4.0.0-next.18) (2023-12-02)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
17
|
+
|
|
18
|
+
## [4.0.0-next.17](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.16...v4.0.0-next.17) (2023-12-01)
|
|
19
|
+
|
|
20
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
21
|
+
|
|
22
|
+
## [4.0.0-next.16](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.15...v4.0.0-next.16) (2023-11-30)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
25
|
+
|
|
26
|
+
## [4.0.0-next.15](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.14...v4.0.0-next.15) (2023-11-30)
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* added protocol detector ([#166](https://github.com/R-Vision/rsdk/issues/166)) ([f348995](https://github.com/R-Vision/rsdk/commit/f348995f29648c7392b7375c5b2001197d60eb36))
|
|
31
|
+
|
|
32
|
+
## [4.0.0-next.14](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.13...v4.0.0-next.14) (2023-11-29)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
35
|
+
|
|
36
|
+
## [4.0.0-next.13](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.12...v4.0.0-next.13) (2023-11-29)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
39
|
+
|
|
40
|
+
## [4.0.0-next.12](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.11...v4.0.0-next.12) (2023-11-29)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
43
|
+
|
|
44
|
+
## [4.0.0-next.11](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.10...v4.0.0-next.11) (2023-11-29)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
47
|
+
|
|
48
|
+
## [4.0.0-next.10](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.9...v4.0.0-next.10) (2023-11-29)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
51
|
+
|
|
52
|
+
## [4.0.0-next.9](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.8...v4.0.0-next.9) (2023-11-29)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @rsdk/kafka.producer.outbox.typeorm
|
|
55
|
+
|
|
6
56
|
## [4.0.0-next.8](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.7...v4.0.0-next.8) (2023-11-29)
|
|
7
57
|
|
|
8
58
|
### Features
|
|
9
59
|
|
|
10
|
-
* Kafka batch
|
|
60
|
+
* Kafka batch
|
|
61
|
+
producer ([#150](https://github.com/R-Vision/rsdk/issues/150)) ([2faa2f4](https://github.com/R-Vision/rsdk/commit/2faa2f41ca0dbb6d8a92cbf0ab20cf5cefeaf4e9))
|
|
11
62
|
|
|
12
63
|
## [4.0.0-next.7](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.6...v4.0.0-next.7) (2023-11-21)
|
|
13
64
|
|
|
@@ -29,7 +80,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
29
80
|
|
|
30
81
|
### Bug Fixes
|
|
31
82
|
|
|
32
|
-
* all yarn peers dependency
|
|
83
|
+
* all yarn peers dependency
|
|
84
|
+
issues ([e0db9ef](https://github.com/R-Vision/rsdk/commit/e0db9ef1ab8a4df4e1f8ff6f6a9e3728f497549b))
|
|
33
85
|
|
|
34
86
|
## [4.0.0-next.2](https://github.com/R-Vision/rsdk/compare/v4.0.0-next.1...v4.0.0-next.2) (2023-11-10)
|
|
35
87
|
|
|
@@ -79,7 +131,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
79
131
|
|
|
80
132
|
### Features
|
|
81
133
|
|
|
82
|
-
* **kafka.producer:**
|
|
134
|
+
* **kafka.producer:**
|
|
135
|
+
pfm-461-add-kafka-producer-plugin-with-producer-serializer ([3faeaa3](https://github.com/R-Vision/rsdk/commit/3faeaa30682eed824abf16200f684e5cb6f2e596))
|
|
83
136
|
|
|
84
137
|
## [3.6.0-next.2](https://github.com/R-Vision/rsdk/compare/v3.6.0-next.1...v3.6.0-next.2) (2023-10-10)
|
|
85
138
|
|
|
@@ -101,7 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
101
154
|
|
|
102
155
|
### Features
|
|
103
156
|
|
|
104
|
-
* **kafka.producer.outbox:** PFM-460 Append custom outbox table
|
|
157
|
+
* **kafka.producer.outbox:** PFM-460 Append custom outbox table
|
|
158
|
+
name ([#127](https://github.com/R-Vision/rsdk/issues/127)) ([4870f48](https://github.com/R-Vision/rsdk/commit/4870f48c16bb7dc6379dd204e83edd8715e26826))
|
|
105
159
|
|
|
106
160
|
## [3.5.0-next.7](https://github.com/R-Vision/rsdk/compare/v3.5.0-next.6...v3.5.0-next.7) (2023-10-02)
|
|
107
161
|
|
|
@@ -199,7 +253,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
199
253
|
|
|
200
254
|
### Bug Fixes
|
|
201
255
|
|
|
202
|
-
* **kafka.producer.outbox.typeorm:**
|
|
256
|
+
* **kafka.producer.outbox.typeorm:**
|
|
257
|
+
reexport `TypeOrmProducer` ([b62d602](https://github.com/R-Vision/rsdk/commit/b62d602dc71f22067bac5bbc4948efa3db28eb6b))
|
|
203
258
|
|
|
204
259
|
## [3.2.0](https://github.com/R-Vision/rsdk/compare/v3.2.0-next.2...v3.2.0) (2023-08-09)
|
|
205
260
|
|
|
@@ -233,7 +288,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
233
288
|
|
|
234
289
|
### Features
|
|
235
290
|
|
|
236
|
-
* **kafka:** added option to consume by topic
|
|
291
|
+
* **kafka:** added option to consume by topic
|
|
292
|
+
name ([#93](https://github.com/R-Vision/rsdk/issues/93)) ([09b4c1b](https://github.com/R-Vision/rsdk/commit/09b4c1bd515c1c2c3ccda17851fbe79e64ea8ac5))
|
|
237
293
|
|
|
238
294
|
## [3.0.2](https://github.com/R-Vision/rsdk/compare/v3.0.1...v3.0.2) (2023-08-07)
|
|
239
295
|
|
|
@@ -243,13 +299,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
243
299
|
|
|
244
300
|
### Bug Fixes
|
|
245
301
|
|
|
246
|
-
* **deps:** correctly
|
|
302
|
+
* **deps:** correctly
|
|
303
|
+
peerDependencies ([349628f](https://github.com/R-Vision/rsdk/commit/349628f10da46a30d6c8b9f9387e010869318212))
|
|
247
304
|
|
|
248
305
|
## [3.0.1-next.0](https://github.com/R-Vision/rsdk/compare/v3.0.0...v3.0.1-next.0) (2023-08-07)
|
|
249
306
|
|
|
250
307
|
### Bug Fixes
|
|
251
308
|
|
|
252
|
-
* **deps:** correctly
|
|
309
|
+
* **deps:** correctly
|
|
310
|
+
peerDependencies ([7483e35](https://github.com/R-Vision/rsdk/commit/7483e3560b5cf23ebebe6149bd41ebb517821e99))
|
|
253
311
|
|
|
254
312
|
## [3.0.0](https://github.com/R-Vision/rsdk/compare/v3.0.0-next.0...v3.0.0) (2023-08-04)
|
|
255
313
|
|
|
@@ -371,14 +429,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
371
429
|
|
|
372
430
|
### Bug Fixes
|
|
373
431
|
|
|
374
|
-
* **autodoc:** correct resolve metadata for
|
|
375
|
-
|
|
432
|
+
* **autodoc:** correct resolve metadata for
|
|
433
|
+
autodoc ([5e51fe2](https://github.com/R-Vision/rsdk/commit/5e51fe25e48b41f184e667ca94b7225bbc43696e))
|
|
434
|
+
* cycle deps, remove outDir from base.json in tsconfig, rework interact with AutodocMetadata and RsdkMetadata, fix
|
|
435
|
+
unprovided imports ([cc6434b](https://github.com/R-Vision/rsdk/commit/cc6434b9d165e570bdbb2baad76b00acd14577b2))
|
|
376
436
|
|
|
377
437
|
## 1.0.12 (2023-05-23)
|
|
378
438
|
|
|
379
439
|
### Bug Fixes
|
|
380
440
|
|
|
381
|
-
* remove private dependencies from `peerDependencies`
|
|
441
|
+
* remove private dependencies from `peerDependencies`
|
|
442
|
+
section ([0bce6ff](https://github.com/R-Vision/rsdk/commit/0bce6ffb5b699e2ed1dc9aca77cbdbf085267ff7))
|
|
382
443
|
|
|
383
444
|
## 1.0.11 (2023-05-23)
|
|
384
445
|
|
|
@@ -388,4 +449,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
388
449
|
|
|
389
450
|
### Bug Fixes
|
|
390
451
|
|
|
391
|
-
* add "access: public" to new
|
|
452
|
+
* add "access: public" to new
|
|
453
|
+
packages ([04d5983](https://github.com/R-Vision/rsdk/commit/04d5983cfa3e97c5d8219e07208a0499a8c6bc83))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outbox.entity.js","sourceRoot":"","sources":["../src/outbox.entity.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;;;;;;;;;;AAGjD,2CAAiD;AACjD,iDAAiE;AAEjE,uEAGqC;AACrC,qCAAwD;AAExD,SAAgB,eAAe,CAAC,SAAkB;IAChD,SAAS,oBAAoB;QAK3B,IAAI,SAAS,EAAE;
|
|
1
|
+
{"version":3,"file":"outbox.entity.js","sourceRoot":"","sources":["../src/outbox.entity.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;;;;;;;;;;AAGjD,2CAAiD;AACjD,iDAAiE;AAEjE,uEAGqC;AACrC,qCAAwD;AAExD,SAAgB,eAAe,CAAC,SAAkB;IAChD,SAAS,oBAAoB;QAK3B,IAAI,SAAS,EAAE,CAAC;YACd;;;;eAIG;YACH,OAAO,IAAA,wBAAe,EACpB,IAAA,2BAAc,EAAC,EAAE,IAAI,EAAE,iDAAyB,EAAE,CAAC,EACnD,IAAA,gBAAM,EAAC,SAAS,CAAC,CAClB,CAAC;QACJ,CAAC;QAED;;;WAGG;QACH,OAAO,IAAA,wBAAe,EACpB,IAAA,0BAAa,EAAC,EAAE,IAAI,EAAE,iDAAyB,EAAE,CAAC,EAClD,IAAA,gBAAM,EAAC,iDAAyB,CAAC,CAClC,CAAC;IACJ,CAAC;IAGD,IAAM,MAAM,GAAZ,MAAM,MAAM;QAEV,EAAE,CAAU;QAGZ,IAAI,CAAU;QAGd,KAAK,CAAU;QAGf,aAAa,CAAU;QAGvB,QAAQ,CAAwB;QAGhC,OAAO,CAAU;KAClB,CAAA;IAhBC;QADC,IAAA,uBAAa,EAAC,MAAM,CAAC;;sCACV;IAGZ;QADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;wCACd;IAGd;QADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;yCACb;IAGf;QADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;iDACL;IAGvB;QADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;;4CACV;IAGhC;QADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;kCACjC,MAAM;2CAAC;IAjBb,MAAM;QADX,oBAAoB,EAAE;OACjB,MAAM,CAkBX;IAED,OAAO,MAAM,CAAC;AAChB,CAAC;AAlDD,0CAkDC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdk/kafka.producer.outbox.typeorm",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Producing messages to outbox table (on top of typeorm 0.3.*)",
|
|
5
5
|
"license": "Apache License 2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"@nestjs/core": "^10.0.0",
|
|
16
16
|
"@nestjs/microservices": "^10.0.0",
|
|
17
17
|
"@nestjs/typeorm": "^10.0.0",
|
|
18
|
-
"@rsdk/autodoc.protocol": "^4.0.0
|
|
19
|
-
"@rsdk/common": "^4.0.0
|
|
20
|
-
"@rsdk/core": "^4.0.0
|
|
21
|
-
"@rsdk/db.typeorm": "^4.0.0
|
|
22
|
-
"@rsdk/kafka.common": "^4.0.0
|
|
23
|
-
"@rsdk/kafka.producer": "^4.0.0
|
|
24
|
-
"@rsdk/logging": "^4.0.0
|
|
25
|
-
"@rsdk/metadata": "^4.0.0
|
|
18
|
+
"@rsdk/autodoc.protocol": "^4.0.0",
|
|
19
|
+
"@rsdk/common": "^4.0.0",
|
|
20
|
+
"@rsdk/core": "^4.0.0",
|
|
21
|
+
"@rsdk/db.typeorm": "^4.0.0",
|
|
22
|
+
"@rsdk/kafka.common": "^4.0.0",
|
|
23
|
+
"@rsdk/kafka.producer": "^4.0.0",
|
|
24
|
+
"@rsdk/logging": "^4.0.0",
|
|
25
|
+
"@rsdk/metadata": "^4.0.0",
|
|
26
26
|
"reflect-metadata": "^0.1.13",
|
|
27
27
|
"rxjs": "^7.0.0",
|
|
28
28
|
"typeorm": "^0.3.12"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@rsdk/kafka.producer.outbox": "^4.0.0
|
|
31
|
+
"@rsdk/kafka.producer.outbox": "^4.0.0",
|
|
32
32
|
"lodash": "^4.17.21"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "e38e5b762d2c4aab277f0f65a5be5abcbccba8a8"
|
|
35
35
|
}
|
package/tsconfig.json
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
"declaration": true,
|
|
5
5
|
"outDir": "dist"
|
|
6
6
|
},
|
|
7
|
-
"include": [
|
|
8
|
-
|
|
7
|
+
"include": [
|
|
8
|
+
"src/**/*"
|
|
9
|
+
],
|
|
10
|
+
"exclude": [
|
|
11
|
+
"node_modules",
|
|
12
|
+
"dist",
|
|
13
|
+
"test",
|
|
14
|
+
"**/*.spec.ts",
|
|
15
|
+
"**/*.test.ts",
|
|
16
|
+
"**/*.spec.e2e.ts",
|
|
17
|
+
"**/*.test.e2e.ts"
|
|
18
|
+
]
|
|
9
19
|
}
|