Skip to content

Releases: sqlectron/sqlectron-db-core

v0.11.0

02 Feb 13:51
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Node 10

Bugfixes

  • Allow filter to be optional to adapter methods (#37)

Dependencies

  • Bump sql-query-identifier to ^2.2.4

v0.10.1

31 Jan 13:49
Compare
Choose a tag to compare

Dependencies

  • Bump ssh2 to ^1.6.0

v0.10.0

01 May 12:29
Compare
Choose a tag to compare

Features

  • Add protocol info to adapters for connection uri support (#33)

v0.9.0

03 Apr 12:09
Compare
Choose a tag to compare

Features

Made public some methods and types https://github.com/sqlectron/sqlectron-db-core/pull/32/files

v0.8.1

27 Mar 03:54
Compare
Choose a tag to compare

This release is identical to 0.8.0, with just fixing the publishing pipeline.

v0.8.0

26 Mar 21:12
Compare
Choose a tag to compare

Features

  • Add support for private keys with new ssh key formats
  • Add support to connect to ssh using the ssh agent

Dependencies

  • Update to sqlite3 from ^5.0.1 to ^5.0.2

v0.7.0

15 Feb 16:12
Compare
Choose a tag to compare

Dependencies

  • Bump sqlite3 from 4.2.0 to 5.0.1
  • Remove unused uuid dependency

v0.6.3

23 Jan 04:13
Compare
Choose a tag to compare

Bug fixes

  • fix typing of encrypt and appName mssql settings (#7)

v0.6.2

01 Jan 04:21
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release
  • Fix regression with connecting to different SQL Server instances in same session

v0.6.1

26 Dec 00:20
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Bug Fixes

  • Fix portfinder not being marked as dependency