Skip to content

Releases: steve-community/steve

steve-3.1.0

27 Sep 14:57
Compare
Choose a tag to compare

What's new:

  • upgrade from java 8 to 11
  • update dependencies
  • small bug fixes & implementation improvements
  • add web ui buttons to add/forget unknown idtags/chargeboxids (issue #77)
  • add "admin address" to charge point details ((issue #78)
  • allow opt-out for implicit connector status insert after start/stop transaction (issue #79)
  • do not insert duplicate transactions (issue #81)
  • make cxf clients aware of custom ssl store (issue #85)
  • do not set expiry date of id tag, if the "expiration" on settings page is 0
  • add chargeBoxId and status filters on connector status page

steve-3.0.2

20 Apr 13:47
Compare
Choose a tag to compare

What's new:

  • bug fixes
  • update dependency versions
  • new feature: enable opt-in to auto-register unknown charging stations (issue #55)

steve-3.0.1

21 Mar 08:31
Compare
Choose a tag to compare

What's new:

  • small UI fixes/tweaks/improvements

steve-3.0.0

20 Mar 14:00
Compare
Choose a tag to compare

What's new?

  • remember invalid RFID tags of authorize attempts and present in UI
  • remember "not registered" chargebox ids and present in UI
  • set JDBC serverTimezone to UTC
  • implement OCPP 1.6S and OCPP 1.6J Core, Firmware Management, Local Auth List Management, Reservation and Remote Trigger profiles

steve-2.1.0

28 Jul 09:06
Compare
Choose a tag to compare

What's new?

  • make context path configurable in properties file (no more only "/steve")

  • add "transaction details" page which lists intermediate meter values (in the table, click on the transacion id)

  • enable to query/filter charge points by chargebox id

  • add ability to load external properties files. no more just the file in jar bundle, it can be also on your local drive. this should be helpful when upgrading your steve installation, because you don't have to make changes in the downloaded file every time. make the changes once in your external file and keep it, point steve to it when running by setting "main.properties" system property. for example:

    # java -Dmain.properties=/home/myname/my_local_prop_file.properties -jar steve-X.X.X.jar 
    
  • fix: ajax calls for connector/transaction/reservation ids

  • fix: ocpp callbacks were not triggered for ws/json

  • update endpoint address of charging station in background thread

  • make data tables sortable by columns

  • fix: notification about ws charging station connect/disconnect

steve-2.0.6

19 Apr 16:29
Compare
Choose a tag to compare

What's new?

  • send notifications when a JSON charging station connects/disconnects
  • fix connector status presentation bug
  • disable ConcurrentTx check in OCPP logic
  • update connector status after transaction start/stop events
  • store reservations with connector id info in database
  • disallow connector id 0 reservation
  • allow to send custom configuration keys for a "change configuration" OCPP operation
  • add feature to check new github releases and show info on about page

steve-2.0.5

26 Feb 19:48
Compare
Choose a tag to compare

What's new?

  • highlight table rows on mouse hover
  • link various data pages and tables together
  • split "street_and_house_number" into "street" and "house_number" in db
  • more convenient user birthday select
  • enable gzip compression
  • make "note" fields in forms multi line text areas
  • after a successful login continue to requested page
  • store/reference countries according to ISO 3166-1
  • add feature to bulk insert of ocpp tags and charge points
  • add link to google maps when lat/long are set for a charge point
  • add mail notification feature upon receiving certain events from charge point

steve-2.0.4

01 Dec 15:50
Compare
Choose a tag to compare

What's new?

  • Migrate database to UTF8
  • Refactor the concept of "user" to "OCPP tag"
  • New "user" management with fields: First & last name, birthday, sex, phone, e-mail, note and address
  • Add additional fields to charge points: Address, description, latitude, longitude and note
  • Provide some information to users when starting the app
  • Store settings in database
  • All database timestamps have fractional seconds with the precision 6
  • Fixed logging of SOAP messages
  • Enable logging of JSON messages
  • Allow execution of additional logic when OCPP operation finishes/fails by registering OcppCallbacks
  • Minor facelift
  • Some other improvements, fixes

This release includes some major database schema changes. Even though the migrations should not break existing installations or cause data loss (tested), the users are advised to make a backup of database before!

steve-2.0.3

05 Nov 10:16
Compare
Choose a tag to compare

What's new?

  • Updated Spring and Jetty versions
  • Actually using pre-compiled JSPs
  • Call OCPP charge points in background threads
  • Lots of implementation improvements, bug fixes

steve-2.0.2

15 Oct 15:41
Compare
Choose a tag to compare

What's new?

  • DB schema update: All string fields have max length of 255 now
  • Better log path retrieval