@biorate/migrations 1.165.14 → 2.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.
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/package.json +3 -0
- package/dist/cjs/src/default.config.js +2 -3
- package/dist/cjs/src/errors.js +0 -1
- package/dist/cjs/src/event-emitter.js +7 -0
- package/dist/cjs/src/index.js +3 -5
- package/dist/cjs/src/interfaces.js +0 -1
- package/dist/cjs/src/require-cjs.js +5 -0
- package/dist/cjs/src/require-esm.js +5 -0
- package/dist/cjs/src/root.js +3 -4
- package/dist/cjs/src/types/amqp.js +2 -4
- package/dist/cjs/src/types/clickhouse.js +0 -1
- package/dist/cjs/src/types/index.js +0 -1
- package/dist/cjs/src/types/kafka.js +2 -4
- package/dist/cjs/src/types/migration.js +0 -1
- package/dist/cjs/src/types/minio.js +2 -4
- package/dist/cjs/src/types/mongodb.js +2 -4
- package/dist/cjs/src/types/schema-registry.js +2 -4
- package/dist/cjs/src/types/sequelize.js +0 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/src/{default.config.mjs → default.config.js} +1 -2
- package/dist/esm/src/{errors.mjs → errors.js} +0 -1
- package/dist/esm/src/event-emitter.js +3 -0
- package/dist/esm/src/index.js +8 -0
- package/dist/esm/src/interfaces.js +1 -0
- package/dist/esm/src/require-cjs.js +2 -0
- package/dist/esm/src/require-esm.js +2 -0
- package/dist/esm/src/{root.mjs → root.js} +3 -4
- package/dist/esm/src/types/{amqp.mjs → amqp.js} +3 -5
- package/dist/esm/src/types/{clickhouse.mjs → clickhouse.js} +1 -2
- package/dist/esm/src/types/index.js +7 -0
- package/dist/esm/src/types/{kafka.mjs → kafka.js} +3 -5
- package/dist/esm/src/types/{migration.mjs → migration.js} +0 -1
- package/dist/esm/src/types/{minio.mjs → minio.js} +3 -5
- package/dist/esm/src/types/{mongodb.mjs → mongodb.js} +3 -5
- package/dist/esm/src/types/{schema-registry.mjs → schema-registry.js} +4 -6
- package/dist/esm/src/types/{sequelize.mjs → sequelize.js} +1 -2
- package/dist/types/src/event-emitter.d.ts +3 -0
- package/dist/types/src/require-cjs.d.ts +1 -0
- package/dist/types/src/require-esm.d.ts +1 -0
- package/dist/types/src/root.d.ts +3 -3
- package/package.json +48 -23
- package/.nyc_output/5dd7a2aa-147b-4304-84bf-effac0f982fd.json +0 -1
- package/.nyc_output/8ed41da4-40ec-49dc-8dbc-0ebaa3847e76.json +0 -1
- package/.nyc_output/f0726e72-3148-4051-b1f5-0768a33e5118.json +0 -1
- package/.nyc_output/processinfo/5dd7a2aa-147b-4304-84bf-effac0f982fd.json +0 -1
- package/.nyc_output/processinfo/8ed41da4-40ec-49dc-8dbc-0ebaa3847e76.json +0 -1
- package/.nyc_output/processinfo/f0726e72-3148-4051-b1f5-0768a33e5118.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
- package/CHANGELOG.md +0 -1179
- package/coverage/base.css +0 -224
- package/coverage/block-navigation.js +0 -87
- package/coverage/clover.xml +0 -188
- package/coverage/coverage-final.json +0 -13
- 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/errors.ts.html +0 -112
- package/coverage/src/index.html +0 -131
- package/coverage/src/root.ts.html +0 -385
- package/coverage/src/types/amqp.ts.html +0 -223
- package/coverage/src/types/clickhouse.ts.html +0 -271
- package/coverage/src/types/index.html +0 -236
- package/coverage/src/types/index.ts.html +0 -106
- package/coverage/src/types/kafka.ts.html +0 -190
- package/coverage/src/types/migration.ts.html +0 -361
- package/coverage/src/types/minio.ts.html +0 -202
- package/coverage/src/types/mongodb.ts.html +0 -193
- package/coverage/src/types/schema-registry.ts.html +0 -250
- package/coverage/src/types/sequelize.ts.html +0 -229
- package/coverage/tests/__mocks__/index.html +0 -116
- package/coverage/tests/__mocks__/index.ts.html +0 -208
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/src/default.config.js.map +0 -1
- package/dist/cjs/src/errors.js.map +0 -1
- package/dist/cjs/src/index.js.map +0 -1
- package/dist/cjs/src/interfaces.js.map +0 -1
- package/dist/cjs/src/root.js.map +0 -1
- package/dist/cjs/src/types/amqp.js.map +0 -1
- package/dist/cjs/src/types/clickhouse.js.map +0 -1
- package/dist/cjs/src/types/index.js.map +0 -1
- package/dist/cjs/src/types/kafka.js.map +0 -1
- package/dist/cjs/src/types/migration.js.map +0 -1
- package/dist/cjs/src/types/minio.js.map +0 -1
- package/dist/cjs/src/types/mongodb.js.map +0 -1
- package/dist/cjs/src/types/schema-registry.js.map +0 -1
- package/dist/cjs/src/types/sequelize.js.map +0 -1
- package/dist/cjs/tsconfig.build.cjs.tsbuildinfo +0 -1
- package/dist/esm/index.mjs +0 -2
- package/dist/esm/index.mjs.map +0 -1
- package/dist/esm/src/default.config.mjs.map +0 -1
- package/dist/esm/src/errors.mjs.map +0 -1
- package/dist/esm/src/index.mjs +0 -10
- package/dist/esm/src/index.mjs.map +0 -1
- package/dist/esm/src/interfaces.mjs +0 -2
- package/dist/esm/src/interfaces.mjs.map +0 -1
- package/dist/esm/src/root.mjs.map +0 -1
- package/dist/esm/src/types/amqp.mjs.map +0 -1
- package/dist/esm/src/types/clickhouse.mjs.map +0 -1
- package/dist/esm/src/types/index.mjs +0 -8
- package/dist/esm/src/types/index.mjs.map +0 -1
- package/dist/esm/src/types/kafka.mjs.map +0 -1
- package/dist/esm/src/types/migration.mjs.map +0 -1
- package/dist/esm/src/types/minio.mjs.map +0 -1
- package/dist/esm/src/types/mongodb.mjs.map +0 -1
- package/dist/esm/src/types/schema-registry.mjs.map +0 -1
- package/dist/esm/src/types/sequelize.mjs.map +0 -1
- package/dist/esm/tsconfig.build.esm.tsbuildinfo +0 -1
- package/dist/index.js +0 -18
- package/dist/index.js.map +0 -1
- package/dist/src/default.config.js +0 -6
- package/dist/src/default.config.js.map +0 -1
- package/dist/src/errors.js +0 -13
- package/dist/src/errors.js.map +0 -1
- package/dist/src/index.js +0 -26
- package/dist/src/index.js.map +0 -1
- package/dist/src/interfaces.js +0 -2
- package/dist/src/interfaces.js.map +0 -1
- package/dist/src/root.js +0 -163
- package/dist/src/root.js.map +0 -1
- package/dist/src/types/amqp.js +0 -35
- package/dist/src/types/amqp.js.map +0 -1
- package/dist/src/types/clickhouse.js +0 -66
- package/dist/src/types/clickhouse.js.map +0 -1
- package/dist/src/types/index.js +0 -24
- package/dist/src/types/index.js.map +0 -1
- package/dist/src/types/kafka.js +0 -31
- package/dist/src/types/kafka.js.map +0 -1
- package/dist/src/types/migration.js +0 -70
- package/dist/src/types/migration.js.map +0 -1
- package/dist/src/types/minio.js +0 -39
- package/dist/src/types/minio.js.map +0 -1
- package/dist/src/types/mongodb.js +0 -34
- package/dist/src/types/mongodb.js.map +0 -1
- package/dist/src/types/schema-registry.js +0 -52
- package/dist/src/types/schema-registry.js.map +0 -1
- package/dist/src/types/sequelize.js +0 -43
- package/dist/src/types/sequelize.js.map +0 -1
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/dist/types/tsconfig.build.types.tsbuildinfo +0 -1
- package/index.d.ts +0 -26
- package/index.ts +0 -1
- package/src/default.config.ts +0 -4
- package/src/errors.ts +0 -9
- package/src/index.ts +0 -10
- package/src/interfaces.ts +0 -0
- package/src/root.ts +0 -100
- package/src/types/amqp.ts +0 -46
- package/src/types/clickhouse.ts +0 -62
- package/src/types/index.ts +0 -7
- package/src/types/kafka.ts +0 -35
- package/src/types/migration.ts +0 -92
- package/src/types/minio.ts +0 -39
- package/src/types/mongodb.ts +0 -36
- package/src/types/schema-registry.ts +0 -55
- package/src/types/sequelize.ts +0 -48
- package/tsconfig.build.json +0 -5
- package/tsconfig.json +0 -9
package/CHANGELOG.md
DELETED
|
@@ -1,1179 +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
|
-
## [1.165.14](https://github.com/biorate/core/compare/@biorate/migrations@1.165.13...@biorate/migrations@1.165.14) (2026-05-04)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
9
|
-
|
|
10
|
-
## [1.165.13](https://github.com/biorate/core/compare/@biorate/migrations@1.165.12...@biorate/migrations@1.165.13) (2026-05-04)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
13
|
-
|
|
14
|
-
## [1.165.12](https://github.com/biorate/core/compare/@biorate/migrations@1.165.11...@biorate/migrations@1.165.12) (2026-04-21)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
17
|
-
|
|
18
|
-
## [1.165.11](https://github.com/biorate/core/compare/@biorate/migrations@1.165.10...@biorate/migrations@1.165.11) (2026-04-20)
|
|
19
|
-
|
|
20
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
21
|
-
|
|
22
|
-
## [1.165.10](https://github.com/biorate/core/compare/@biorate/migrations@1.165.9...@biorate/migrations@1.165.10) (2026-04-10)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
25
|
-
|
|
26
|
-
## [1.165.9](https://github.com/biorate/core/compare/@biorate/migrations@1.165.8...@biorate/migrations@1.165.9) (2026-04-10)
|
|
27
|
-
|
|
28
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
29
|
-
|
|
30
|
-
## [1.165.8](https://github.com/biorate/core/compare/@biorate/migrations@1.165.7...@biorate/migrations@1.165.8) (2026-03-30)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
33
|
-
|
|
34
|
-
## [1.165.7](https://github.com/biorate/core/compare/@biorate/migrations@1.165.6...@biorate/migrations@1.165.7) (2026-03-30)
|
|
35
|
-
|
|
36
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
37
|
-
|
|
38
|
-
## [1.165.6](https://github.com/biorate/core/compare/@biorate/migrations@1.165.5...@biorate/migrations@1.165.6) (2026-03-24)
|
|
39
|
-
|
|
40
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
41
|
-
|
|
42
|
-
## [1.165.5](https://github.com/biorate/core/compare/@biorate/migrations@1.165.4...@biorate/migrations@1.165.5) (2026-03-23)
|
|
43
|
-
|
|
44
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
45
|
-
|
|
46
|
-
## [1.165.4](https://github.com/biorate/core/compare/@biorate/migrations@1.165.3...@biorate/migrations@1.165.4) (2026-03-05)
|
|
47
|
-
|
|
48
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
49
|
-
|
|
50
|
-
## [1.165.3](https://github.com/biorate/core/compare/@biorate/migrations@1.165.2...@biorate/migrations@1.165.3) (2026-03-05)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
53
|
-
|
|
54
|
-
## [1.165.2](https://github.com/biorate/core/compare/@biorate/migrations@1.165.1...@biorate/migrations@1.165.2) (2026-02-25)
|
|
55
|
-
|
|
56
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
57
|
-
|
|
58
|
-
## [1.165.1](https://github.com/biorate/core/compare/@biorate/migrations@1.165.0...@biorate/migrations@1.165.1) (2026-02-13)
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
- **migrations:** process->exit ([b180af5](https://github.com/biorate/core/commit/b180af5de154f113a3bf6beae1677e5e66a5c72c))
|
|
63
|
-
|
|
64
|
-
# [1.165.0](https://github.com/biorate/core/compare/@biorate/migrations@1.164.0...@biorate/migrations@1.165.0) (2026-02-13)
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
- vitest-intergation ([8e7fb51](https://github.com/biorate/core/commit/8e7fb514d724cbada205f99643ede617dfe8f6ea))
|
|
69
|
-
- vitest-intergation ([635a66f](https://github.com/biorate/core/commit/635a66fe3c8e3b79b3103b33d77ec262fc99ffe2))
|
|
70
|
-
- vitest-intergation ([e279bf6](https://github.com/biorate/core/commit/e279bf608f398e53f90551f4d20fea94a4a80a7f))
|
|
71
|
-
|
|
72
|
-
# 1.164.0 (2026-02-10)
|
|
73
|
-
|
|
74
|
-
### Bug Fixes
|
|
75
|
-
|
|
76
|
-
- .npmrc ([51785c1](https://github.com/biorate/core/commit/51785c175101225ae3cef838967b401417e68126))
|
|
77
|
-
- **migrations:** test ([576cc82](https://github.com/biorate/core/commit/576cc82a2b098821f65ac92aaf34aa95f083f84f))
|
|
78
|
-
- **migrations:** test ([01b6e67](https://github.com/biorate/core/commit/01b6e67d5e74cd1f37de98091915bdf3a1722515))
|
|
79
|
-
- root .mocharc .nycrc.json ([6e906e9](https://github.com/biorate/core/commit/6e906e962d10360051c97a11df8516784895c3d8))
|
|
80
|
-
- tests ([51a593f](https://github.com/biorate/core/commit/51a593f301b185e24a39513d503fcb0608e477f8))
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
- **config:** @{} = ${} template added ([744286f](https://github.com/biorate/core/commit/744286f5728828eb4b230d07c7c9872f442da6be))
|
|
85
|
-
- update "main" value in package.json ([89de1e3](https://github.com/biorate/core/commit/89de1e3203bcd5123587d046c9277a304bbe4008))
|
|
86
|
-
|
|
87
|
-
# 1.163.0 (2025-10-27)
|
|
88
|
-
|
|
89
|
-
# 1.158.0 (2025-10-17)
|
|
90
|
-
|
|
91
|
-
## 1.156.2 (2025-09-18)
|
|
92
|
-
|
|
93
|
-
## 1.156.1 (2025-09-18)
|
|
94
|
-
|
|
95
|
-
# 1.156.0 (2025-09-18)
|
|
96
|
-
|
|
97
|
-
# 1.155.0 (2025-09-09)
|
|
98
|
-
|
|
99
|
-
# 1.154.0 (2025-09-09)
|
|
100
|
-
|
|
101
|
-
## 1.152.1 (2025-09-05)
|
|
102
|
-
|
|
103
|
-
# 1.152.0 (2025-09-01)
|
|
104
|
-
|
|
105
|
-
# 1.151.0 (2025-08-08)
|
|
106
|
-
|
|
107
|
-
# 1.150.0 (2025-08-08)
|
|
108
|
-
|
|
109
|
-
# 1.149.0 (2025-08-08)
|
|
110
|
-
|
|
111
|
-
## 1.148.2 (2025-08-08)
|
|
112
|
-
|
|
113
|
-
## 1.148.1 (2025-08-08)
|
|
114
|
-
|
|
115
|
-
# 1.148.0 (2025-08-05)
|
|
116
|
-
|
|
117
|
-
# 1.147.0 (2025-08-05)
|
|
118
|
-
|
|
119
|
-
# 1.146.0 (2025-08-05)
|
|
120
|
-
|
|
121
|
-
# 1.145.0 (2025-08-05)
|
|
122
|
-
|
|
123
|
-
# 1.144.0 (2025-08-05)
|
|
124
|
-
|
|
125
|
-
# 1.143.0 (2025-08-05)
|
|
126
|
-
|
|
127
|
-
# 1.142.0 (2025-07-17)
|
|
128
|
-
|
|
129
|
-
# 1.140.0 (2025-07-17)
|
|
130
|
-
|
|
131
|
-
# 1.139.0 (2025-07-11)
|
|
132
|
-
|
|
133
|
-
## 1.138.2 (2025-06-17)
|
|
134
|
-
|
|
135
|
-
## 1.138.1 (2025-06-16)
|
|
136
|
-
|
|
137
|
-
# 1.134.0 (2025-05-29)
|
|
138
|
-
|
|
139
|
-
# 1.120.0 (2025-04-29)
|
|
140
|
-
|
|
141
|
-
# 1.117.0 (2025-04-21)
|
|
142
|
-
|
|
143
|
-
# 1.116.0 (2025-04-16)
|
|
144
|
-
|
|
145
|
-
# 1.115.0 (2025-04-15)
|
|
146
|
-
|
|
147
|
-
# 1.114.0 (2025-04-15)
|
|
148
|
-
|
|
149
|
-
# 1.112.0 (2025-04-14)
|
|
150
|
-
|
|
151
|
-
# 1.110.0 (2025-03-14)
|
|
152
|
-
|
|
153
|
-
## 1.105.2 (2025-03-05)
|
|
154
|
-
|
|
155
|
-
## 1.105.1 (2025-03-04)
|
|
156
|
-
|
|
157
|
-
# 1.105.0 (2025-03-04)
|
|
158
|
-
|
|
159
|
-
### Features
|
|
160
|
-
|
|
161
|
-
- **migrations:** schema registry added ([47a5423](https://github.com/biorate/core/commit/47a542333c27c64916f4e35834eb25fc02354d0f))
|
|
162
|
-
|
|
163
|
-
# 1.104.0 (2025-02-28)
|
|
164
|
-
|
|
165
|
-
### Features
|
|
166
|
-
|
|
167
|
-
- migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
|
|
168
|
-
|
|
169
|
-
## 1.102.1 (2025-02-28)
|
|
170
|
-
|
|
171
|
-
# 1.102.0 (2025-02-28)
|
|
172
|
-
|
|
173
|
-
### Features
|
|
174
|
-
|
|
175
|
-
- migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
|
|
176
|
-
|
|
177
|
-
# 1.101.0 (2025-02-28)
|
|
178
|
-
|
|
179
|
-
# 1.100.0 (2025-02-26)
|
|
180
|
-
|
|
181
|
-
## 1.98.1 (2025-02-18)
|
|
182
|
-
|
|
183
|
-
# 1.98.0 (2025-02-13)
|
|
184
|
-
|
|
185
|
-
## 1.96.2 (2025-01-24)
|
|
186
|
-
|
|
187
|
-
## 1.96.1 (2025-01-16)
|
|
188
|
-
|
|
189
|
-
# 1.96.0 (2024-12-26)
|
|
190
|
-
|
|
191
|
-
## 1.95.1 (2024-12-26)
|
|
192
|
-
|
|
193
|
-
# 1.95.0 (2024-12-26)
|
|
194
|
-
|
|
195
|
-
## 1.93.1 (2024-12-19)
|
|
196
|
-
|
|
197
|
-
# 1.93.0 (2024-12-19)
|
|
198
|
-
|
|
199
|
-
## 1.91.5 (2024-12-06)
|
|
200
|
-
|
|
201
|
-
## 1.91.4 (2024-12-06)
|
|
202
|
-
|
|
203
|
-
## 1.91.3 (2024-12-06)
|
|
204
|
-
|
|
205
|
-
## 1.91.2 (2024-12-06)
|
|
206
|
-
|
|
207
|
-
## 1.91.1 (2024-12-06)
|
|
208
|
-
|
|
209
|
-
# 1.91.0 (2024-12-05)
|
|
210
|
-
|
|
211
|
-
# 1.90.0 (2024-12-05)
|
|
212
|
-
|
|
213
|
-
## 1.87.4 (2024-09-30)
|
|
214
|
-
|
|
215
|
-
## 1.87.3 (2024-09-17)
|
|
216
|
-
|
|
217
|
-
### Bug Fixes
|
|
218
|
-
|
|
219
|
-
- **migrations:** transaction fix ([f6ca180](https://github.com/biorate/core/commit/f6ca180a831fd2d1a9eebac39b97dee7dfd86059))
|
|
220
|
-
|
|
221
|
-
## 1.87.2 (2024-09-11)
|
|
222
|
-
|
|
223
|
-
## 1.87.1 (2024-09-11)
|
|
224
|
-
|
|
225
|
-
# 1.86.0 (2024-09-05)
|
|
226
|
-
|
|
227
|
-
## 1.84.1 (2024-09-04)
|
|
228
|
-
|
|
229
|
-
## 1.79.1 (2024-08-16)
|
|
230
|
-
|
|
231
|
-
# 1.79.0 (2024-07-12)
|
|
232
|
-
|
|
233
|
-
# 1.78.0 (2024-07-11)
|
|
234
|
-
|
|
235
|
-
# 1.77.0 (2024-07-11)
|
|
236
|
-
|
|
237
|
-
## 1.76.3 (2024-07-11)
|
|
238
|
-
|
|
239
|
-
## 1.74.1 (2024-05-31)
|
|
240
|
-
|
|
241
|
-
# 1.72.0 (2024-05-21)
|
|
242
|
-
|
|
243
|
-
# 1.70.0 (2024-05-20)
|
|
244
|
-
|
|
245
|
-
### Features
|
|
246
|
-
|
|
247
|
-
- **migrations:** changed to original clickhouse driver ([171b0f7](https://github.com/biorate/core/commit/171b0f78ad52a6a76629990057a2d4bca00fedd4))
|
|
248
|
-
|
|
249
|
-
# 1.69.0 (2024-04-17)
|
|
250
|
-
|
|
251
|
-
### Features
|
|
252
|
-
|
|
253
|
-
- **migrations:** proxy added ([14a147b](https://github.com/biorate/core/commit/14a147be110b84e4cd0277f8f1ef3e30855ae0b2))
|
|
254
|
-
|
|
255
|
-
# 1.68.0 (2024-04-17)
|
|
256
|
-
|
|
257
|
-
# 1.67.0 (2024-04-17)
|
|
258
|
-
|
|
259
|
-
## 1.65.7 (2024-03-27)
|
|
260
|
-
|
|
261
|
-
## 1.65.6 (2024-03-27)
|
|
262
|
-
|
|
263
|
-
## 1.65.5 (2024-03-27)
|
|
264
|
-
|
|
265
|
-
## 1.65.4 (2024-03-26)
|
|
266
|
-
|
|
267
|
-
# 1.64.0 (2024-03-20)
|
|
268
|
-
|
|
269
|
-
# 1.61.0 (2024-03-04)
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
- **migrations:** amqp support added ([da4e6c3](https://github.com/biorate/core/commit/da4e6c35b54308098db3c41633cabbc043e13cb6))
|
|
274
|
-
|
|
275
|
-
## 1.58.1 (2024-02-16)
|
|
276
|
-
|
|
277
|
-
# 1.54.0 (2024-01-11)
|
|
278
|
-
|
|
279
|
-
# 1.43.0 (2023-10-10)
|
|
280
|
-
|
|
281
|
-
## 1.42.5 (2023-09-19)
|
|
282
|
-
|
|
283
|
-
## 1.42.4 (2023-09-19)
|
|
284
|
-
|
|
285
|
-
## 1.42.3 (2023-09-19)
|
|
286
|
-
|
|
287
|
-
## 1.42.2 (2023-09-07)
|
|
288
|
-
|
|
289
|
-
## 1.42.1 (2023-09-04)
|
|
290
|
-
|
|
291
|
-
## 1.39.1 (2023-08-23)
|
|
292
|
-
|
|
293
|
-
### Bug Fixes
|
|
294
|
-
|
|
295
|
-
- **migrations:** tableName in params ([9b40f3b](https://github.com/biorate/core/commit/9b40f3b41150042d6e7cbf35a3d06440bc4a8503))
|
|
296
|
-
|
|
297
|
-
# 1.39.0 (2023-08-23)
|
|
298
|
-
|
|
299
|
-
### Features
|
|
300
|
-
|
|
301
|
-
- **migrations:** clickhouse added ([1c1793a](https://github.com/biorate/core/commit/1c1793a5d43748eef6d227477bfee6b7f8a1e87a))
|
|
302
|
-
|
|
303
|
-
## 1.38.4 (2023-08-11)
|
|
304
|
-
|
|
305
|
-
## 1.38.3 (2023-08-10)
|
|
306
|
-
|
|
307
|
-
## 1.38.2 (2023-08-10)
|
|
308
|
-
|
|
309
|
-
## 1.38.1 (2023-08-10)
|
|
310
|
-
|
|
311
|
-
## 1.30.12 (2023-07-18)
|
|
312
|
-
|
|
313
|
-
## 1.30.11 (2023-07-04)
|
|
314
|
-
|
|
315
|
-
## 1.30.10 (2023-07-04)
|
|
316
|
-
|
|
317
|
-
### Bug Fixes
|
|
318
|
-
|
|
319
|
-
- **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
|
|
320
|
-
|
|
321
|
-
## 1.30.9 (2023-07-04)
|
|
322
|
-
|
|
323
|
-
## 1.30.8 (2023-07-03)
|
|
324
|
-
|
|
325
|
-
## 1.30.2 (2023-05-23)
|
|
326
|
-
|
|
327
|
-
## 1.30.1 (2023-05-23)
|
|
328
|
-
|
|
329
|
-
# 1.30.0 (2023-05-22)
|
|
330
|
-
|
|
331
|
-
# 1.29.0 (2023-05-05)
|
|
332
|
-
|
|
333
|
-
### Bug Fixes
|
|
334
|
-
|
|
335
|
-
- **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
|
|
336
|
-
|
|
337
|
-
## 1.28.2 (2023-05-05)
|
|
338
|
-
|
|
339
|
-
## 1.28.1 (2023-05-05)
|
|
340
|
-
|
|
341
|
-
# 1.28.0 (2023-05-04)
|
|
342
|
-
|
|
343
|
-
### Features
|
|
344
|
-
|
|
345
|
-
- typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
|
|
346
|
-
|
|
347
|
-
## 1.27.2 (2023-04-20)
|
|
348
|
-
|
|
349
|
-
## 1.27.1 (2023-04-17)
|
|
350
|
-
|
|
351
|
-
# 1.27.0 (2023-04-17)
|
|
352
|
-
|
|
353
|
-
# 1.26.0 (2023-04-14)
|
|
354
|
-
|
|
355
|
-
## 1.25.2 (2023-03-07)
|
|
356
|
-
|
|
357
|
-
# 1.24.0 (2023-02-01)
|
|
358
|
-
|
|
359
|
-
## 1.23.2 (2023-01-09)
|
|
360
|
-
|
|
361
|
-
### Bug Fixes
|
|
362
|
-
|
|
363
|
-
- **migrations:** globalConfig passthrough ([cdeb3bc](https://github.com/biorate/core/commit/cdeb3bcac7322e969b7816997a23c8eda652ba3c))
|
|
364
|
-
|
|
365
|
-
# 1.23.0 (2023-01-09)
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
- **migrations:** kafka added ([52eeb71](https://github.com/biorate/core/commit/52eeb717545def3b70c7ad41a67c85ac24498347))
|
|
370
|
-
|
|
371
|
-
## 1.22.7 (2022-12-07)
|
|
372
|
-
|
|
373
|
-
## 1.22.1 (2022-11-16)
|
|
374
|
-
|
|
375
|
-
### Bug Fixes
|
|
376
|
-
|
|
377
|
-
- **migrations:** vault deps fix ([408247d](https://github.com/biorate/core/commit/408247dc81134136b0ed5fb79b933882085f9bde))
|
|
378
|
-
|
|
379
|
-
# 1.22.0 (2022-11-16)
|
|
380
|
-
|
|
381
|
-
### Features
|
|
382
|
-
|
|
383
|
-
- **migrations:** file-loader replaced by config-loaders ([db919de](https://github.com/biorate/core/commit/db919de255ca96cf270726828a1e30d77fa63bad))
|
|
384
|
-
|
|
385
|
-
## 1.20.1 (2022-11-10)
|
|
386
|
-
|
|
387
|
-
## 1.11.2 (2022-09-21)
|
|
388
|
-
|
|
389
|
-
### Bug Fixes
|
|
390
|
-
|
|
391
|
-
- **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
|
|
392
|
-
|
|
393
|
-
## 1.11.1 (2022-09-21)
|
|
394
|
-
|
|
395
|
-
### Bug Fixes
|
|
396
|
-
|
|
397
|
-
- **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
|
|
398
|
-
|
|
399
|
-
# 1.11.0 (2022-09-21)
|
|
400
|
-
|
|
401
|
-
## 1.7.1 (2022-09-08)
|
|
402
|
-
|
|
403
|
-
# 1.7.0 (2022-09-08)
|
|
404
|
-
|
|
405
|
-
# 1.6.0 (2022-09-08)
|
|
406
|
-
|
|
407
|
-
## 1.4.4 (2022-08-22)
|
|
408
|
-
|
|
409
|
-
### Bug Fixes
|
|
410
|
-
|
|
411
|
-
- **migrations:** minio interface rename ([41e8a1f](https://github.com/biorate/core/commit/41e8a1fb7dc3b2ce2d9632040f5a51f2a8b8d29f))
|
|
412
|
-
|
|
413
|
-
## 1.4.3 (2022-08-22)
|
|
414
|
-
|
|
415
|
-
## 1.4.2 (2022-08-22)
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
- **migrations:** scan dir catch ([0959a2d](https://github.com/biorate/core/commit/0959a2d9c46294e7a23d94cc4b6cd60aa00b0a53))
|
|
420
|
-
|
|
421
|
-
# 1.4.0 (2022-08-15)
|
|
422
|
-
|
|
423
|
-
### Features
|
|
424
|
-
|
|
425
|
-
- **migrations:** minio & mongodb ([cf3079c](https://github.com/biorate/core/commit/cf3079c671b963c4f1734c58fbc012a5a74d2772))
|
|
426
|
-
|
|
427
|
-
## 1.2.2 (2022-08-11)
|
|
428
|
-
|
|
429
|
-
# 1.0.0 (2022-07-10)
|
|
430
|
-
|
|
431
|
-
## 0.30.19 (2022-07-10)
|
|
432
|
-
|
|
433
|
-
## 0.30.18 (2022-06-24)
|
|
434
|
-
|
|
435
|
-
## 0.30.17 (2022-06-24)
|
|
436
|
-
|
|
437
|
-
## 0.30.14 (2022-06-24)
|
|
438
|
-
|
|
439
|
-
### Bug Fixes
|
|
440
|
-
|
|
441
|
-
- **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
|
|
442
|
-
|
|
443
|
-
## 0.30.13 (2022-06-24)
|
|
444
|
-
|
|
445
|
-
### Bug Fixes
|
|
446
|
-
|
|
447
|
-
- **migrations:** strict ([e0c7e55](https://github.com/biorate/core/commit/e0c7e55080753badbd6536d06e6a401b51f37862))
|
|
448
|
-
|
|
449
|
-
## 0.30.11 (2022-06-24)
|
|
450
|
-
|
|
451
|
-
## 0.30.10 (2022-06-24)
|
|
452
|
-
|
|
453
|
-
## 0.30.9 (2022-06-23)
|
|
454
|
-
|
|
455
|
-
### Bug Fixes
|
|
456
|
-
|
|
457
|
-
- **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
|
|
458
|
-
|
|
459
|
-
## 0.30.8 (2022-06-23)
|
|
460
|
-
|
|
461
|
-
## 0.30.7 (2022-06-23)
|
|
462
|
-
|
|
463
|
-
## 0.30.6 (2022-06-23)
|
|
464
|
-
|
|
465
|
-
## 0.30.5 (2022-06-23)
|
|
466
|
-
|
|
467
|
-
## 0.30.4 (2022-06-23)
|
|
468
|
-
|
|
469
|
-
## 0.30.2 (2022-06-22)
|
|
470
|
-
|
|
471
|
-
# 0.30.0 (2022-06-20)
|
|
472
|
-
|
|
473
|
-
### Bug Fixes
|
|
474
|
-
|
|
475
|
-
- \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
|
|
476
|
-
|
|
477
|
-
## 0.29.1 (2022-06-20)
|
|
478
|
-
|
|
479
|
-
# 0.29.0 (2022-06-20)
|
|
480
|
-
|
|
481
|
-
### Bug Fixes
|
|
482
|
-
|
|
483
|
-
- \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
|
|
484
|
-
|
|
485
|
-
## 0.28.3 (2022-05-07)
|
|
486
|
-
|
|
487
|
-
### Bug Fixes
|
|
488
|
-
|
|
489
|
-
- **migrations:** tests and logic ([adaff11](https://github.com/biorate/core/commit/adaff116d1cbb74cf011df251db0d6c730850f56))
|
|
490
|
-
|
|
491
|
-
## 0.28.2 (2022-05-06)
|
|
492
|
-
|
|
493
|
-
## 0.28.1 (2022-05-06)
|
|
494
|
-
|
|
495
|
-
### Bug Fixes
|
|
496
|
-
|
|
497
|
-
- **migrations:** start default root script ([271fe83](https://github.com/biorate/core/commit/271fe83aa756336c3e13e8e519e1b5dbcf857f03))
|
|
498
|
-
|
|
499
|
-
# 0.28.0 (2022-05-06)
|
|
500
|
-
|
|
501
|
-
### Bug Fixes
|
|
502
|
-
|
|
503
|
-
- **migrations:** architecture ([fb1b2bd](https://github.com/biorate/core/commit/fb1b2bd364f31fb1b38a6e404365db6b121cfb9c))
|
|
504
|
-
- **migrations:** README.md ([478b2d6](https://github.com/biorate/core/commit/478b2d6a4b8f504559b37bdb38d2545c9e39d543))
|
|
505
|
-
|
|
506
|
-
### Features
|
|
507
|
-
|
|
508
|
-
- **migrations:** module added ([019bb2b](https://github.com/biorate/core/commit/019bb2b106c00427b9abc140d83262a72cd1751b))
|
|
509
|
-
|
|
510
|
-
# [1.163.0](https://github.com/biorate/core/compare/v1.162.0...v1.163.0) (2025-10-27)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
513
|
-
|
|
514
|
-
# [1.158.0](https://github.com/biorate/core/compare/v1.157.0...v1.158.0) (2025-10-17)
|
|
515
|
-
|
|
516
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
517
|
-
|
|
518
|
-
## [1.156.2](https://github.com/biorate/core/compare/v1.156.1...v1.156.2) (2025-09-18)
|
|
519
|
-
|
|
520
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
521
|
-
|
|
522
|
-
## [1.156.1](https://github.com/biorate/core/compare/v1.156.0...v1.156.1) (2025-09-18)
|
|
523
|
-
|
|
524
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
525
|
-
|
|
526
|
-
# [1.156.0](https://github.com/biorate/core/compare/v1.155.0...v1.156.0) (2025-09-18)
|
|
527
|
-
|
|
528
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
529
|
-
|
|
530
|
-
# [1.155.0](https://github.com/biorate/core/compare/v1.154.0...v1.155.0) (2025-09-09)
|
|
531
|
-
|
|
532
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
533
|
-
|
|
534
|
-
# [1.154.0](https://github.com/biorate/core/compare/v1.153.0...v1.154.0) (2025-09-09)
|
|
535
|
-
|
|
536
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
537
|
-
|
|
538
|
-
## [1.152.1](https://github.com/biorate/core/compare/v1.152.0...v1.152.1) (2025-09-05)
|
|
539
|
-
|
|
540
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
541
|
-
|
|
542
|
-
# [1.152.0](https://github.com/biorate/core/compare/v1.151.1...v1.152.0) (2025-09-01)
|
|
543
|
-
|
|
544
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
545
|
-
|
|
546
|
-
# [1.151.0](https://github.com/biorate/core/compare/v1.150.0...v1.151.0) (2025-08-08)
|
|
547
|
-
|
|
548
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
549
|
-
|
|
550
|
-
# [1.150.0](https://github.com/biorate/core/compare/v1.149.0...v1.150.0) (2025-08-08)
|
|
551
|
-
|
|
552
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
553
|
-
|
|
554
|
-
# [1.149.0](https://github.com/biorate/core/compare/v1.148.2...v1.149.0) (2025-08-08)
|
|
555
|
-
|
|
556
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
557
|
-
|
|
558
|
-
## [1.148.2](https://github.com/biorate/core/compare/v1.148.1...v1.148.2) (2025-08-08)
|
|
559
|
-
|
|
560
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
561
|
-
|
|
562
|
-
## [1.148.1](https://github.com/biorate/core/compare/v1.148.0...v1.148.1) (2025-08-08)
|
|
563
|
-
|
|
564
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
565
|
-
|
|
566
|
-
# [1.148.0](https://github.com/biorate/core/compare/v1.147.0...v1.148.0) (2025-08-05)
|
|
567
|
-
|
|
568
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
569
|
-
|
|
570
|
-
# [1.147.0](https://github.com/biorate/core/compare/v1.146.0...v1.147.0) (2025-08-05)
|
|
571
|
-
|
|
572
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
573
|
-
|
|
574
|
-
# [1.146.0](https://github.com/biorate/core/compare/v1.145.0...v1.146.0) (2025-08-05)
|
|
575
|
-
|
|
576
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
577
|
-
|
|
578
|
-
# [1.145.0](https://github.com/biorate/core/compare/v1.144.0...v1.145.0) (2025-08-05)
|
|
579
|
-
|
|
580
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
581
|
-
|
|
582
|
-
# [1.144.0](https://github.com/biorate/core/compare/v1.143.0...v1.144.0) (2025-08-05)
|
|
583
|
-
|
|
584
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
585
|
-
|
|
586
|
-
# [1.143.0](https://github.com/biorate/core/compare/v1.142.0...v1.143.0) (2025-08-05)
|
|
587
|
-
|
|
588
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
589
|
-
|
|
590
|
-
# [1.142.0](https://github.com/biorate/core/compare/v1.141.0...v1.142.0) (2025-07-17)
|
|
591
|
-
|
|
592
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
593
|
-
|
|
594
|
-
# [1.140.0](https://github.com/biorate/core/compare/v1.139.0...v1.140.0) (2025-07-17)
|
|
595
|
-
|
|
596
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
597
|
-
|
|
598
|
-
# [1.139.0](https://github.com/biorate/core/compare/v1.138.2...v1.139.0) (2025-07-11)
|
|
599
|
-
|
|
600
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
601
|
-
|
|
602
|
-
## [1.138.2](https://github.com/biorate/core/compare/v1.138.1...v1.138.2) (2025-06-17)
|
|
603
|
-
|
|
604
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
605
|
-
|
|
606
|
-
## [1.138.1](https://github.com/biorate/core/compare/v1.138.0...v1.138.1) (2025-06-16)
|
|
607
|
-
|
|
608
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
609
|
-
|
|
610
|
-
# [1.134.0](https://github.com/biorate/core/compare/v1.133.0...v1.134.0) (2025-05-29)
|
|
611
|
-
|
|
612
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
613
|
-
|
|
614
|
-
# [1.120.0](https://github.com/biorate/core/compare/v1.119.2...v1.120.0) (2025-04-29)
|
|
615
|
-
|
|
616
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
617
|
-
|
|
618
|
-
# [1.117.0](https://github.com/biorate/core/compare/v1.116.0...v1.117.0) (2025-04-21)
|
|
619
|
-
|
|
620
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
621
|
-
|
|
622
|
-
# [1.116.0](https://github.com/biorate/core/compare/v1.115.0...v1.116.0) (2025-04-16)
|
|
623
|
-
|
|
624
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
625
|
-
|
|
626
|
-
# [1.115.0](https://github.com/biorate/core/compare/v1.114.0...v1.115.0) (2025-04-15)
|
|
627
|
-
|
|
628
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
629
|
-
|
|
630
|
-
# [1.114.0](https://github.com/biorate/core/compare/v1.113.0...v1.114.0) (2025-04-15)
|
|
631
|
-
|
|
632
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
633
|
-
|
|
634
|
-
# [1.112.0](https://github.com/biorate/core/compare/v1.111.0...v1.112.0) (2025-04-14)
|
|
635
|
-
|
|
636
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
637
|
-
|
|
638
|
-
# [1.110.0](https://github.com/biorate/core/compare/v1.109.1...v1.110.0) (2025-03-14)
|
|
639
|
-
|
|
640
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
641
|
-
|
|
642
|
-
## [1.105.2](https://github.com/biorate/core/compare/v1.105.1...v1.105.2) (2025-03-05)
|
|
643
|
-
|
|
644
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
645
|
-
|
|
646
|
-
## [1.105.1](https://github.com/biorate/core/compare/v1.105.0...v1.105.1) (2025-03-04)
|
|
647
|
-
|
|
648
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
649
|
-
|
|
650
|
-
# [1.105.0](https://github.com/biorate/core/compare/v1.104.0...v1.105.0) (2025-03-04)
|
|
651
|
-
|
|
652
|
-
### Features
|
|
653
|
-
|
|
654
|
-
- **migrations:** schema registry added ([47a5423](https://github.com/biorate/core/commit/47a542333c27c64916f4e35834eb25fc02354d0f))
|
|
655
|
-
|
|
656
|
-
# [1.104.0](https://github.com/biorate/core/compare/v1.102.1...v1.104.0) (2025-02-28)
|
|
657
|
-
|
|
658
|
-
### Features
|
|
659
|
-
|
|
660
|
-
- migration to pnpm ([18c83a3](https://github.com/biorate/core/commit/18c83a30319fdfe0d9d2c5ebd94f5fba499e06cd))
|
|
661
|
-
|
|
662
|
-
# [1.103.0](https://github.com/biorate/core/compare/v1.102.1...v1.103.0) (2025-02-28)
|
|
663
|
-
|
|
664
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
665
|
-
|
|
666
|
-
## [1.102.1](https://github.com/biorate/core/compare/v1.102.0...v1.102.1) (2025-02-28)
|
|
667
|
-
|
|
668
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
669
|
-
|
|
670
|
-
# [1.102.0](https://github.com/biorate/core/compare/v1.101.0...v1.102.0) (2025-02-28)
|
|
671
|
-
|
|
672
|
-
### Features
|
|
673
|
-
|
|
674
|
-
- migration to pnpm ([462d120](https://github.com/biorate/core/commit/462d12068108fc6977906f4e379da6917aca42c3))
|
|
675
|
-
|
|
676
|
-
# [1.101.0](https://github.com/biorate/core/compare/v1.100.1...v1.101.0) (2025-02-28)
|
|
677
|
-
|
|
678
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
679
|
-
|
|
680
|
-
# [1.100.0](https://github.com/biorate/core/compare/v1.99.0...v1.100.0) (2025-02-26)
|
|
681
|
-
|
|
682
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
683
|
-
|
|
684
|
-
## [1.98.1](https://github.com/biorate/core/compare/v1.98.0...v1.98.1) (2025-02-18)
|
|
685
|
-
|
|
686
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
687
|
-
|
|
688
|
-
# [1.98.0](https://github.com/biorate/core/compare/v1.97.0...v1.98.0) (2025-02-13)
|
|
689
|
-
|
|
690
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
691
|
-
|
|
692
|
-
## [1.96.2](https://github.com/biorate/core/compare/v1.96.1...v1.96.2) (2025-01-24)
|
|
693
|
-
|
|
694
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
695
|
-
|
|
696
|
-
## [1.96.1](https://github.com/biorate/core/compare/v1.96.0...v1.96.1) (2025-01-16)
|
|
697
|
-
|
|
698
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
699
|
-
|
|
700
|
-
# [1.96.0](https://github.com/biorate/core/compare/v1.95.1...v1.96.0) (2024-12-26)
|
|
701
|
-
|
|
702
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
703
|
-
|
|
704
|
-
## [1.95.1](https://github.com/biorate/core/compare/v1.95.0...v1.95.1) (2024-12-26)
|
|
705
|
-
|
|
706
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
707
|
-
|
|
708
|
-
# [1.95.0](https://github.com/biorate/core/compare/v1.94.1...v1.95.0) (2024-12-26)
|
|
709
|
-
|
|
710
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
711
|
-
|
|
712
|
-
## [1.93.1](https://github.com/biorate/core/compare/v1.93.0...v1.93.1) (2024-12-19)
|
|
713
|
-
|
|
714
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
715
|
-
|
|
716
|
-
# [1.93.0](https://github.com/biorate/core/compare/v1.92.0...v1.93.0) (2024-12-19)
|
|
717
|
-
|
|
718
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
719
|
-
|
|
720
|
-
## [1.91.5](https://github.com/biorate/core/compare/v1.91.4...v1.91.5) (2024-12-06)
|
|
721
|
-
|
|
722
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
723
|
-
|
|
724
|
-
## [1.91.4](https://github.com/biorate/core/compare/v1.91.3...v1.91.4) (2024-12-06)
|
|
725
|
-
|
|
726
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
727
|
-
|
|
728
|
-
## [1.91.3](https://github.com/biorate/core/compare/v1.91.2...v1.91.3) (2024-12-06)
|
|
729
|
-
|
|
730
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
731
|
-
|
|
732
|
-
## [1.91.2](https://github.com/biorate/core/compare/v1.91.1...v1.91.2) (2024-12-06)
|
|
733
|
-
|
|
734
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
735
|
-
|
|
736
|
-
## [1.91.1](https://github.com/biorate/core/compare/v1.91.0...v1.91.1) (2024-12-06)
|
|
737
|
-
|
|
738
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
739
|
-
|
|
740
|
-
# [1.91.0](https://github.com/biorate/core/compare/v1.90.0...v1.91.0) (2024-12-05)
|
|
741
|
-
|
|
742
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
743
|
-
|
|
744
|
-
# [1.90.0](https://github.com/biorate/core/compare/v1.89.0...v1.90.0) (2024-12-05)
|
|
745
|
-
|
|
746
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
747
|
-
|
|
748
|
-
## [1.87.4](https://github.com/biorate/core/compare/v1.87.3...v1.87.4) (2024-09-30)
|
|
749
|
-
|
|
750
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
751
|
-
|
|
752
|
-
## [1.87.3](https://github.com/biorate/core/compare/v1.87.2...v1.87.3) (2024-09-17)
|
|
753
|
-
|
|
754
|
-
### Bug Fixes
|
|
755
|
-
|
|
756
|
-
- **migrations:** transaction fix ([f6ca180](https://github.com/biorate/core/commit/f6ca180a831fd2d1a9eebac39b97dee7dfd86059))
|
|
757
|
-
|
|
758
|
-
## [1.87.2](https://github.com/biorate/core/compare/v1.87.1...v1.87.2) (2024-09-11)
|
|
759
|
-
|
|
760
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
761
|
-
|
|
762
|
-
## [1.87.1](https://github.com/biorate/core/compare/v1.87.0...v1.87.1) (2024-09-11)
|
|
763
|
-
|
|
764
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
765
|
-
|
|
766
|
-
# [1.86.0](https://github.com/biorate/core/compare/v1.85.2...v1.86.0) (2024-09-05)
|
|
767
|
-
|
|
768
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
769
|
-
|
|
770
|
-
## [1.84.1](https://github.com/biorate/core/compare/v1.84.0...v1.84.1) (2024-09-04)
|
|
771
|
-
|
|
772
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
773
|
-
|
|
774
|
-
## [1.79.1](https://github.com/biorate/core/compare/v1.79.0...v1.79.1) (2024-08-16)
|
|
775
|
-
|
|
776
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
777
|
-
|
|
778
|
-
# [1.79.0](https://github.com/biorate/core/compare/v1.78.0...v1.79.0) (2024-07-12)
|
|
779
|
-
|
|
780
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
781
|
-
|
|
782
|
-
# [1.78.0](https://github.com/biorate/core/compare/v1.77.0...v1.78.0) (2024-07-11)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
785
|
-
|
|
786
|
-
# [1.77.0](https://github.com/biorate/core/compare/v1.76.3...v1.77.0) (2024-07-11)
|
|
787
|
-
|
|
788
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
789
|
-
|
|
790
|
-
## [1.76.3](https://github.com/biorate/core/compare/v1.76.2...v1.76.3) (2024-07-11)
|
|
791
|
-
|
|
792
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
793
|
-
|
|
794
|
-
## [1.74.1](https://github.com/biorate/core/compare/v1.74.0...v1.74.1) (2024-05-31)
|
|
795
|
-
|
|
796
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
797
|
-
|
|
798
|
-
# [1.72.0](https://github.com/biorate/core/compare/v1.71.1...v1.72.0) (2024-05-21)
|
|
799
|
-
|
|
800
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
801
|
-
|
|
802
|
-
# [1.70.0](https://github.com/biorate/core/compare/v1.69.0...v1.70.0) (2024-05-20)
|
|
803
|
-
|
|
804
|
-
### Features
|
|
805
|
-
|
|
806
|
-
- **migrations:** changed to original clickhouse driver ([171b0f7](https://github.com/biorate/core/commit/171b0f78ad52a6a76629990057a2d4bca00fedd4))
|
|
807
|
-
|
|
808
|
-
# [1.69.0](https://github.com/biorate/core/compare/v1.68.0...v1.69.0) (2024-04-17)
|
|
809
|
-
|
|
810
|
-
### Features
|
|
811
|
-
|
|
812
|
-
- **migrations:** proxy added ([14a147b](https://github.com/biorate/core/commit/14a147be110b84e4cd0277f8f1ef3e30855ae0b2))
|
|
813
|
-
|
|
814
|
-
# [1.68.0](https://github.com/biorate/core/compare/v1.67.0...v1.68.0) (2024-04-17)
|
|
815
|
-
|
|
816
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
817
|
-
|
|
818
|
-
# [1.67.0](https://github.com/biorate/core/compare/v1.66.2...v1.67.0) (2024-04-17)
|
|
819
|
-
|
|
820
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
821
|
-
|
|
822
|
-
## [1.65.7](https://github.com/biorate/core/compare/v1.65.6...v1.65.7) (2024-03-27)
|
|
823
|
-
|
|
824
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
825
|
-
|
|
826
|
-
## [1.65.6](https://github.com/biorate/core/compare/v1.65.5...v1.65.6) (2024-03-27)
|
|
827
|
-
|
|
828
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
829
|
-
|
|
830
|
-
## [1.65.5](https://github.com/biorate/core/compare/v1.65.4...v1.65.5) (2024-03-27)
|
|
831
|
-
|
|
832
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
833
|
-
|
|
834
|
-
## [1.65.4](https://github.com/biorate/core/compare/v1.65.3...v1.65.4) (2024-03-26)
|
|
835
|
-
|
|
836
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
837
|
-
|
|
838
|
-
# [1.64.0](https://github.com/biorate/core/compare/v1.63.0...v1.64.0) (2024-03-20)
|
|
839
|
-
|
|
840
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
841
|
-
|
|
842
|
-
# [1.61.0](https://github.com/biorate/core/compare/v1.60.0...v1.61.0) (2024-03-04)
|
|
843
|
-
|
|
844
|
-
### Features
|
|
845
|
-
|
|
846
|
-
- **migrations:** amqp support added ([da4e6c3](https://github.com/biorate/core/commit/da4e6c35b54308098db3c41633cabbc043e13cb6))
|
|
847
|
-
|
|
848
|
-
## [1.58.1](https://github.com/biorate/core/compare/v1.58.0...v1.58.1) (2024-02-16)
|
|
849
|
-
|
|
850
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
851
|
-
|
|
852
|
-
# [1.54.0](https://github.com/biorate/core/compare/v1.53.3...v1.54.0) (2024-01-11)
|
|
853
|
-
|
|
854
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
855
|
-
|
|
856
|
-
# [1.43.0](https://github.com/biorate/core/compare/v1.42.6...v1.43.0) (2023-10-10)
|
|
857
|
-
|
|
858
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
859
|
-
|
|
860
|
-
## [1.42.5](https://github.com/biorate/core/compare/v1.42.4...v1.42.5) (2023-09-19)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
863
|
-
|
|
864
|
-
## [1.42.4](https://github.com/biorate/core/compare/v1.42.3...v1.42.4) (2023-09-19)
|
|
865
|
-
|
|
866
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
867
|
-
|
|
868
|
-
## [1.42.3](https://github.com/biorate/core/compare/v1.42.2...v1.42.3) (2023-09-19)
|
|
869
|
-
|
|
870
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
871
|
-
|
|
872
|
-
## [1.42.2](https://github.com/biorate/core/compare/v1.42.1...v1.42.2) (2023-09-07)
|
|
873
|
-
|
|
874
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
875
|
-
|
|
876
|
-
## [1.42.1](https://github.com/biorate/core/compare/v1.42.0...v1.42.1) (2023-09-04)
|
|
877
|
-
|
|
878
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
879
|
-
|
|
880
|
-
## [1.39.1](https://github.com/biorate/core/compare/v1.39.0...v1.39.1) (2023-08-23)
|
|
881
|
-
|
|
882
|
-
### Bug Fixes
|
|
883
|
-
|
|
884
|
-
- **migrations:** tableName in params ([9b40f3b](https://github.com/biorate/core/commit/9b40f3b41150042d6e7cbf35a3d06440bc4a8503))
|
|
885
|
-
|
|
886
|
-
# [1.39.0](https://github.com/biorate/core/compare/v1.38.4...v1.39.0) (2023-08-23)
|
|
887
|
-
|
|
888
|
-
### Features
|
|
889
|
-
|
|
890
|
-
- **migrations:** clickhouse added ([1c1793a](https://github.com/biorate/core/commit/1c1793a5d43748eef6d227477bfee6b7f8a1e87a))
|
|
891
|
-
|
|
892
|
-
## [1.38.4](https://github.com/biorate/core/compare/v1.38.3...v1.38.4) (2023-08-11)
|
|
893
|
-
|
|
894
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
895
|
-
|
|
896
|
-
## [1.38.3](https://github.com/biorate/core/compare/v1.38.2...v1.38.3) (2023-08-10)
|
|
897
|
-
|
|
898
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
899
|
-
|
|
900
|
-
## [1.38.2](https://github.com/biorate/core/compare/v1.38.1...v1.38.2) (2023-08-10)
|
|
901
|
-
|
|
902
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
903
|
-
|
|
904
|
-
## [1.38.1](https://github.com/biorate/core/compare/v1.38.0...v1.38.1) (2023-08-10)
|
|
905
|
-
|
|
906
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
907
|
-
|
|
908
|
-
## [1.30.12](https://github.com/biorate/core/compare/v1.30.11...v1.30.12) (2023-07-18)
|
|
909
|
-
|
|
910
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
911
|
-
|
|
912
|
-
## [1.30.11](https://github.com/biorate/core/compare/v1.30.10...v1.30.11) (2023-07-04)
|
|
913
|
-
|
|
914
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
915
|
-
|
|
916
|
-
## [1.30.10](https://github.com/biorate/core/compare/v1.30.9...v1.30.10) (2023-07-04)
|
|
917
|
-
|
|
918
|
-
### Bug Fixes
|
|
919
|
-
|
|
920
|
-
- **prometheus:** settings ts errors fix ([addf8e7](https://github.com/biorate/core/commit/addf8e7b1dc1574457d4671dedfc5b7ef40dddea))
|
|
921
|
-
|
|
922
|
-
## [1.30.9](https://github.com/biorate/core/compare/v1.30.8...v1.30.9) (2023-07-04)
|
|
923
|
-
|
|
924
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
925
|
-
|
|
926
|
-
## [1.30.8](https://github.com/biorate/core/compare/v1.30.7...v1.30.8) (2023-07-03)
|
|
927
|
-
|
|
928
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
929
|
-
|
|
930
|
-
## [1.30.2](https://github.com/biorate/core/compare/v1.30.1...v1.30.2) (2023-05-23)
|
|
931
|
-
|
|
932
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
933
|
-
|
|
934
|
-
## [1.30.1](https://github.com/biorate/core/compare/v1.30.0...v1.30.1) (2023-05-23)
|
|
935
|
-
|
|
936
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
937
|
-
|
|
938
|
-
# [1.30.0](https://github.com/biorate/core/compare/v1.29.0...v1.30.0) (2023-05-22)
|
|
939
|
-
|
|
940
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
941
|
-
|
|
942
|
-
# [1.29.0](https://github.com/biorate/core/compare/v1.28.2...v1.29.0) (2023-05-05)
|
|
943
|
-
|
|
944
|
-
### Bug Fixes
|
|
945
|
-
|
|
946
|
-
- **shutdown-hook:** allSettled startegy ([acc63c9](https://github.com/biorate/core/commit/acc63c9758ea8af95ded947184379b741837d1de))
|
|
947
|
-
|
|
948
|
-
## [1.28.2](https://github.com/biorate/core/compare/v1.28.1...v1.28.2) (2023-05-05)
|
|
949
|
-
|
|
950
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
951
|
-
|
|
952
|
-
## [1.28.1](https://github.com/biorate/core/compare/v1.28.0...v1.28.1) (2023-05-05)
|
|
953
|
-
|
|
954
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
955
|
-
|
|
956
|
-
# [1.28.0](https://github.com/biorate/core/compare/v1.27.7...v1.28.0) (2023-05-04)
|
|
957
|
-
|
|
958
|
-
### Features
|
|
959
|
-
|
|
960
|
-
- typescript5 migration ([3051757](https://github.com/biorate/core/commit/3051757e45d6895394b655a22066773f0cc30a9a))
|
|
961
|
-
|
|
962
|
-
## [1.27.2](https://github.com/biorate/core/compare/v1.27.1...v1.27.2) (2023-04-20)
|
|
963
|
-
|
|
964
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
965
|
-
|
|
966
|
-
## [1.27.1](https://github.com/biorate/core/compare/v1.27.0...v1.27.1) (2023-04-17)
|
|
967
|
-
|
|
968
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
969
|
-
|
|
970
|
-
# [1.27.0](https://github.com/biorate/core/compare/v1.26.0...v1.27.0) (2023-04-17)
|
|
971
|
-
|
|
972
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
973
|
-
|
|
974
|
-
# [1.26.0](https://github.com/biorate/core/compare/v1.25.5...v1.26.0) (2023-04-14)
|
|
975
|
-
|
|
976
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
977
|
-
|
|
978
|
-
## [1.25.2](https://github.com/biorate/core/compare/v1.25.1...v1.25.2) (2023-03-07)
|
|
979
|
-
|
|
980
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
981
|
-
|
|
982
|
-
# [1.24.0](https://github.com/biorate/core/compare/v1.23.2...v1.24.0) (2023-02-01)
|
|
983
|
-
|
|
984
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
985
|
-
|
|
986
|
-
## [1.23.2](https://github.com/biorate/core/compare/v1.23.1...v1.23.2) (2023-01-09)
|
|
987
|
-
|
|
988
|
-
### Bug Fixes
|
|
989
|
-
|
|
990
|
-
- **migrations:** globalConfig passthrough ([cdeb3bc](https://github.com/biorate/core/commit/cdeb3bcac7322e969b7816997a23c8eda652ba3c))
|
|
991
|
-
|
|
992
|
-
# [1.23.0](https://github.com/biorate/core/compare/v1.22.9...v1.23.0) (2023-01-09)
|
|
993
|
-
|
|
994
|
-
### Features
|
|
995
|
-
|
|
996
|
-
- **migrations:** kafka added ([52eeb71](https://github.com/biorate/core/commit/52eeb717545def3b70c7ad41a67c85ac24498347))
|
|
997
|
-
|
|
998
|
-
## [1.22.7](https://github.com/biorate/core/compare/v1.22.6...v1.22.7) (2022-12-07)
|
|
999
|
-
|
|
1000
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1001
|
-
|
|
1002
|
-
## [1.22.1](https://github.com/biorate/core/compare/v1.22.0...v1.22.1) (2022-11-16)
|
|
1003
|
-
|
|
1004
|
-
### Bug Fixes
|
|
1005
|
-
|
|
1006
|
-
- **migrations:** vault deps fix ([408247d](https://github.com/biorate/core/commit/408247dc81134136b0ed5fb79b933882085f9bde))
|
|
1007
|
-
|
|
1008
|
-
# [1.22.0](https://github.com/biorate/core/compare/v1.21.2...v1.22.0) (2022-11-16)
|
|
1009
|
-
|
|
1010
|
-
### Features
|
|
1011
|
-
|
|
1012
|
-
- **migrations:** file-loader replaced by config-loaders ([db919de](https://github.com/biorate/core/commit/db919de255ca96cf270726828a1e30d77fa63bad))
|
|
1013
|
-
|
|
1014
|
-
## [1.20.1](https://github.com/biorate/core/compare/v1.20.0...v1.20.1) (2022-11-10)
|
|
1015
|
-
|
|
1016
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1017
|
-
|
|
1018
|
-
## [1.11.2](https://github.com/biorate/core/compare/v1.11.1...v1.11.2) (2022-09-21)
|
|
1019
|
-
|
|
1020
|
-
### Bug Fixes
|
|
1021
|
-
|
|
1022
|
-
- **axios, kafka:** logic fixes ([5b83869](https://github.com/biorate/core/commit/5b8386953ce1d63783f380ca8fc36fb324a963b1))
|
|
1023
|
-
|
|
1024
|
-
## [1.11.1](https://github.com/biorate/core/compare/v1.11.0...v1.11.1) (2022-09-21)
|
|
1025
|
-
|
|
1026
|
-
### Bug Fixes
|
|
1027
|
-
|
|
1028
|
-
- **axios, kafka:** logic fixes ([d48fff0](https://github.com/biorate/core/commit/d48fff0ebc75566b59aff08e17372ac97b595b30))
|
|
1029
|
-
|
|
1030
|
-
# [1.11.0](https://github.com/biorate/core/compare/v1.10.0...v1.11.0) (2022-09-21)
|
|
1031
|
-
|
|
1032
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1033
|
-
|
|
1034
|
-
## [1.7.1](https://github.com/biorate/core/compare/v1.7.0...v1.7.1) (2022-09-08)
|
|
1035
|
-
|
|
1036
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1037
|
-
|
|
1038
|
-
# [1.7.0](https://github.com/biorate/core/compare/v1.6.0...v1.7.0) (2022-09-08)
|
|
1039
|
-
|
|
1040
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1041
|
-
|
|
1042
|
-
# [1.6.0](https://github.com/biorate/core/compare/v1.5.1...v1.6.0) (2022-09-08)
|
|
1043
|
-
|
|
1044
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1045
|
-
|
|
1046
|
-
## [1.4.4](https://github.com/biorate/core/compare/v1.4.3...v1.4.4) (2022-08-22)
|
|
1047
|
-
|
|
1048
|
-
### Bug Fixes
|
|
1049
|
-
|
|
1050
|
-
- **migrations:** minio interface rename ([41e8a1f](https://github.com/biorate/core/commit/41e8a1fb7dc3b2ce2d9632040f5a51f2a8b8d29f))
|
|
1051
|
-
|
|
1052
|
-
## [1.4.3](https://github.com/biorate/core/compare/v1.4.2...v1.4.3) (2022-08-22)
|
|
1053
|
-
|
|
1054
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1055
|
-
|
|
1056
|
-
## [1.4.2](https://github.com/biorate/core/compare/v1.4.1...v1.4.2) (2022-08-22)
|
|
1057
|
-
|
|
1058
|
-
### Bug Fixes
|
|
1059
|
-
|
|
1060
|
-
- **migrations:** scan dir catch ([0959a2d](https://github.com/biorate/core/commit/0959a2d9c46294e7a23d94cc4b6cd60aa00b0a53))
|
|
1061
|
-
|
|
1062
|
-
# [1.4.0](https://github.com/biorate/core/compare/v1.3.2...v1.4.0) (2022-08-15)
|
|
1063
|
-
|
|
1064
|
-
### Features
|
|
1065
|
-
|
|
1066
|
-
- **migrations:** minio & mongodb ([cf3079c](https://github.com/biorate/core/commit/cf3079c671b963c4f1734c58fbc012a5a74d2772))
|
|
1067
|
-
|
|
1068
|
-
## [1.2.2](https://github.com/biorate/core/compare/v1.2.1...v1.2.2) (2022-08-11)
|
|
1069
|
-
|
|
1070
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1071
|
-
|
|
1072
|
-
# [1.0.0](https://github.com/biorate/core/compare/v0.30.19...v1.0.0) (2022-07-10)
|
|
1073
|
-
|
|
1074
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1075
|
-
|
|
1076
|
-
## [0.30.19](https://github.com/biorate/core/compare/v0.30.18...v0.30.19) (2022-07-10)
|
|
1077
|
-
|
|
1078
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1079
|
-
|
|
1080
|
-
## [0.30.18](https://github.com/biorate/core/compare/v0.30.17...v0.30.18) (2022-06-24)
|
|
1081
|
-
|
|
1082
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1083
|
-
|
|
1084
|
-
## [0.30.17](https://github.com/biorate/core/compare/v0.30.16...v0.30.17) (2022-06-24)
|
|
1085
|
-
|
|
1086
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1087
|
-
|
|
1088
|
-
## [0.30.14](https://github.com/biorate/core/compare/v0.30.13...v0.30.14) (2022-06-24)
|
|
1089
|
-
|
|
1090
|
-
### Bug Fixes
|
|
1091
|
-
|
|
1092
|
-
- **sequalize, file-config:** strict ([e3b471c](https://github.com/biorate/core/commit/e3b471c11aebc106d9562294458044b70eadba7a))
|
|
1093
|
-
|
|
1094
|
-
## [0.30.13](https://github.com/biorate/core/compare/v0.30.12...v0.30.13) (2022-06-24)
|
|
1095
|
-
|
|
1096
|
-
### Bug Fixes
|
|
1097
|
-
|
|
1098
|
-
- **migrations:** strict ([e0c7e55](https://github.com/biorate/core/commit/e0c7e55080753badbd6536d06e6a401b51f37862))
|
|
1099
|
-
|
|
1100
|
-
## [0.30.11](https://github.com/biorate/core/compare/v0.30.10...v0.30.11) (2022-06-24)
|
|
1101
|
-
|
|
1102
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1103
|
-
|
|
1104
|
-
## [0.30.10](https://github.com/biorate/core/compare/v0.30.9...v0.30.10) (2022-06-24)
|
|
1105
|
-
|
|
1106
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1107
|
-
|
|
1108
|
-
## [0.30.9](https://github.com/biorate/core/compare/v0.30.8...v0.30.9) (2022-06-23)
|
|
1109
|
-
|
|
1110
|
-
### Bug Fixes
|
|
1111
|
-
|
|
1112
|
-
- **config:** strict types ([d1e286e](https://github.com/biorate/core/commit/d1e286e9016938cb663ee8bcceb6c06b0dbfdb18))
|
|
1113
|
-
|
|
1114
|
-
## [0.30.8](https://github.com/biorate/core/compare/v0.30.7...v0.30.8) (2022-06-23)
|
|
1115
|
-
|
|
1116
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1117
|
-
|
|
1118
|
-
## [0.30.7](https://github.com/biorate/core/compare/v0.30.6...v0.30.7) (2022-06-23)
|
|
1119
|
-
|
|
1120
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1121
|
-
|
|
1122
|
-
## [0.30.6](https://github.com/biorate/core/compare/v0.30.5...v0.30.6) (2022-06-23)
|
|
1123
|
-
|
|
1124
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1125
|
-
|
|
1126
|
-
## [0.30.5](https://github.com/biorate/core/compare/v0.30.4...v0.30.5) (2022-06-23)
|
|
1127
|
-
|
|
1128
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1129
|
-
|
|
1130
|
-
## [0.30.4](https://github.com/biorate/core/compare/v0.30.3...v0.30.4) (2022-06-23)
|
|
1131
|
-
|
|
1132
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1133
|
-
|
|
1134
|
-
## [0.30.2](https://github.com/biorate/core/compare/v0.30.1...v0.30.2) (2022-06-22)
|
|
1135
|
-
|
|
1136
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1137
|
-
|
|
1138
|
-
# [0.30.0](https://github.com/biorate/core/compare/v0.29.1...v0.30.0) (2022-06-20)
|
|
1139
|
-
|
|
1140
|
-
### Bug Fixes
|
|
1141
|
-
|
|
1142
|
-
- \*.ts into npmignore ([6a6be03](https://github.com/biorate/core/commit/6a6be030a1e8923df4b03d518f08618e759d06fa))
|
|
1143
|
-
|
|
1144
|
-
## [0.29.1](https://github.com/biorate/core/compare/v0.29.0...v0.29.1) (2022-06-20)
|
|
1145
|
-
|
|
1146
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1147
|
-
|
|
1148
|
-
# [0.29.0](https://github.com/biorate/core/compare/v0.28.3...v0.29.0) (2022-06-20)
|
|
1149
|
-
|
|
1150
|
-
### Bug Fixes
|
|
1151
|
-
|
|
1152
|
-
- \*.ts into npmignore ([f6e68b3](https://github.com/biorate/core/commit/f6e68b3a2291e7bfa013674db857db7879a26033))
|
|
1153
|
-
|
|
1154
|
-
## [0.28.3](https://github.com/biorate/core/compare/v0.28.2...v0.28.3) (2022-05-07)
|
|
1155
|
-
|
|
1156
|
-
### Bug Fixes
|
|
1157
|
-
|
|
1158
|
-
- **migrations:** tests and logic ([adaff11](https://github.com/biorate/core/commit/adaff116d1cbb74cf011df251db0d6c730850f56))
|
|
1159
|
-
|
|
1160
|
-
## [0.28.2](https://github.com/biorate/core/compare/v0.28.1...v0.28.2) (2022-05-06)
|
|
1161
|
-
|
|
1162
|
-
**Note:** Version bump only for package @biorate/migrations
|
|
1163
|
-
|
|
1164
|
-
## [0.28.1](https://github.com/biorate/core/compare/v0.28.0...v0.28.1) (2022-05-06)
|
|
1165
|
-
|
|
1166
|
-
### Bug Fixes
|
|
1167
|
-
|
|
1168
|
-
- **migrations:** start default root script ([271fe83](https://github.com/biorate/core/commit/271fe83aa756336c3e13e8e519e1b5dbcf857f03))
|
|
1169
|
-
|
|
1170
|
-
# [0.28.0](https://github.com/biorate/core/compare/v0.27.3...v0.28.0) (2022-05-06)
|
|
1171
|
-
|
|
1172
|
-
### Bug Fixes
|
|
1173
|
-
|
|
1174
|
-
- **migrations:** architecture ([fb1b2bd](https://github.com/biorate/core/commit/fb1b2bd364f31fb1b38a6e404365db6b121cfb9c))
|
|
1175
|
-
- **migrations:** README.md ([478b2d6](https://github.com/biorate/core/commit/478b2d6a4b8f504559b37bdb38d2545c9e39d543))
|
|
1176
|
-
|
|
1177
|
-
### Features
|
|
1178
|
-
|
|
1179
|
-
- **migrations:** module added ([019bb2b](https://github.com/biorate/core/commit/019bb2b106c00427b9abc140d83262a72cd1751b))
|