Releases: leapfrogtechnology/sync-db
Releases · leapfrogtechnology/sync-db
v1.0.0-experimental.20200428
Experimental Release - DO NOT USE
v1.0.0-experimental.20200427
Experimental Release - DO NOT USE
v1.0.0-beta.6
Features
- Support both sequential and parallel execution strategies for running synchronization #55 [config] [feature] [internals] (@kabirbaidhya)
Other changes
- Setup prettier and integrate format checking in the CI #56 [aesthetics] (@kabirbaidhya)
- Bump acorn from 7.1.0 to 7.1.1 in /examples/node-mssql-programmatic-use #54 [dependencies] (@dependabot[bot])
- Bump acorn from 7.1.0 to 7.1.1 in /examples/node-app-pg #53 [dependencies] (@[dependabot[bot])
- Bump acorn from 7.0.0 to 7.1.1 in /examples/node-app-mssql #52 [dependencies] (@dependabot[bot])
- Support resolution of local project dependencies when CLI is invoked in development mode #50 [cli] [dev efficiency] (@kabirbaidhya)
- Add license scan report and status #49 [ci] [license] (@fossabot)
v1.0.0-beta.5
- Bump knex version to 0.20.11 #48 [chore] [dependencies]
v1.0.0-beta.4
v1.0.0-beta.3
v1.0.0-beta.2
- Support resolving connections from the environment directly as a fallback option #45 [feature] (@kabirbaidhya)
v1.0.0-beta.1
Changes
- Add new io utility for standard I/O operations #44 [util] (@kabirbaidhya)
- Bump codecov from 3.6.1 to 3.6.5 #43 [dependencies] (@dependabot[bot])
- Run synchronize in a single transaction per connection #39 [feature] [internals] [ux] (@kabirbaidhya)
Example Updates
- Update example to demonstrate config injection #37 [example] (@kabirbaidhya)
v1.0.0-alpha.9
Changes
- Avoid vendor specific defaults in the config #41 (@kabirbaidhya)
- Generate connection with port as number when using
--generate-connections
CLI arg #40 (@silwalanish) - Update dependencies - typescript & tslint #38 [dependencies] (@kabirbaidhya)
- Config Injection - ability to inject dynamic configurations such that the running SQL transactions could access them #36 [experimental] [feature] (@kabirbaidhya)
- New CLI arg
--generate-connections
to generate connections from the environment #33 [cli] [enhancement] [feature] (@p0k8h)
Example Updates
- Add example project for postgres #35 [example] [postgres] (@Prabeshpd)
v1.0.0-alpha.8
Changes
- Bump knex to version 0.20.4 and upgrade vulnerable packages #34 [dependencies] (@mesaugat)