Skip to content

Commit

Permalink
v1.0.0-beta.11 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Travis CI committed Mar 25, 2021
1 parent fac47a2 commit 2891ff5
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
44 changes: 29 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v1.0.0-beta.11](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.11) (2021-03-25)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.10...v1.0.0-beta.11)

**Bug Fixes**

- Throw an exception to rollback transaction if SQL migration fails [\#117](https://github.com/leapfrogtechnology/sync-db/pull/117) ([cham11ng](https://github.com/cham11ng))

**Closed Issues**

- Simplify all the examples and bump sync-db to latest version [\#114](https://github.com/leapfrogtechnology/sync-db/issues/114)

**Changes**

- Fixes in progammatic example [\#118](https://github.com/leapfrogtechnology/sync-db/pull/118) ([samirsilwal](https://github.com/samirsilwal))
- Fixes in mssql & pg node examples with JS migrations [\#116](https://github.com/leapfrogtechnology/sync-db/pull/116) ([samirsilwal](https://github.com/samirsilwal))
- Some fixes in example for ts migrations with node & mssql [\#115](https://github.com/leapfrogtechnology/sync-db/pull/115) ([samirsilwal](https://github.com/samirsilwal))
- Move ts-node to dependencies [\#113](https://github.com/leapfrogtechnology/sync-db/pull/113) ([mesaugat](https://github.com/mesaugat))
- Make running the example a trivial process [\#112](https://github.com/leapfrogtechnology/sync-db/pull/112) ([mesaugat](https://github.com/mesaugat))

## [v1.0.0-beta.10](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-beta.10) (2021-03-21)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-beta.9...v1.0.0-beta.10)
Expand Down Expand Up @@ -182,6 +202,7 @@
- Add new io utility for standard I/O operations [\#44](https://github.com/leapfrogtechnology/sync-db/pull/44) ([kabirbaidhya](https://github.com/kabirbaidhya))
- Bump codecov from 3.6.1 to 3.6.5 [\#43](https://github.com/leapfrogtechnology/sync-db/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
- Run synchronize in a single transaction per connection [\#39](https://github.com/leapfrogtechnology/sync-db/pull/39) ([kabirbaidhya](https://github.com/kabirbaidhya))
- Update example to demonstrate config injection [\#37](https://github.com/leapfrogtechnology/sync-db/pull/37) ([kabirbaidhya](https://github.com/kabirbaidhya))

## [v1.0.0-experimental.9-2](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.9-2) (2020-02-15)

Expand All @@ -191,24 +212,25 @@

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.9...v1.0.0-experimental.9-1)

**Changes**

- Update example to demonstrate config injection [\#37](https://github.com/leapfrogtechnology/sync-db/pull/37) ([kabirbaidhya](https://github.com/kabirbaidhya))

## [v1.0.0-alpha.9](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.9) (2020-02-04)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.8-6...v1.0.0-alpha.9)

## [v1.0.0-experimental.8-6](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.8-6) (2020-02-03)
**Implemented enhancements:**

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.8-5...v1.0.0-experimental.8-6)
- CLI arg to generate connections from the environment [\#33](https://github.com/leapfrogtechnology/sync-db/pull/33) ([p0k8h](https://github.com/p0k8h))

**Changes**

- Avoid vendor specific defaults in the config [\#41](https://github.com/leapfrogtechnology/sync-db/pull/41) ([kabirbaidhya](https://github.com/kabirbaidhya))
- Generate connection with port as number when using --generate-connections CLI arg [\#40](https://github.com/leapfrogtechnology/sync-db/pull/40) ([silwalanish](https://github.com/silwalanish))
- Update dependencies - typescript & tslint [\#38](https://github.com/leapfrogtechnology/sync-db/pull/38) ([kabirbaidhya](https://github.com/kabirbaidhya))
- Config Injection - ability to inject dynamic configurations such that the running SQL transactions could access them [\#36](https://github.com/leapfrogtechnology/sync-db/pull/36) ([kabirbaidhya](https://github.com/kabirbaidhya))
- Add example project for postgres [\#35](https://github.com/leapfrogtechnology/sync-db/pull/35) ([Prabeshpd](https://github.com/Prabeshpd))

## [v1.0.0-experimental.8-6](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.8-6) (2020-02-03)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-experimental.8-5...v1.0.0-experimental.8-6)

## [v1.0.0-experimental.8-5](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-experimental.8-5) (2020-02-01)

Expand All @@ -230,19 +252,11 @@

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.8...v1.0.0-experimental.8-1)

**Implemented enhancements:**

- CLI arg to generate connections from the environment [\#33](https://github.com/leapfrogtechnology/sync-db/pull/33) ([p0k8h](https://github.com/p0k8h))

**Closed Issues**

- New CLI arg to generate connections file using the environment variables [\#31](https://github.com/leapfrogtechnology/sync-db/issues/31)
- Add new example project based on postgres [\#25](https://github.com/leapfrogtechnology/sync-db/issues/25)

**Changes**

- Add example project for postgres [\#35](https://github.com/leapfrogtechnology/sync-db/pull/35) ([Prabeshpd](https://github.com/Prabeshpd))

## [v1.0.0-alpha.8](https://github.com/leapfrogtechnology/sync-db/tree/v1.0.0-alpha.8) (2019-12-18)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v1.0.0-alpha.7...v1.0.0-alpha.8)
Expand Down Expand Up @@ -343,4 +357,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)*
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm install -g @leapfrogtechnology/sync-db
$ sync-db COMMAND
running command...
$ sync-db (-v|--version|version)
@leapfrogtechnology/sync-db/1.0.0-beta.10 linux-x64 node-v15.12.0
@leapfrogtechnology/sync-db/1.0.0-beta.11 linux-x64 node-v15.12.0
$ sync-db --help [COMMAND]
USAGE
$ sync-db COMMAND
Expand Down Expand Up @@ -79,7 +79,7 @@ USAGE
$ sync-db
```

_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/index.ts)_

## `sync-db help [COMMAND]`

Expand Down Expand Up @@ -115,7 +115,7 @@ OPTIONS
--object-name=object-name Name of table/view/routine to migrate.
```

_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/make.ts)_
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/make.ts)_

## `sync-db make-publish`

Expand All @@ -126,7 +126,7 @@ USAGE
$ sync-db make-publish
```

_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/make-publish.ts)_
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/make-publish.ts)_

## `sync-db migrate-latest`

Expand All @@ -142,7 +142,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/migrate-latest.ts)_
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/migrate-latest.ts)_

## `sync-db migrate-list`

Expand All @@ -157,7 +157,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/migrate-list.ts)_
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/migrate-list.ts)_

## `sync-db migrate-rollback`

Expand All @@ -173,7 +173,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/migrate-rollback.ts)_
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/migrate-rollback.ts)_

## `sync-db prune`

Expand All @@ -189,7 +189,7 @@ OPTIONS
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/prune.ts)_
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/prune.ts)_

## `sync-db synchronize`

Expand All @@ -207,7 +207,7 @@ OPTIONS
--skip-migration Skip running migrations.
```

_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.10/src/commands/synchronize.ts)_
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v1.0.0-beta.11/src/commands/synchronize.ts)_

<!-- commandsstop -->

Expand Down

0 comments on commit 2891ff5

Please sign in to comment.