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