|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## Added |
4 | | -### V1.0-SNAPSHOT |
5 | | -+ Initial release with HMAC256 and RSA256 signing utility |
6 | | -### V1.0.1-SNAPSHOT |
7 | | -+ Enhancement for Issue #1 - ApiList sorting is not based on key first then value |
8 | | -### V1.1.0-SNAPSHOT |
9 | | -+ Minor refactoring |
10 | | -+ Update interface name so as be intuitive |
11 | | -+ Update corresponding test cases |
12 | | -+ Include Issue/PR templates |
13 | | -+ Include Contribution template |
14 | | -### V1.1.1-SNAPSHOT |
15 | | -+ Minor refactoring |
16 | | -+ Update documentation |
17 | | -+ Update templates |
18 | | -### V1.1.2-SNAPSHOT |
19 | | -+ Minor refactoring |
20 | | -+ Update documentation |
21 | | -### V1.2.0-SNAPSHOT |
22 | | -+ Bug fixes for null value checking |
23 | | -+ Update basestring method to suppport use-case where value of queryparam or form value is empty |
24 | | -+ Update nonce method to generate base64 encoded string value of 32 bytes characters |
25 | | -### V1.3.0-SNAPSHOT |
26 | | -+ Update test-suites framework to cover more use-case scenarios |
27 | | -+ Add Utility to read from PKI Key with PEM format |
28 | | -+ Update README documentation |
29 | | -### V1.3.1-SNAPSHOT |
30 | | -+ Update dependency library for jackson-databind to version 2.9.8 |
31 | | -+ Update mvn command to pull centralised unit-test cases from github repository |
| 3 | +### V1.3.3-SNAPSHOT |
| 4 | + |
| 5 | +- Set TravisCI build dist to Trusty |
| 6 | +- Fixed vulnerablity CVE-2019-12814 |
| 7 | + |
32 | 8 | ### V1.3.2-SNAPSHOT |
33 | | -+ Update ApiSigning class to support non-standard http port |
| 9 | + |
| 10 | +- Update ApiSigning class to support non-standard http port |
| 11 | + |
| 12 | +### V1.3.1-SNAPSHOT |
| 13 | + |
| 14 | +- Update dependency library for jackson-databind to version 2.9.8 |
| 15 | +- Update mvn command to pull centralised unit-test cases from github repository |
| 16 | + |
| 17 | +### V1.3.0-SNAPSHOT |
| 18 | + |
| 19 | +- Update test-suites framework to cover more use-case scenarios |
| 20 | +- Add Utility to read from PKI Key with PEM format |
| 21 | +- Update README documentation |
| 22 | + |
| 23 | +### V1.2.0-SNAPSHOT |
| 24 | + |
| 25 | +- Bug fixes for null value checking |
| 26 | +- Update basestring method to suppport use-case where value of queryparam or form value is empty |
| 27 | +- Update nonce method to generate base64 encoded string value of 32 bytes characters |
| 28 | + |
| 29 | +### V1.1.2-SNAPSHOT |
| 30 | + |
| 31 | +- Minor refactoring |
| 32 | +- Update documentation |
| 33 | + |
| 34 | +### V1.1.1-SNAPSHOT |
| 35 | + |
| 36 | +- Minor refactoring |
| 37 | +- Update documentation |
| 38 | +- Update templates |
| 39 | + |
| 40 | +### V1.1.0-SNAPSHOT |
| 41 | + |
| 42 | +- Minor refactoring |
| 43 | +- Update interface name so as be intuitive |
| 44 | +- Update corresponding test cases |
| 45 | +- Include Issue/PR templates |
| 46 | +- Include Contribution template |
| 47 | + |
| 48 | +### V1.0.1-SNAPSHOT |
| 49 | + |
| 50 | +- Enhancement for Issue #1 - ApiList sorting is not based on key first then value |
| 51 | + |
| 52 | +### V1.0-SNAPSHOT |
| 53 | + |
| 54 | +- Initial release with HMAC256 and RSA256 signing utility |
0 commit comments