Releases: steve-community/steve
Releases · steve-community/steve
steve-3.4.7
What's new:
- important: another update of log4j2 to fix vulnerability (#708). it turns out that the previous log4j2 fix was incomplete. therefore, we are updating it again.
we urge all users to update to this version due to the vulnerability discovered in old log4j2 versions.
steve-3.4.6
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