-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
55 lines (38 loc) · 1.01 KB
/
Changelog
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
# Changelog
20200730: First release
Summary:
First release.
Versions:
- Core: 0.1.0
- Python: 0.1.0
- NodeJS: 0.1.3
- Java: 0.1.0
20200908: Hotfix
Summary:
Fixed a bug in the Base64 encoding of the Python and NodeJS wrappers.
Added basic CICD workflow to the master and develop branches. Will be improved
in the next release.
Versions:
- Core: 0.1.1
- Python: 0.1.1
- NodeJS: 0.1.3
- Java: 0.1.0
20200112:
Summary: Added PS16 and KLAP20 schemes, as well as many important
improvements and bugfixes.
Versions:
- Core: 1.0.0
- Python: 1.0.0
- NodeJS: 1.0.0
- Java: 1.0.0
20210531: DL21 and bugfixing
Summary:
Added DL21 and DL21SEQ schemes (only in Core).
There was a bug in PS16 GML management, making export an import unsuccessful.
Since the bug was in the Core library, it affects all wrappers too. It has
been fixed, and a new unit test has been added that detects it.
Versions:
- Core: 1.1.0
- Python: 1.1.0
- NodeJS: 1.1.0
- Java: 1.1.0