@biorate/schema-registry 2.2.3 → 3.0.1

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.
Files changed (88) hide show
  1. package/dist/cjs/index.js +0 -1
  2. package/dist/cjs/package.json +3 -0
  3. package/dist/cjs/src/api.js +8 -5
  4. package/dist/cjs/src/errors.js +0 -1
  5. package/dist/cjs/src/index.js +0 -1
  6. package/dist/cjs/src/interfaces.js +0 -1
  7. package/dist/esm/index.js +1 -0
  8. package/dist/esm/package.json +3 -0
  9. package/dist/esm/src/{api.mjs → api.js} +6 -6
  10. package/dist/esm/src/{errors.mjs → errors.js} +0 -1
  11. package/dist/esm/src/{index.mjs → index.js} +5 -6
  12. package/dist/esm/src/interfaces.js +1 -0
  13. package/dist/types/src/interfaces.d.ts +2 -29
  14. package/package.json +35 -10
  15. package/.nyc_output/2ab817d0-505c-454e-bed2-1750a6e607a4.json +0 -1
  16. package/.nyc_output/97ca74bd-bff5-4f5e-b84c-68ea3601b0d6.json +0 -1
  17. package/.nyc_output/c03eee38-4fa7-4d46-973b-4d91dcc18bca.json +0 -1
  18. package/.nyc_output/processinfo/2ab817d0-505c-454e-bed2-1750a6e607a4.json +0 -1
  19. package/.nyc_output/processinfo/97ca74bd-bff5-4f5e-b84c-68ea3601b0d6.json +0 -1
  20. package/.nyc_output/processinfo/c03eee38-4fa7-4d46-973b-4d91dcc18bca.json +0 -1
  21. package/.nyc_output/processinfo/index.json +0 -1
  22. package/CHANGELOG.md +0 -1034
  23. package/allure-results/090d63d4-5302-44e6-a431-1f0bb56b01a4-result.json +0 -1
  24. package/allure-results/13f0ae5c-3043-4bdb-b6b1-327953028f5b-result.json +0 -1
  25. package/allure-results/1ac1fd37-8bf9-42f0-a808-976f1b58a5e1-container.json +0 -1
  26. package/allure-results/41a93db0-4085-4b31-8c34-5016fe756a73-result.json +0 -1
  27. package/allure-results/5059215a-e888-471e-b61d-2231e86df801-result.json +0 -1
  28. package/allure-results/5afc98f7-ce6c-4d4a-b23c-94fa74a96e14-result.json +0 -1
  29. package/allure-results/5f57981e-3ffa-4b13-8aab-c93c93d494a1-result.json +0 -1
  30. package/allure-results/8298dd4f-c79c-44eb-b6a9-ee86fe498e22-result.json +0 -1
  31. package/allure-results/aee745b7-2ca7-4d13-b780-f39c3c647e31-result.json +0 -1
  32. package/allure-results/b3c2840e-8a5c-492c-9704-e2c82e0311b5-result.json +0 -1
  33. package/allure-results/c591d6cd-6548-4899-827d-cb9575581d95-result.json +0 -1
  34. package/allure-results/d3a22bb1-3c24-4c25-b226-3c4b3c5e4bc1-result.json +0 -1
  35. package/allure-results/e015e709-764f-42c2-96a3-26b31fe144d3-container.json +0 -1
  36. package/coverage/base.css +0 -224
  37. package/coverage/block-navigation.js +0 -87
  38. package/coverage/clover.xml +0 -120
  39. package/coverage/coverage-final.json +0 -7
  40. package/coverage/favicon.png +0 -0
  41. package/coverage/index.html +0 -146
  42. package/coverage/prettify.css +0 -1
  43. package/coverage/prettify.js +0 -2
  44. package/coverage/sort-arrow-sprite.png +0 -0
  45. package/coverage/sorter.js +0 -210
  46. package/coverage/src/api.ts.html +0 -802
  47. package/coverage/src/errors.ts.html +0 -130
  48. package/coverage/src/index.html +0 -161
  49. package/coverage/src/index.ts.html +0 -379
  50. package/coverage/src/interfaces.ts.html +0 -154
  51. package/coverage/tests/__mocks__/index.html +0 -116
  52. package/coverage/tests/__mocks__/index.ts.html +0 -145
  53. package/coverage/tests/index.html +0 -116
  54. package/coverage/tests/test.avsc.json.html +0 -142
  55. package/dist/cjs/index.js.map +0 -1
  56. package/dist/cjs/src/api.js.map +0 -1
  57. package/dist/cjs/src/errors.js.map +0 -1
  58. package/dist/cjs/src/index.js.map +0 -1
  59. package/dist/cjs/src/interfaces.js.map +0 -1
  60. package/dist/cjs/tsconfig.build.cjs.tsbuildinfo +0 -1
  61. package/dist/esm/index.mjs +0 -2
  62. package/dist/esm/index.mjs.map +0 -1
  63. package/dist/esm/src/api.mjs.map +0 -1
  64. package/dist/esm/src/errors.mjs.map +0 -1
  65. package/dist/esm/src/index.mjs.map +0 -1
  66. package/dist/esm/src/interfaces.mjs +0 -2
  67. package/dist/esm/src/interfaces.mjs.map +0 -1
  68. package/dist/esm/tsconfig.build.esm.tsbuildinfo +0 -1
  69. package/dist/index.js +0 -18
  70. package/dist/index.js.map +0 -1
  71. package/dist/src/api.js +0 -205
  72. package/dist/src/api.js.map +0 -1
  73. package/dist/src/errors.js +0 -19
  74. package/dist/src/errors.js.map +0 -1
  75. package/dist/src/index.js +0 -51
  76. package/dist/src/index.js.map +0 -1
  77. package/dist/src/interfaces.js +0 -3
  78. package/dist/src/interfaces.js.map +0 -1
  79. package/dist/tsconfig.build.tsbuildinfo +0 -1
  80. package/dist/types/tsconfig.build.types.tsbuildinfo +0 -1
  81. package/index.d.ts +0 -12
  82. package/index.ts +0 -1
  83. package/src/api.ts +0 -239
  84. package/src/errors.ts +0 -15
  85. package/src/index.ts +0 -98
  86. package/src/interfaces.ts +0 -23
  87. package/tsconfig.build.json +0 -5
  88. package/tsconfig.json +0 -9
