Skip to content

Commit

Permalink
v2.1.0 Release 🎉 🎆 🔔
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
leapfrog-bot committed May 3, 2024
1 parent 8835523 commit 13e93b2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 14 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [v2.1.0](https://github.com/leapfrogtechnology/sync-db/tree/v2.1.0) (2024-05-03)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.0.1...v2.1.0)

**Closed Issues**

- Move from Travis CI to GitHub Actions [\#139](https://github.com/leapfrogtechnology/sync-db/issues/139)

**Changes**

- Update --only flag to support multiple connection filter [\#229](https://github.com/leapfrogtechnology/sync-db/pull/229) ([samirsilwal](https://github.com/samirsilwal))
- chore\(deps\): bump @babel/traverse from 7.9.0 to 7.23.2 [\#227](https://github.com/leapfrogtechnology/sync-db/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump debug from 4.1.1 to 4.3.1 [\#226](https://github.com/leapfrogtechnology/sync-db/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump get-func-name from 2.0.0 to 2.0.2 [\#223](https://github.com/leapfrogtechnology/sync-db/pull/223) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-pg-ts [\#221](https://github.com/leapfrogtechnology/sync-db/pull/221) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-pg [\#220](https://github.com/leapfrogtechnology/sync-db/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-app-mssql [\#219](https://github.com/leapfrogtechnology/sync-db/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.5 in /examples/node-mssql-programmatic-use [\#218](https://github.com/leapfrogtechnology/sync-db/pull/218) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump word-wrap from 1.2.3 to 1.2.4 in /examples/node-app-mssql-ts [\#216](https://github.com/leapfrogtechnology/sync-db/pull/216) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-mssql-ts [\#212](https://github.com/leapfrogtechnology/sync-db/pull/212) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-mssql [\#211](https://github.com/leapfrogtechnology/sync-db/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-pg-ts [\#210](https://github.com/leapfrogtechnology/sync-db/pull/210) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-mssql-programmatic-use [\#209](https://github.com/leapfrogtechnology/sync-db/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.1 to 5.7.2 in /examples/node-app-pg [\#208](https://github.com/leapfrogtechnology/sync-db/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore\(deps\): bump semver from 5.7.0 to 5.7.2 [\#207](https://github.com/leapfrogtechnology/sync-db/pull/207) ([dependabot[bot]](https://github.com/apps/dependabot))
- Convert travis file to actions [\#203](https://github.com/leapfrogtechnology/sync-db/pull/203) ([sbimochan](https://github.com/sbimochan))

## [v2.0.1](https://github.com/leapfrogtechnology/sync-db/tree/v2.0.1) (2023-06-07)

[Full Changelog](https://github.com/leapfrogtechnology/sync-db/compare/v2.0.0...v2.0.1)
Expand Down
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ npm install -g @leapfrogtechnology/sync-db
$ sync-db COMMAND
running command...
$ sync-db (-v|--version|version)
@leapfrogtechnology/sync-db/2.0.1 linux-x64 node-v20.2.0
@leapfrogtechnology/sync-db/2.1.0 linux-x64 node-v20.12.2
$ sync-db --help [COMMAND]
USAGE
$ sync-db COMMAND
Expand Down Expand Up @@ -78,7 +78,7 @@ USAGE
$ sync-db
```

_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/index.ts)_
_See code: [src/commands/index.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/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/v2.0.1/src/commands/make.ts)_
_See code: [src/commands/make.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/make.ts)_

## `sync-db make-publish`

Expand All @@ -129,7 +129,7 @@ OPTIONS
-c, --config=config Custom configuration file.
```

_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/make-publish.ts)_
_See code: [src/commands/make-publish.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/make-publish.ts)_

## `sync-db migrate-latest`

Expand All @@ -143,10 +143,10 @@ OPTIONS
-c, --config=config Custom configuration file.
--connection-resolver=PATH Path to the connection resolver.
--dry-run Dry run migration.
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-latest.ts)_
_See code: [src/commands/migrate-latest.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-latest.ts)_

## `sync-db migrate-list`

Expand All @@ -159,10 +159,10 @@ USAGE
OPTIONS
-c, --config=config Custom configuration file.
--connection-resolver=PATH Path to the connection resolver.
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-list.ts)_
_See code: [src/commands/migrate-list.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-list.ts)_

## `sync-db migrate-rollback`

Expand All @@ -176,10 +176,10 @@ OPTIONS
-c, --config=config Custom configuration file.
--connection-resolver=PATH Path to the connection resolver.
--dry-run Dry run rollback.
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/migrate-rollback.ts)_
_See code: [src/commands/migrate-rollback.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/migrate-rollback.ts)_

## `sync-db prune`

Expand All @@ -193,10 +193,10 @@ OPTIONS
-c, --config=config Custom configuration file.
--connection-resolver=PATH Path to the connection resolver.
--dry-run Dry run prune.
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
--only=CONNECTION_ID Filter only a single connection.
```

_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/prune.ts)_
_See code: [src/commands/prune.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/prune.ts)_

## `sync-db synchronize`

Expand All @@ -211,11 +211,11 @@ OPTIONS
-f, --force Force synchronization.
--connection-resolver=PATH Path to the connection resolver.
--dry-run Dry run synchronization.
--only=CONNECTION_ID(s) Filter provided connection(s). Comma separated ids eg: id1,id2
--only=CONNECTION_ID Filter only a single connection.
--skip-migration Skip running migrations.
```

_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.0.1/src/commands/synchronize.ts)_
_See code: [src/commands/synchronize.ts](https://github.com/leapfrogtechnology/sync-db/blob/v2.1.0/src/commands/synchronize.ts)_

<!-- commandsstop -->

Expand Down

0 comments on commit 13e93b2

Please sign in to comment.