Releases: steve-community/steve
Releases · steve-community/steve
steve-3.4.5
What's new:
- migrate from deprecated
SslContextFactory()
toSslContextFactory.Server()
(#592) - improve charging profiles web ui (#580)
- make Data field in DataTransferForm a textarea (#569)
- allow colon to be used in idtags (#475)
- add checkbox for empty list with SendLocalList (issue #488)
- input field for custom GetConfiguration parameter(s) (#363)
- partial migration from
javax.*
namespace tojakarta.*
- update dependencies
steve-3.4.4
What's new:
- update dependencies
- Fix paths with dots in them (e.g. with chargebox id and id tag) (#300)
- add the configuration key SupportedFileTransferProtocols for OCPP 1.6 (#337)
- order ocpp configuration keys alphabetically (#344)
- add start/end transaction details to notification mails (#467)
edit: this release was done without the version bump in pom.xml which i fixed later in commit a24cd40. afterwards, i re-released the same version based on this commit.
steve-3.4.3
What's new:
- update dependencies
- use ocpp-jaxb from jitpack (issue #242)
steve-3.4.2
steve-3.4.1
steve-3.4.0
What's new:
- docker support (#142)
- allow property value to be a sys env var in main.properties (part of #206)
- upgrade data type of db column "connector_meter_value.value" to TEXT (#212)
- make registration status of BootNotification configurable (#202)
- improve conformity to spec about AuthorizationStatus ConcurrentTx (#219)
- bug fixes: #215
- update dependencies
steve-3.3.2
What's new:
- fix in jackson-databind for CVE-2019-14439 and CVE-2019-14379
steve-3.3.1
steve-3.3.0
What's new:
- check mysql and java time zone equality during startup
- add the possibility to terminate active transactions
- allow multiple/concurrent transactions
- stop making fat-jars
- fix the SSL certificate issue with the mysql jdbc driver
- permit empty values for configuration keys
- UI: improve GetConfigurationResponse web page presentation
- UI: disable datetime picker range restriction
- other bug fixes
steve-3.2.0
What's new:
- implement OCPP 1.6S and OCPP 1.6J Smart Charging profile