tedious

Node TDS module for connecting to SQL Server databases.

MIT License

Downloads
7.7M
Stars
1.6K
Committers
96

Bot releases are visible (Hide)

tedious - v5.0.3

Published by arthurschreiber over 5 years ago

5.0.3 (2019-02-03)

Bug Fixes

  • when cancelling a bulk load, emit an error event on the row stream (491315e)
tedious - v5.0.2

Published by arthurschreiber over 5 years ago

5.0.2 (2019-02-01)

Bug Fixes

  • clear the ntlm packet after sending an ntlm response (18ea5fa)
tedious - v5.0.1

Published by arthurschreiber almost 6 years ago

5.0.1 (2019-01-17)

Bug Fixes

  • transition states before calling request callbacks (3f5f669)
tedious - v5.0.0

Published by arthurschreiber almost 6 years ago

5.0.0 (2019-01-16)

Bug Fixes

  • discard any incoming data for canceled requests (78da7f7)
  • forward socket errors to current request in SENT_ATTENTION state (5ce37e5)
  • re-use cancel functionality for request timeouts (919ab7f)

Features

  • add cancel timer (74682a4)
  • add request level cancellation methods (4cb93f4)
  • allow BulkRequests to be canceled (f78d745)

BREAKING CHANGES

  • Timed out requests will no longer receive any data.
  • Canceled requests will no longer receive any data.
tedious - v4.2.0

Published by arthurschreiber almost 6 years ago

4.2.0 (2019-01-13)

Features

tedious - v4.1.3

Published by arthurschreiber almost 6 years ago

4.1.3 (2019-01-10)

Bug Fixes

  • correct callback of token stream parser transform (09fa151)
tedious - v4.1.2

Published by arthurschreiber almost 6 years ago

4.1.2 (2019-01-08)

Bug Fixes

  • add rerouting event to fedauth login (f395132)
tedious - v4.1.1

Published by arthurschreiber almost 6 years ago

4.1.1 (2018-11-30)

Bug Fixes

  • fix compatibility with Node.js 11.x (072ac93)
tedious - v4.1.0

Published by arthurschreiber almost 6 years ago

4.1.0 (2018-11-21)

Features

  • add azure active directory authentication support (83bf922)
tedious - v4.0.4

Published by arthurschreiber almost 6 years ago

4.0.4 (2018-11-05)

Bug Fixes

  • fix connecting via ntlm authentication (fb1673a)
tedious - v4.0.3

Published by arthurschreiber almost 6 years ago

4.0.3 (2018-11-02)

Bug Fixes

  • stop OpenSSL from inserting empty fragments (7b04e1c)
tedious - v4.0.2

Published by arthurschreiber almost 6 years ago

4.0.2 (2018-10-30)

Bug Fixes

  • fix null handling for 2 other config options (e728aba)
tedious - v4.0.1

Published by arthurschreiber almost 6 years ago

4.0.1 (2018-10-28)

Bug Fixes

  • actually store domain setting when authentication type is ntlm (db0e2e0)
  • also be strict about the config argument (36d6c58)
  • fix handling of config.authentication.type (4eceb48)
tedious - v4.0.0

Published by arthurschreiber almost 6 years ago

4.0.0 (2018-10-26)

Features

  • add a new config.authentication option (6170d19)
  • stricter connection config checks (4e21ae0)

BREAKING CHANGES

  • This drops support for previousl deprecated
    configuration values and types, and makes the checks a lot stricter than
    before.

Many configuration options no longer accept null values and instead
rely on values being present or undefined instead.

In other cases, configuration options that previously e.g. accepted
string values and automatically converted them to numbers now only
accept actual numbers.

Some options explicitly allow null values to be passed in and take
that as a hint to use whatever is configured on the SQL Server instead.

tedious - v3.0.1

Published by arthurschreiber almost 6 years ago

3.0.1 (2018-10-21)

Bug Fixes

  • allow socketError under state LOGGED_IN_SENDING_INITIAL_SQL (488d0a2)
tedious - v3.0.0

Published by arthurschreiber about 6 years ago

3.0.0 (2018-09-24)

chore

  • drop support for Node.js v4.x (bc6f6c9)

  • Merge pull request #739 from tediousjs/arthur/drop-v4-support (8a32828), closes #739

BREAKING CHANGES

  • Drop support for Node.js v4.x
  • From this point onward, tedious can no longer be used
    with Node.js v4.x. Please upgrade to a newer Node.js version or use an
    older version of tedious.
tedious - v2.7.1

Published by arthurschreiber about 6 years ago

2.7.1 (2018-09-24)

Bug Fixes

  • socket end events outside the FINAL state are errors (8a8f661)
tedious - v2.7.0

Published by arthurschreiber about 6 years ago

2.7.0 (2018-07-31)

Features

  • add Request.setTimeout() and BulkLoad.setTimeout() (85d3e20)
tedious - v2.6.4

Published by arthurschreiber about 6 years ago

2.6.4 (2018-07-20)

Bug Fixes

  • silence depraction warning for tls.createSecurePair (3240034)
tedious - v2.6.3

Published by arthurschreiber over 6 years ago

2.6.3 (2018-07-11)

Bug Fixes

  • improve handling of TLS errors (bdfff8f)