-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-notes.txt
38 lines (32 loc) · 964 Bytes
/
release-notes.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
v0.1.0 @wplaat
- Initial version based on PHP code
- Based on mysql database
v0.2.0 @wplaat
- Added score API
- Make it work with RedSquare, KnightQuest
- Make it work with PlaatEnergy, PlaatProtect
v0.3.0 @wplaat
- Final php version
v0.4.0 @wplaat
- Rewritten in Java
- Added support for postgres database
- Added unit tests
- Source code is now stored in GitHub
v0.5.0 @wplaat
- Improve data model (sequence are now unique per table)
- Switch of json library. Make code better readable
- Add missing products
- Upgrade Log4j to 2.17.0
- Upgrade H2 to 2.0.202
- Upgrade junit to 4.13.1
- Upgrade httpclient to 4.5.13
v0.5.1 @wplaat
- Upgrade POMs to latest version
- Rename tables names else H2 does not like it
v0.5.2 @wplaat (04-01-2022)
- Added product PlaatDomotica 0.7.0
- Restructure GIT REPO. Now it contains the only java version
- Enable Log to console
- Move to Java 11
- Added start / stop batch script
- Switch database engine from MariaDB to H2