Skip to content

Releases: CGI-FR/LINO

v3.2.0-beta1

11 Dec 14:31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 by @dependabot in #329
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.16.1 to 3.17.1 by @dependabot in #330
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #334
  • chore(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 by @dependabot in #335
  • chore(deps): bump github.com/microsoft/go-mssqldb from 1.7.2 to 1.8.0 by @dependabot in #336

Full Changelog: v3.1.0...v3.2.0

v3.1.0

21 Nov 16:24
3b14a24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.1.0

v3.0.2

27 Aug 14:49
d5b9f90
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/sijms/go-ora/v2 from 2.8.18 to 2.8.19 by @dependabot in #294
  • chore(deps): bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 by @dependabot in #292
  • chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #296
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.4 by @dependabot in #299
  • chore(deps): bump github.com/docker/docker-credential-helpers from 0.8.1 to 0.8.2 by @dependabot in #295
  • chore(deps): bump github.com/xo/dburl from 0.23.1 to 0.23.2 by @dependabot in #301
  • chore(deps): bump golang.org/x/term from 0.20.0 to 0.22.0 by @dependabot in #305
  • chore(deps): bump github.com/microsoft/go-mssqldb from 1.7.1 to 1.7.2 by @dependabot in #302
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #303
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.4 to 3.14.5 by @dependabot in #304
  • chore(deps): bump github.com/schollz/progressbar/v3 from 3.14.5 to 3.14.6 by @dependabot in #306
  • chore(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 by @dependabot in #307
  • chore(deps): bump nhooyr.io/websocket from 1.8.11 to 1.8.17 by @dependabot in #308

Full Changelog: v3.0.1...v3.0.2

v3.0.1

06 Jun 08:21
a490fb4
Compare
Choose a tag to compare

What's Changed

  • fix(oracle): disabling global hidden internal timeout by @adrienaury in #298

Full Changelog: v3.0.0...v3.0.1

v3.0.0

15 May 10:16
34eb10a
Compare
Choose a tag to compare

What's Changed

  • fix(pull): protect table name and column name with double quote by @Chao-Ma5566 in #269
  • feat: query command by @adrienaury in #289
  • chore(deps): bump github.com/sijms/go-ora/v2 from 2.8.10 to 2.8.18 by @dependabot in #291
  • chore(deps): bump github.com/xo/dburl from 0.22.0 to 0.23.1 by @dependabot in #290
  • chore(deps): bump golang.org/x/term from 0.18.0 to 0.20.0 by @dependabot in #285
  • chore(deps): bump github.com/microsoft/go-mssqldb from 1.7.0 to 1.7.1 by @dependabot in #281
  • chore(deps): bump nhooyr.io/websocket from 1.8.10 to 1.8.11 by @dependabot in #280

Full Changelog: v2.8.0...v3.0.0

v2.8.0

20 Apr 08:52
ebaf291
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in #270
  • chore(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 by @dependabot in #266
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #263
  • chore(deps): bump github.com/go-sql-driver/mysql from 1.8.0 to 1.8.1 by @dependabot in #274
  • chore(deps): bump github.com/sijms/go-ora/v2 from 2.8.9 to 2.8.10 by @dependabot in #272
  • chore(deps): bump github.com/xo/dburl from 0.21.1 to 0.22.0 by @dependabot in #273
  • feat(push): watch push stats real time by @adrienaury in #275

Full Changelog: v2.7.2...v2.8.0

v2.7.2

11 Mar 13:41
e807f38
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0 by @dependabot in #262
  • fix(pull): refactor select query with dialect commun sql by @Chao-Ma5566 in #267
  • fix: panic when using autotruncate on a null value by @adrienaury in #268

Full Changelog: v2.7.0...v2.7.2

v2.7.1

11 Mar 13:31
e807f38
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/microsoft/go-mssqldb from 1.6.0 to 1.7.0 by @dependabot in #262
  • fix(pull): refactor select query with dialect commun sql by @Chao-Ma5566 in #267
  • fix: panic when using autotruncate on a null value by @adrienaury in #268

Full Changelog: v2.7.0...v2.7.1

v2.7.0

21 Feb 16:57
3c24865
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade zeromdc to fix potential memory leak by @adrienaury in #253
  • feat: extract columns info in table.yaml by @Chao-Ma5566 in #257
  • feat(table): extract column type length size and precision in table.yaml with flag with-db-infos by @Chao-Ma5566 in #258
  • chore(deps): bump github.com/sijms/go-ora/v2 from 2.8.6 to 2.8.9 by @dependabot in #260
  • chore(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 by @dependabot in #256
  • chore(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #255
  • feat: autotruncate by @adrienaury in #261

New Contributors

Full Changelog: v2.6.1...v2.7.0

v2.6.1

23 Jan 16:38
bf106f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1