-
Notifications
You must be signed in to change notification settings - Fork 0
/
RELEASE_NOTES
71 lines (52 loc) · 1.53 KB
/
RELEASE_NOTES
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.3.19
- Update scalalogging
0.3.18
- Make Regex and Like in Postgres case-insensitive
0.3.17
- Fix the Regex support in Postgres
0.3.16
- Support Scala 2.11
0.3.15
- Fix Postgres Double support (#41)
0.3.14
- Fix H2 "Create" mode issue (#40)
0.3.13
- Fix updating of entities with no fields of primitive types (#39)
- Introduce connection timeout setting (#37)
0.3.12
- Switch to ScalaLogging logger (#36)
0.3.11
- Fix nullable option mapping detection of being a part of a key (#32)
0.3.10
- Hot reload support (#29)
- Recursive entities validation on initialization (#13, #30)
0.3.9
- `mixoutPersisted`
- Initialization error reporting fix
- Fix multithreading (#26)
- 2.10.3 Scala dependency
0.3.8
- Move to "org.sorm-framework" Maven group
- 2.10.1 Scala dependency
0.3.7
- Fix Play Framework compatibility (#10)
0.3.6
- Fix BigDecimal support (#12)
- Fix Guava dependency (#11)
0.3.5
- 2.10.0 Scala dependency
- Pool unsynchronized internal map read fix (https://github.com/nikita-volkov/sorm/issues/8)
0.3.4
- now() timezone fix
0.3.3
- Change PostgreSQL ids from 32-bit to 64-bit (as with other DBs)
- 2.10.0-RC3 Scala dependency
0.3.2
- Fix for order clauses error of PostgreSQL, HSQLDB and H2
0.3.1
- Selecting objects using plain SQL feature (https://github.com/nikita-volkov/sorm/issues/1)
- HSQLDB creating tables with boolean type fix
- PostgreSQL and HSQLDB creating tables with indexes error fix
- Support for creating indexes on H2
0.3.0
First public release