Skip to content

Releases: steve-community/steve

steve-3.4.5

23 May 14:59
Compare
Choose a tag to compare

What's new:

  • migrate from deprecated SslContextFactory() to SslContextFactory.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 to jakarta.*
  • update dependencies

steve-3.4.4

29 Dec 22:39
Compare
Choose a tag to compare

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

21 Apr 10:38
6421edc
Compare
Choose a tag to compare

What's new:

  • update dependencies
  • use ocpp-jaxb from jitpack (issue #242)

steve-3.4.2

27 Jan 12:16
Compare
Choose a tag to compare

What's new:

  • relax selectable registration status list if protocol is null (830903e)
  • add registration status field to single add view (#248)
  • improve zombie transaction stop value selection logic/impl (44f971a)
  • update dependencies

steve-3.4.1

15 Nov 11:34
Compare
Choose a tag to compare

What's new:

  • bug fix: NullPointerException in PropertiesFileLoader (#236,#238)
  • update dependencies

steve-3.4.0

25 Oct 18:14
Compare
Choose a tag to compare

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

02 Aug 11:06
Compare
Choose a tag to compare

What's new:

steve-3.3.1

26 Jul 12:27
Compare
Choose a tag to compare

What's new:

  • bugfix: steve becomes unresponsive after a while (#143, #160)

steve-3.3.0

21 Jun 15:03
Compare
Choose a tag to compare

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

20 Nov 10:59
Compare
Choose a tag to compare

What's new:

  • implement OCPP 1.6S and OCPP 1.6J Smart Charging profile