-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGES.txt
44 lines (28 loc) · 972 Bytes
/
CHANGES.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
40
41
42
43
44
Changelog
=========
Version 0.3.4
-------------
- Update version of dependency: com.mchange/c3p0 0.9.5.4
Version 0.3.3
-------------
- Accept string db-uri as parameter and don't crash if there are no query parameters
- Update version of dependency: com.mchange/c3p0 0.9.5.2
- Update version of dev dependency: clojure.jdbc 0.4.0
- Update version of dev dependency: com.h2database/h2 1.4.196
Version 0.3.2
-------------
- Remove explicit dependency to clojure.jdbc
Version 0.3.1
-------------
- Move tests from clojure.jdbc to this package.
- Add explicit clojure.jdbc version dependency.
- Datasource is now a record that implements java.io.Closeable
- Changed parameter `:max-wait-millis` to `:max-wait`
- Normalize all parameters related to time, to miliseconds as unit.
Version 0.3.0
-------------
- Rewrite the datasource build process.
- Unify parameters with others clojure.jdbc pools extensions.
Version 0.2.0
-------------
Initial usable version.