package/CHANGELOG.md DELETED
@@ -1,1034 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [2.2.3](https://github.com/biorate/core/compare/@biorate/schema-registry@2.2.2...@biorate/schema-registry@2.2.3) (2026-05-04)
7
-
8
- **Note:** Version bump only for package @biorate/schema-registry
9
-
10
- ## [2.2.2](https://github.com/biorate/core/compare/@biorate/schema-registry@2.2.1...@biorate/schema-registry@2.2.2) (2026-05-04)
11
-
12
- **Note:** Version bump only for package @biorate/schema-registry
13
-
14
- ## [2.2.1](https://github.com/biorate/core/compare/@biorate/schema-registry@2.2.0...@biorate/schema-registry@2.2.1) (2026-04-21)
15
-
16
- **Note:** Version bump only for package @biorate/schema-registry
17
-
18
- # [2.2.0](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.7...@biorate/schema-registry@2.2.0) (2026-04-20)
19
-
20
- ### Features
21
-
22
- - **vitest:** release ([81f70e9](https://github.com/biorate/core/commit/81f70e90db450e3a22fc38fb885081e14e10f2c2))
23
-
24
- ## [2.1.7](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.6...@biorate/schema-registry@2.1.7) (2026-04-10)
25
-
26
- **Note:** Version bump only for package @biorate/schema-registry
27
-
28
- ## [2.1.6](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.5...@biorate/schema-registry@2.1.6) (2026-04-10)
29
-
30
- **Note:** Version bump only for package @biorate/schema-registry
31
-
32
- ## [2.1.5](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.4...@biorate/schema-registry@2.1.5) (2026-03-30)
33
-
34
- **Note:** Version bump only for package @biorate/schema-registry
35
-
36
- ## [2.1.4](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.3...@biorate/schema-registry@2.1.4) (2026-03-30)
37
-
38
- **Note:** Version bump only for package @biorate/schema-registry
39
-
40
- ## [2.1.3](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.2...@biorate/schema-registry@2.1.3) (2026-03-24)
41
-
42
- **Note:** Version bump only for package @biorate/schema-registry
43
-
44
- ## [2.1.2](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.1...@biorate/schema-registry@2.1.2) (2026-03-23)
45
-
46
- **Note:** Version bump only for package @biorate/schema-registry
47
-
48
- ## [2.1.1](https://github.com/biorate/core/compare/@biorate/schema-registry@2.1.0...@biorate/schema-registry@2.1.1) (2026-02-25)
49
-
50
- **Note:** Version bump only for package @biorate/schema-registry
51
-
52
- # [2.1.0](https://github.com/biorate/core/compare/@biorate/schema-registry@2.0.0...@biorate/schema-registry@2.1.0) (2026-02-13)
53
-
54
- ### Features
55
-
56
- - vitest-intergation ([78368a5](https://github.com/biorate/core/commit/78368a534c0f55685d9b91b046100c98316f30c9))
57
-
58
- # 2.0.0 (2026-02-10)
59
-
60
- ### Bug Fixes
61
-
62
- - .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
63
- - root .mocharc .nycrc.json ([236c00d](https://github.com/biorate/core/commit/236c00d3b1db3c4417ab3c07206b812cbcb10000))
64
- - root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
65
-
66
- ### Features
67
-
68
- - **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
69
- - **config:** @{} = ${} template added ([904fe69](https://github.com/biorate/core/commit/904fe698a4e605e9bf381abcbbab5e4d189c5c8b))
70
- - update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
71
-
72
- # 1.163.0 (2025-10-27)
73
-
74
- ## 1.156.2 (2025-09-18)
75
-
76
- ## 1.156.1 (2025-09-18)
77
-
78
- # 1.156.0 (2025-09-18)
79
-
80
- # 1.155.0 (2025-09-09)
81
-
82
- # 1.154.0 (2025-09-09)
83
-
84
- ## 1.152.1 (2025-09-05)
85
-
86
- # 1.152.0 (2025-09-01)
87
-
88
- # 1.151.0 (2025-08-08)
89
-
90
- # 1.150.0 (2025-08-08)
91
-
92
- # 1.149.0 (2025-08-08)
93
-
94
- ## 1.148.2 (2025-08-08)
95
-
96
- ## 1.148.1 (2025-08-08)
97
-
98
- # 1.148.0 (2025-08-05)
99
-
100
- # 1.147.0 (2025-08-05)
101
-
102
- # 1.146.0 (2025-08-05)
103
-
104
- # 1.145.0 (2025-08-05)
105
-
106
- # 1.144.0 (2025-08-05)
107
-
108
- # 1.143.0 (2025-08-05)
109
-
110
- # 1.142.0 (2025-07-17)
111
-
112
- # 1.140.0 (2025-07-17)
113
-
114
- # 1.139.0 (2025-07-11)
115
-
116
- ## 1.138.2 (2025-06-17)
117
-
118
- ## 1.138.1 (2025-06-16)
119
-
120
- # 1.120.0 (2025-04-29)
121
-
122
- # 1.117.0 (2025-04-21)
123
-
124
- # 1.116.0 (2025-04-16)
125
-
126
- # 1.115.0 (2025-04-15)
127
-
128
- # 1.114.0 (2025-04-15)
129
-
130
- # 1.112.0 (2025-04-14)
131
-
132
- # 1.110.0 (2025-03-14)
133
-
134
- ## 1.105.1 (2025-03-04)
135
-
136
- ### Bug Fixes
137
-
138
- - **schema-registry:** ICompatibilities ([040458b](https://github.com/biorate/core/commit/040458be2b6f421f3b01e2c1c93a7bc5032ce183))
139
-
140
- # 1.105.0 (2025-03-04)
141
-
142
- ### Features
143
-
144
- - **migrations:** schema registry added ([47a5423](https://github.com/biorate/core/commit/47a542333c27c64916f4e35834eb25fc02354d0f))
145
-
146
- # 1.104.0 (2025-02-28)
147
-
148
- ### Features
149
-
150
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
151
-
152
- ## 1.102.1 (2025-02-28)
153
-
154
- # 1.102.0 (2025-02-28)
155
-
156
- ### Features
157
-
158
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
159
-
160
- # 1.100.0 (2025-02-26)
161
-
162
- ## 1.96.2 (2025-01-24)
163
-
164
- ## 1.96.1 (2025-01-16)
165
-
166
- # 1.96.0 (2024-12-26)
167
-
168
- ## 1.95.1 (2024-12-26)
169
-
170
- # 1.95.0 (2024-12-26)
171
-
172
- ## 1.93.1 (2024-12-19)
173
-
174
- # 1.93.0 (2024-12-19)
175
-
176
- ## 1.91.5 (2024-12-06)
177
-
178
- ## 1.91.4 (2024-12-06)
179
-
180
- ## 1.91.3 (2024-12-06)
181
-
182
- ## 1.91.2 (2024-12-06)
183
-
184
- ## 1.91.1 (2024-12-06)
185
-
186
- # 1.91.0 (2024-12-05)
187
-
188
- # 1.90.0 (2024-12-05)
189
-
190
- # 1.86.0 (2024-09-05)
191
-
192
- ## 1.76.3 (2024-07-11)
193
-
194
- ## 1.65.4 (2024-03-26)
195
-
196
- # 1.59.0 (2024-02-21)
197
-
198
- # 1.54.0 (2024-01-11)
199
-
200
- ## 1.44.1 (2023-11-20)
201
-
202
- # 1.44.0 (2023-11-13)
203
-
204
- ## 1.42.2 (2023-09-07)
205
-
206
- ## 1.42.1 (2023-09-04)
207
-
208
- ## 1.38.4 (2023-08-11)
209
-
210
- ## 1.38.3 (2023-08-10)
211
-
212
- ## 1.38.2 (2023-08-10)
213
-
214
- ## 1.38.1 (2023-08-10)
215
-
216
- ## 1.30.12 (2023-07-18)
217
-
218
- ## 1.30.11 (2023-07-04)
219
-
220
- ## 1.30.10 (2023-07-04)
221
-
222
- ### Bug Fixes
223
-
224
- - **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
225
-
226
- ## 1.30.9 (2023-07-04)
227
-
228
- ## 1.30.8 (2023-07-03)
229
-
230
- # 1.29.0 (2023-05-05)
231
-
232
- ### Bug Fixes
233
-
234
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
235
-
236
- ## 1.28.2 (2023-05-05)
237
-
238
- ## 1.28.1 (2023-05-05)
239
-
240
- # 1.28.0 (2023-05-04)
241
-
242
- ### Features
243
-
244
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
245
-
246
- ## 1.27.4 (2023-04-20)
247
-
248
- ## 1.27.3 (2023-04-20)
249
-
250
- ## 1.27.2 (2023-04-20)
251
-
252
- ## 1.27.1 (2023-04-17)
253
-
254
- # 1.27.0 (2023-04-17)
255
-
256
- # 1.26.0 (2023-04-14)
257
-
258
- ## 1.24.10 (2023-02-03)
259
-
260
- ## 1.24.9 (2023-02-02)
261
-
262
- ## 1.24.8 (2023-02-02)
263
-
264
- # 1.24.0 (2023-02-01)
265
-
266
- ## 1.22.7 (2022-12-07)
267
-
268
- ## 1.22.6 (2022-12-02)
269
-
270
- # 1.21.0 (2022-11-10)
271
-
272
- ### Features
273
-
274
- - **schema-registry:** headers added in config ([92fa587](https://github.com/biorate/core/commit/92fa587f3ade6e1e3e976ca4bda362a02e6b643b))
275
-
276
- ## 1.20.1 (2022-11-10)
277
-
278
- ## 1.11.8 (2022-10-26)
279
-
280
- ## 1.11.7 (2022-10-26)
281
-
282
- ### Bug Fixes
283
-
284
- - **axios-prometheus:** prometheus metrics rename ([796ff62](https://github.com/biorate/core/commit/796ff62599151603c5e67636e802445039dcfcb4))
285
-
286
- ## 1.11.4 (2022-09-21)
287
-
288
- ### Bug Fixes
289
-
290
- - **axiox-prometheus:** deps update ([d9f3095](https://github.com/biorate/core/commit/d9f3095bf2b436b7555d8b037746dac11c0e4d93))
291
-
292
- ## 1.11.3 (2022-09-21)
293
-
294
- ## 1.11.2 (2022-09-21)
295
-
296
- ### Bug Fixes
297
-
298
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
299
-
300
- ## 1.11.1 (2022-09-21)
301
-
302
- ### Bug Fixes
303
-
304
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
305
-
306
- # 1.11.0 (2022-09-21)
307
-
308
- # 1.10.0 (2022-09-12)
309
-
310
- ### Features
311
-
312
- - **shema-registry:** @biorate/axios -> @biorate/axios-prometheus deps fix ([1d42608](https://github.com/biorate/core/commit/1d42608d711c96052211332d4752522373807d14))
313
-
314
- ## 1.7.2 (2022-09-08)
315
-
316
- ## 1.7.1 (2022-09-08)
317
-
318
- # 1.7.0 (2022-09-08)
319
-
320
- # 1.6.0 (2022-09-08)
321
-
322
- # 1.5.0 (2022-09-01)
323
-
324
- ## 1.4.1 (2022-08-19)
325
-
326
- # 1.4.0 (2022-08-15)
327
-
328
- ## 1.2.2 (2022-08-11)
329
-
330
- # 1.0.0 (2022-07-10)
331
-
332
- ## 0.30.19 (2022-07-10)
333
-
334
- ## 0.30.18 (2022-06-24)
335
-
336
- ## 0.30.17 (2022-06-24)
337
-
338
- ### Bug Fixes
339
-
340
- - **connector, schema-registry:** strict ([5714899](https://github.com/biorate/core/commit/5714899a82ed95b9d252369971ab99982d70b9c3))
341
-
342
- ## 0.30.16 (2022-06-24)
343
-
344
- ## 0.30.11 (2022-06-24)
345
-
346
- ## 0.30.10 (2022-06-24)
347
-
348
- ## 0.30.9 (2022-06-23)
349
-
350
- ### Bug Fixes
351
-
352
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
353
-
354
- ## 0.30.8 (2022-06-23)
355
-
356
- ## 0.30.7 (2022-06-23)
357
-
358
- ## 0.30.6 (2022-06-23)
359
-
360
- ## 0.30.5 (2022-06-23)
361
-
362
- ## 0.30.4 (2022-06-23)
363
-
364
- ## 0.30.2 (2022-06-22)
365
-
366
- # 0.30.0 (2022-06-20)
367
-
368
- ### Bug Fixes
369
-
370
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
371
-
372
- ## 0.29.1 (2022-06-20)
373
-
374
- # 0.29.0 (2022-06-20)
375
-
376
- ### Bug Fixes
377
-
378
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
379
-
380
- ## 0.28.3 (2022-05-07)
381
-
382
- # 0.28.0 (2022-05-06)
383
-
384
- ## 0.27.3 (2022-05-06)
385
-
386
- ### Bug Fixes
387
-
388
- - index.d.ts file added into mongodb, sequelize, schema-registry connectors ([8f142d3](https://github.com/biorate/core/commit/8f142d36e4face9d101e76f3954d565932a4c40f))
389
-
390
- # 0.27.0 (2022-05-06)
391
-
392
- # 0.26.0 (2022-04-25)
393
-
394
- ### Bug Fixes
395
-
396
- - keyword added ([f5314a9](https://github.com/biorate/core/commit/f5314a93b30fa6f25f1e59749560c9f562d52798))
397
-
398
- # 0.25.0 (2022-04-25)
399
-
400
- ### Features
401
-
402
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
403
-
404
- ### BREAKING CHANGES
405
-
406
- - **schema-registry:** api fix according axios fatch interface change
407
-
408
- # 0.24.0 (2022-04-25)
409
-
410
- ## 0.23.3 (2022-04-14)
411
-
412
- ### Bug Fixes
413
-
414
- - **schema-registry:** validation added ([21876c6](https://github.com/biorate/core/commit/21876c6808e297bc83a8cc695c656f7b5932bba6))
415
-
416
- ## 0.23.2 (2022-04-11)
417
-
418
- ### Bug Fixes
419
-
420
- - schema-registry interface ([4ce3b25](https://github.com/biorate/core/commit/4ce3b25e4e291f0c15cc6a6b5144ca6a221213d4))
421
-
422
- ## 0.23.1 (2022-04-11)
423
-
424
- ### Bug Fixes
425
-
426
- - dependencies ([040d321](https://github.com/biorate/core/commit/040d3219799ce7473f34216d35f8b6d48cb31c84))
427
-
428
- # 0.23.0 (2022-04-11)
429
-
430
- ### Bug Fixes
431
-
432
- - **schema-registry:** decode / encode logic ([8797cb8](https://github.com/biorate/core/commit/8797cb8259dbd8a0c0ffc7c13655f1df0b3b212b))
433
- - **schema-registry:** decode / encode logic ([142c998](https://github.com/biorate/core/commit/142c9981bf9824b79d5d443566e7f0a24491bcaa))
434
- - **schema-registry:** decode / encode logic ([4be6de4](https://github.com/biorate/core/commit/4be6de4ace210010b18dbf016943138a957d0207))
435
- - **schema-registry:** develop ([69018fb](https://github.com/biorate/core/commit/69018fbe80402c847fef968f6b140001a1ba618a))
436
- - **schema-registry:** develop ([aec2fda](https://github.com/biorate/core/commit/aec2fda269b9847a1ceca8d49ee51f8eec1d71aa))
437
-
438
- ### Features
439
-
440
- - **axios:** contract fetch changed ([6c0f589](https://github.com/biorate/core/commit/6c0f589211a7c34b56f9f845762bdd64ed6ac650))
441
- - **schema-registry:** release, module added ([d92b96c](https://github.com/biorate/core/commit/d92b96c337f24f0b58fa2f2aade0ebd779c4c75d))
442
-
443
- # [1.163.0](https://github.com/biorate/core/compare/v1.162.0...v1.163.0) (2025-10-27)
444
-
445
- **Note:** Version bump only for package @biorate/schema-registry
446
-
447
- ## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
448
-
449
- **Note:** Version bump only for package @biorate/schema-registry
450
-
451
- ## [1.156.1](https://github.com/biorate/core/compare/v1.156.0...v1.156.1) (2025-09-18)
452
-
453
- **Note:** Version bump only for package @biorate/schema-registry
454
-
455
- # [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
456
-
457
- **Note:** Version bump only for package @biorate/schema-registry
458
-
459
- # [1.155.0](https://github.com/biorate/core/compare/v1.154.0...v1.155.0) (2025-09-09)
460
-
461
- **Note:** Version bump only for package @biorate/schema-registry
462
-
463
- # [1.154.0](https://github.com/biorate/core/compare/v1.153.0...v1.154.0) (2025-09-09)
464
-
465
- **Note:** Version bump only for package @biorate/schema-registry
466
-
467
- ## [1.152.1](https://github.com/biorate/core/compare/v1.152.0...v1.152.1) (2025-09-05)
468
-
469
- **Note:** Version bump only for package @biorate/schema-registry
470
-
471
- # [1.152.0](https://github.com/biorate/core/compare/v1.151.1...v1.152.0) (2025-09-01)
472
-
473
- **Note:** Version bump only for package @biorate/schema-registry
474
-
475
- # [1.151.0](https://github.com/biorate/core/compare/v1.150.0...v1.151.0) (2025-08-08)
476
-
477
- **Note:** Version bump only for package @biorate/schema-registry
478
-
479
- # [1.150.0](https://github.com/biorate/core/compare/v1.149.0...v1.150.0) (2025-08-08)
480
-
481
- **Note:** Version bump only for package @biorate/schema-registry
482
-
483
- # [1.149.0](https://github.com/biorate/core/compare/v1.148.2...v1.149.0) (2025-08-08)
484
-
485
- **Note:** Version bump only for package @biorate/schema-registry
486
-
487
- ## [1.148.2](https://github.com/biorate/core/compare/v1.148.1...v1.148.2) (2025-08-08)
488
-
489
- **Note:** Version bump only for package @biorate/schema-registry
490
-
491
- ## [1.148.1](https://github.com/biorate/core/compare/v1.148.0...v1.148.1) (2025-08-08)
492
-
493
- **Note:** Version bump only for package @biorate/schema-registry
494
-
495
- # [1.148.0](https://github.com/biorate/core/compare/v1.147.0...v1.148.0) (2025-08-05)
496
-
497
- **Note:** Version bump only for package @biorate/schema-registry
498
-
499
- # [1.147.0](https://github.com/biorate/core/compare/v1.146.0...v1.147.0) (2025-08-05)
500
-
501
- **Note:** Version bump only for package @biorate/schema-registry
502
-
503
- # [1.146.0](https://github.com/biorate/core/compare/v1.145.0...v1.146.0) (2025-08-05)
504
-
505
- **Note:** Version bump only for package @biorate/schema-registry
506
-
507
- # [1.145.0](https://github.com/biorate/core/compare/v1.144.0...v1.145.0) (2025-08-05)
508
-
509
- **Note:** Version bump only for package @biorate/schema-registry
510
-
511
- # [1.144.0](https://github.com/biorate/core/compare/v1.143.0...v1.144.0) (2025-08-05)
512
-
513
- **Note:** Version bump only for package @biorate/schema-registry
514
-
515
- # [1.143.0](https://github.com/biorate/core/compare/v1.142.0...v1.143.0) (2025-08-05)
516
-
517
- **Note:** Version bump only for package @biorate/schema-registry
518
-
519
- # [1.142.0](https://github.com/biorate/core/compare/v1.141.0...v1.142.0) (2025-07-17)
520
-
521
- **Note:** Version bump only for package @biorate/schema-registry
522
-
523
- # [1.140.0](https://github.com/biorate/core/compare/v1.139.0...v1.140.0) (2025-07-17)
524
-
525
- **Note:** Version bump only for package @biorate/schema-registry
526
-
527
- # [1.139.0](https://github.com/biorate/core/compare/v1.138.2...v1.139.0) (2025-07-11)
528
-
529
- **Note:** Version bump only for package @biorate/schema-registry
530
-
531
- ## [1.138.2](https://github.com/biorate/core/compare/v1.138.1...v1.138.2) (2025-06-17)
532
-
533
- **Note:** Version bump only for package @biorate/schema-registry
534
-
535
- ## [1.138.1](https://github.com/biorate/core/compare/v1.138.0...v1.138.1) (2025-06-16)
536
-
537
- **Note:** Version bump only for package @biorate/schema-registry
538
-
539
- # [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
540
-
541
- **Note:** Version bump only for package @biorate/schema-registry
542
-
543
- # [1.117.0](https://github.com/biorate/core/compare/v1.116.0...v1.117.0) (2025-04-21)
544
-
545
- **Note:** Version bump only for package @biorate/schema-registry
546
-
547
- # [1.116.0](https://github.com/biorate/core/compare/v1.115.0...v1.116.0) (2025-04-16)
548
-
549
- **Note:** Version bump only for package @biorate/schema-registry
550
-
551
- # [1.115.0](https://github.com/biorate/core/compare/v1.114.0...v1.115.0) (2025-04-15)
552
-
553
- **Note:** Version bump only for package @biorate/schema-registry
554
-
555
- # [1.114.0](https://github.com/biorate/core/compare/v1.113.0...v1.114.0) (2025-04-15)
556
-
557
- **Note:** Version bump only for package @biorate/schema-registry
558
-
559
- # [1.112.0](https://github.com/biorate/core/compare/v1.111.0...v1.112.0) (2025-04-14)
560
-
561
- **Note:** Version bump only for package @biorate/schema-registry
562
-
563
- # [1.110.0](https://github.com/biorate/core/compare/v1.109.1...v1.110.0) (2025-03-14)
564
-
565
- **Note:** Version bump only for package @biorate/schema-registry
566
-
567
- ## [1.105.1](https://github.com/biorate/core/compare/v1.105.0...v1.105.1) (2025-03-04)
568
-
569
- ### Bug Fixes
570
-
571
- - **schema-registry:** ICompatibilities ([040458b](https://github.com/biorate/core/commit/040458be2b6f421f3b01e2c1c93a7bc5032ce183))
572
-
573
- # [1.105.0](https://github.com/biorate/core/compare/v1.104.0...v1.105.0) (2025-03-04)
574
-
575
- ### Features
576
-
577
- - **migrations:** schema registry added ([47a5423](https://github.com/biorate/core/commit/47a542333c27c64916f4e35834eb25fc02354d0f))
578
-
579
- # [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
580
-
581
- ### Features
582
-
583
- - migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
584
-
585
- # [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
586
-
587
- **Note:** Version bump only for package @biorate/schema-registry
588
-
589
- ## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
590
-
591
- **Note:** Version bump only for package @biorate/schema-registry
592
-
593
- # [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
594
-
595
- ### Features
596
-
597
- - migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
598
-
599
- # [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
600
-
601
- **Note:** Version bump only for package @biorate/schema-registry
602
-
603
- ## [1.96.2](https://github.com/biorate/core/compare/v1.96.1...v1.96.2) (2025-01-24)
604
-
605
- **Note:** Version bump only for package @biorate/schema-registry
606
-
607
- ## [1.96.1](https://github.com/biorate/core/compare/v1.96.0...v1.96.1) (2025-01-16)
608
-
609
- **Note:** Version bump only for package @biorate/schema-registry
610
-
611
- # [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
612
-
613
- **Note:** Version bump only for package @biorate/schema-registry
614
-
615
- ## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
616
-
617
- **Note:** Version bump only for package @biorate/schema-registry
618
-
619
- # [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
620
-
621
- **Note:** Version bump only for package @biorate/schema-registry
622
-
623
- ## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
624
-
625
- **Note:** Version bump only for package @biorate/schema-registry
626
-
627
- # [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
628
-
629
- **Note:** Version bump only for package @biorate/schema-registry
630
-
631
- ## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
632
-
633
- **Note:** Version bump only for package @biorate/schema-registry
634
-
635
- ## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
636
-
637
- **Note:** Version bump only for package @biorate/schema-registry
638
-
639
- ## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
640
-
641
- **Note:** Version bump only for package @biorate/schema-registry
642
-
643
- ## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
644
-
645
- **Note:** Version bump only for package @biorate/schema-registry
646
-
647
- ## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
648
-
649
- **Note:** Version bump only for package @biorate/schema-registry
650
-
651
- # [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
652
-
653
- **Note:** Version bump only for package @biorate/schema-registry
654
-
655
- # [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
656
-
657
- **Note:** Version bump only for package @biorate/schema-registry
658
-
659
- # [1.86.0](https://github.com/biorate/core/compare/v1.85.2...v1.86.0) (2024-09-05)
660
-
661
- **Note:** Version bump only for package @biorate/schema-registry
662
-
663
- ## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
664
-
665
- **Note:** Version bump only for package @biorate/schema-registry
666
-
667
- ## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
668
-
669
- **Note:** Version bump only for package @biorate/schema-registry
670
-
671
- # [1.59.0](https://github.com/biorate/core/compare/v1.58.1...v1.59.0) (2024-02-21)
672
-
673
- **Note:** Version bump only for package @biorate/schema-registry
674
-
675
- # [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
676
-
677
- **Note:** Version bump only for package @biorate/schema-registry
678
-
679
- ## [1.44.1](https://github.com/biorate/core/compare/v1.44.0...v1.44.1) (2023-11-20)
680
-
681
- **Note:** Version bump only for package @biorate/schema-registry
682
-
683
- # [1.44.0](https://github.com/biorate/core/compare/v1.43.0...v1.44.0) (2023-11-13)
684
-
685
- **Note:** Version bump only for package @biorate/schema-registry
686
-
687
- ## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
688
-
689
- **Note:** Version bump only for package @biorate/schema-registry
690
-
691
- ## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
692
-
693
- **Note:** Version bump only for package @biorate/schema-registry
694
-
695
- ## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
696
-
697
- **Note:** Version bump only for package @biorate/schema-registry
698
-
699
- ## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
700
-
701
- **Note:** Version bump only for package @biorate/schema-registry
702
-
703
- ## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
704
-
705
- **Note:** Version bump only for package @biorate/schema-registry
706
-
707
- ## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
708
-
709
- **Note:** Version bump only for package @biorate/schema-registry
710
-
711
- ## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
712
-
713
- **Note:** Version bump only for package @biorate/schema-registry
714
-
715
- ## [1.30.11](https://github.com/biorate/core/compare/v1.30.10...v1.30.11) (2023-07-04)
716
-
717
- **Note:** Version bump only for package @biorate/schema-registry
718
-
719
- ## [1.30.10](https://github.com/biorate/core/compare/v1.30.9...v1.30.10) (2023-07-04)
720
-
721
- ### Bug Fixes
722
-
723
- - **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
724
-
725
- ## [1.30.9](https://github.com/biorate/core/compare/v1.30.8...v1.30.9) (2023-07-04)
726
-
727
- **Note:** Version bump only for package @biorate/schema-registry
728
-
729
- ## [1.30.8](https://github.com/biorate/core/compare/v1.30.7...v1.30.8) (2023-07-03)
730
-
731
- **Note:** Version bump only for package @biorate/schema-registry
732
-
733
- # [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
734
-
735
- ### Bug Fixes
736
-
737
- - **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
738
-
739
- ## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
740
-
741
- **Note:** Version bump only for package @biorate/schema-registry
742
-
743
- ## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
744
-
745
- **Note:** Version bump only for package @biorate/schema-registry
746
-
747
- # [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
748
-
749
- ### Features
750
-
751
- - typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
752
-
753
- ## [1.27.4](https://github.com/biorate/core/compare/v1.27.3...v1.27.4) (2023-04-20)
754
-
755
- **Note:** Version bump only for package @biorate/schema-registry
756
-
757
- ## [1.27.3](https://github.com/biorate/core/compare/v1.27.2...v1.27.3) (2023-04-20)
758
-
759
- **Note:** Version bump only for package @biorate/schema-registry
760
-
761
- ## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
762
-
763
- **Note:** Version bump only for package @biorate/schema-registry
764
-
765
- ## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
766
-
767
- **Note:** Version bump only for package @biorate/schema-registry
768
-
769
- # [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
770
-
771
- **Note:** Version bump only for package @biorate/schema-registry
772
-
773
- # [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
774
-
775
- **Note:** Version bump only for package @biorate/schema-registry
776
-
777
- ## [1.24.10](https://github.com/biorate/core/compare/v1.24.9...v1.24.10) (2023-02-03)
778
-
779
- **Note:** Version bump only for package @biorate/schema-registry
780
-
781
- ## [1.24.9](https://github.com/biorate/core/compare/v1.24.8...v1.24.9) (2023-02-02)
782
-
783
- **Note:** Version bump only for package @biorate/schema-registry
784
-
785
- ## [1.24.8](https://github.com/biorate/core/compare/v1.24.7...v1.24.8) (2023-02-02)
786
-
787
- **Note:** Version bump only for package @biorate/schema-registry
788
-
789
- # [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
790
-
791
- **Note:** Version bump only for package @biorate/schema-registry
792
-
793
- ## [1.22.7](https://github.com/biorate/core/compare/v1.22.6...v1.22.7) (2022-12-07)
794
-
795
- **Note:** Version bump only for package @biorate/schema-registry
796
-
797
- ## [1.22.6](https://github.com/biorate/core/compare/v1.22.5...v1.22.6) (2022-12-02)
798
-
799
- **Note:** Version bump only for package @biorate/schema-registry
800
-
801
- # [1.21.0](https://github.com/biorate/core/compare/v1.20.1...v1.21.0) (2022-11-10)
802
-
803
- ### Features
804
-
805
- - **schema-registry:** headers added in config ([92fa587](https://github.com/biorate/core/commit/92fa587f3ade6e1e3e976ca4bda362a02e6b643b))
806
-
807
- ## [1.20.1](https://github.com/biorate/core/compare/v1.20.0...v1.20.1) (2022-11-10)
808
-
809
- **Note:** Version bump only for package @biorate/schema-registry
810
-
811
- ## [1.11.8](https://github.com/biorate/core/compare/v1.11.7...v1.11.8) (2022-10-26)
812
-
813
- **Note:** Version bump only for package @biorate/schema-registry
814
-
815
- ## [1.11.7](https://github.com/biorate/core/compare/v1.11.6...v1.11.7) (2022-10-26)
816
-
817
- ### Bug Fixes
818
-
819
- - **axios-prometheus:** prometheus metrics rename ([796ff62](https://github.com/biorate/core/commit/796ff62599151603c5e67636e802445039dcfcb4))
820
-
821
- ## [1.11.6](https://github.com/biorate/core/compare/v1.11.5...v1.11.6) (2022-10-03)
822
-
823
- **Note:** Version bump only for package @biorate/schema-registry
824
-
825
- ## [1.11.4](https://github.com/biorate/core/compare/v1.11.3...v1.11.4) (2022-09-21)
826
-
827
- ### Bug Fixes
828
-
829
- - **axiox-prometheus:** deps update ([d9f3095](https://github.com/biorate/core/commit/d9f3095bf2b436b7555d8b037746dac11c0e4d93))
830
-
831
- ## [1.11.3](https://github.com/biorate/core/compare/v1.11.2...v1.11.3) (2022-09-21)
832
-
833
- **Note:** Version bump only for package @biorate/schema-registry
834
-
835
- ## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
836
-
837
- ### Bug Fixes
838
-
839
- - **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
840
-
841
- ## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
842
-
843
- ### Bug Fixes
844
-
845
- - **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
846
-
847
- # [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
848
-
849
- **Note:** Version bump only for package @biorate/schema-registry
850
-
851
- # [1.10.0](https://github.com/biorate/core/compare/v1.9.1...v1.10.0) (2022-09-12)
852
-
853
- ### Features
854
-
855
- - **shema-registry:** @biorate/axios -> @biorate/axios-prometheus deps fix ([1d42608](https://github.com/biorate/core/commit/1d42608d711c96052211332d4752522373807d14))
856
-
857
- ## [1.7.2](https://github.com/biorate/core/compare/v1.7.1...v1.7.2) (2022-09-08)
858
-
859
- **Note:** Version bump only for package @biorate/schema-registry
860
-
861
- ## [1.7.1](https://github.com/biorate/core/compare/v1.7.0...v1.7.1) (2022-09-08)
862
-
863
- **Note:** Version bump only for package @biorate/schema-registry
864
-
865
- # [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
866
-
867
- **Note:** Version bump only for package @biorate/schema-registry
868
-
869
- # [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
870
-
871
- **Note:** Version bump only for package @biorate/schema-registry
872
-
873
- # [1.5.0](https://github.com/biorate/core/compare/v1.4.4...v1.5.0) (2022-09-01)
874
-
875
- **Note:** Version bump only for package @biorate/schema-registry
876
-
877
- ## [1.4.1](https://github.com/biorate/core/compare/v1.4.0...v1.4.1) (2022-08-19)
878
-
879
- **Note:** Version bump only for package @biorate/schema-registry
880
-
881
- # [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
882
-
883
- **Note:** Version bump only for package @biorate/schema-registry
884
-
885
- ## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
886
-
887
- **Note:** Version bump only for package @biorate/schema-registry
888
-
889
- # [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
890
-
891
- **Note:** Version bump only for package @biorate/schema-registry
892
-
893
- ## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
894
-
895
- **Note:** Version bump only for package @biorate/schema-registry
896
-
897
- ## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
898
-
899
- **Note:** Version bump only for package @biorate/schema-registry
900
-
901
- ## [0.30.17](https://github.com/biorate/core/compare/v0.30.16...v0.30.17) (2022-06-24)
902
-
903
- ### Bug Fixes
904
-
905
- - **connector, schema-registry:** strict ([5714899](https://github.com/biorate/core/commit/5714899a82ed95b9d252369971ab99982d70b9c3))
906
-
907
- ## [0.30.16](https://github.com/biorate/core/compare/v0.30.15...v0.30.16) (2022-06-24)
908
-
909
- **Note:** Version bump only for package @biorate/schema-registry
910
-
911
- ## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
912
-
913
- **Note:** Version bump only for package @biorate/schema-registry
914
-
915
- ## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
916
-
917
- **Note:** Version bump only for package @biorate/schema-registry
918
-
919
- ## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
920
-
921
- ### Bug Fixes
922
-
923
- - **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
924
-
925
- ## [0.30.8](https://github.com/biorate/core/compare/v0.30.7...v0.30.8) (2022-06-23)
926
-
927
- **Note:** Version bump only for package @biorate/schema-registry
928
-
929
- ## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
930
-
931
- **Note:** Version bump only for package @biorate/schema-registry
932
-
933
- ## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
934
-
935
- **Note:** Version bump only for package @biorate/schema-registry
936
-
937
- ## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
938
-
939
- **Note:** Version bump only for package @biorate/schema-registry
940
-
941
- ## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
942
-
943
- **Note:** Version bump only for package @biorate/schema-registry
944
-
945
- ## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
946
-
947
- **Note:** Version bump only for package @biorate/schema-registry
948
-
949
- # [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
950
-
951
- ### Bug Fixes
952
-
953
- - \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
954
-
955
- ## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
956
-
957
- **Note:** Version bump only for package @biorate/schema-registry
958
-
959
- # [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
960
-
961
- ### Bug Fixes
962
-
963
- - \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
964
-
965
- ## [0.28.3](https://github.com/biorate/core/compare/v0.28.2...v0.28.3) (2022-05-07)
966
-
967
- **Note:** Version bump only for package @biorate/schema-registry
968
-
969
- # [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
970
-
971
- **Note:** Version bump only for package @biorate/schema-registry
972
-
973
- ## [0.27.3](https://github.com/biorate/core/compare/v0.27.2...v0.27.3) (2022-05-06)
974
-
975
- ### Bug Fixes
976
-
977
- - index.d.ts file added into mongodb, sequelize, schema-registry connectors ([8f142d3](https://github.com/biorate/core/commit/8f142d36e4face9d101e76f3954d565932a4c40f))
978
-
979
- # [0.27.0](https://github.com/biorate/core/compare/v0.26.0...v0.27.0) (2022-05-06)
980
-
981
- **Note:** Version bump only for package @biorate/schema-registry
982
-
983
- # [0.26.0](https://github.com/biorate/core/compare/v0.25.0...v0.26.0) (2022-04-25)
984
-
985
- ### Bug Fixes
986
-
987
- - keyword added ([f5314a9](https://github.com/biorate/core/commit/f5314a93b30fa6f25f1e59749560c9f562d52798))
988
-
989
- # [0.25.0](https://github.com/biorate/core/compare/v0.24.0...v0.25.0) (2022-04-25)
990
-
991
- ### Features
992
-
993
- - **schema-registry:** api fix ([8631389](https://github.com/biorate/core/commit/8631389036e4c0d1f0a9ec0ccab5a0a2800c4dab))
994
-
995
- ### BREAKING CHANGES
996
-
997
- - **schema-registry:** api fix according axios fatch interface change
998
-
999
- # [0.24.0](https://github.com/biorate/core/compare/v0.23.4...v0.24.0) (2022-04-25)
1000
-
1001
- **Note:** Version bump only for package @biorate/schema-registry
1002
-
1003
- ## [0.23.3](https://github.com/biorate/core/compare/v0.23.2...v0.23.3) (2022-04-14)
1004
-
1005
- ### Bug Fixes
1006
-
1007
- - **schema-registry:** validation added ([21876c6](https://github.com/biorate/core/commit/21876c6808e297bc83a8cc695c656f7b5932bba6))
1008
-
1009
- ## [0.23.2](https://github.com/biorate/core/compare/v0.23.1...v0.23.2) (2022-04-11)
1010
-
1011
- ### Bug Fixes
1012
-
1013
- - schema-registry interface ([4ce3b25](https://github.com/biorate/core/commit/4ce3b25e4e291f0c15cc6a6b5144ca6a221213d4))
1014
-
1015
- ## [0.23.1](https://github.com/biorate/core/compare/v0.23.0...v0.23.1) (2022-04-11)
1016
-
1017
- ### Bug Fixes
1018
-
1019
- - dependencies ([040d321](https://github.com/biorate/core/commit/040d3219799ce7473f34216d35f8b6d48cb31c84))
1020
-
1021
- # [0.23.0](https://github.com/biorate/core/compare/v0.22.0...v0.23.0) (2022-04-11)
1022
-
1023
- ### Bug Fixes
1024
-
1025
- - **schema-registry:** decode / encode logic ([8797cb8](https://github.com/biorate/core/commit/8797cb8259dbd8a0c0ffc7c13655f1df0b3b212b))
1026
- - **schema-registry:** decode / encode logic ([142c998](https://github.com/biorate/core/commit/142c9981bf9824b79d5d443566e7f0a24491bcaa))
1027
- - **schema-registry:** decode / encode logic ([4be6de4](https://github.com/biorate/core/commit/4be6de4ace210010b18dbf016943138a957d0207))
1028
- - **schema-registry:** develop ([69018fb](https://github.com/biorate/core/commit/69018fbe80402c847fef968f6b140001a1ba618a))
1029
- - **schema-registry:** develop ([aec2fda](https://github.com/biorate/core/commit/aec2fda269b9847a1ceca8d49ee51f8eec1d71aa))
1030
-
1031
- ### Features
1032
-
1033
- - **axios:** contract fetch changed ([6c0f589](https://github.com/biorate/core/commit/6c0f589211a7c34b56f9f845762bdd64ed6ac650))
1034
- - **schema-registry:** release, module added ([d92b96c](https://github.com/biorate/core/commit/d92b96c337f24f0b58fa2f2aade0ebd779c4c75d))