forked from patriksimek/connect-mssql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
39 lines (31 loc) · 964 Bytes
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
v1.5.0 (2016-02-21)
-------------------
[new] Added ttl and autoRemove options (linusbrolin)
[new] Added support for specifying database schema (JohnMBarry)
[fix] Session store no longer throws error in connecting phase
[fix] Closed connections are automatically replaced with new ones
v1.4.0 (2016-02-04)
-------------------
[new] Updated to latest mssql 3.0
v1.3.2 (2015-06-10)
-------------------
[new] Automated integration tests.
[fix] Default timeout corrected (Amir Saboury)
v1.3.1 (2015-05-27)
-------------------
[fix] Passing optional options to store's contructor (Amir Saboury)
v1.3.0 (2015-05-15)
-------------------
[new] Touch implementation
v1.2.0 (2015-05-03)
-------------------
[new] Added support for SQL Server 2000 and 2005
v1.1.0 (2015-02-19)
-------------------
[new] Updated to latest mssql 2.0
v1.0.1 (2014-10-29)
-------------------
[fix] Fix PK violation on session set.
v1.0.0 (2014-10-08)
-------------------
Initial release.