Changelog
[2.2.4] - [unreleased]
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- None
[2.2.3] - 2023-06-02
[Features]
- Remove mac os from CI/CD ###[Bugfixes]
- None ###[Improvements]
- None
[2.2.2] - 2022-09-24
[Features]
- Added response timeout to Express Server. ###[Bugfixes]
- None ###[Improvements]
- Updated net-service.
[2.2.1] - 2020-10-12
[Features]
- None ###[Bugfixes]
- Fixed double XML encoding on input parameter body when already escaped. ###[Improvements]
- Using Node 14.
- Added license information
[2.2.0] - 2020-07-01
[Features]
- None ###[Bugfixes]
- Fixed double XML encoding on input parameter body when already escaped. ###[Improvements]
- Using Node 14.
[2.1.22] - 2020-03-03
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- Migration to eslint
[2.1.21] - 2020-02-18
[Features]
- Added configuration wizard. ###[Bugfixes]
- None ###[Improvements]
- Added SSL certification validation
[2.1.20] - 2020-01-17
[Features]
- None ###[Bugfixes]
- Fixed code smells, code duplications and TSLint issues , net-service updated ###[Improvements]
- None
[2.1.19] - 2019-12-12
[Features]
- None ###[Bugfixes] Fixed releasing license after logout ###[Improvements]
- None
[2.1.17] - 2019-12-11
[Features]
- None ###[Bugfixes]
- Changelog links are now responsive ###[Improvements]
- Removed requirement of GSD-Slot-Writer native library for Linux and MacOS. This fixes the "/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found" error on some linux distros.
[2.1.16] - 2019-11-27
[Features]
- None ###[Bugfixes]
- Ampersand ("&") character wasn't properly escaped in the SXP execute macro input (net-service 3.1.14). ###[Improvements]
- None
[2.1.15] - 2019-11-26
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- Sending application's client's name to GSD Stats.
- Added client's name field to config
[2.1.14] - 2019-09-27
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- Sending application's RAM usage to GSD Stats.
- Sending application's version to GSD Stats.
[2.1.13] - 2019-09-16
[Features]
- None ###[Bugfixes]
- Handle log message when SXP is down. ###[Improvements]
- None
[2.1.12] - 2019-08-22
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- We now use our own server for delivering .xsd files in WSDL.
[2.1.11] - 2019-08-20
[Features]
- None ###[Bugfixes]
- None ###[Improvements]
- GET /_CheckSession/{sessionid} allows to check current session's state.
- POST /_CheckSession/{sessionid} same as GET but also refreshes session's last activity.