Skip to content

Releases: steve-community/steve

steve-2.0.1

07 Oct 13:36
Compare
Choose a tag to compare
fix: HikariCP configuration

when both jdbcUrl and dataSourceClassName are set, dataSourceClassName has the higher priority during setup and
it requires setting all the necessary related properties. HikariCP will not validate config (newly fixed, see [1])
and silently initialize an 'empty' data source which fails during runtime. this fix drops the usage of jdbcUrl,
and properly and fully sets the data source properties.

[1] https://github.com/brettwooldridge/HikariCP/issues/401

steve-2.0.0

07 Oct 09:46
Compare
Choose a tag to compare

What's new?

  • Download transactions as CSV in streaming mode
  • Can add an additional "note" to users and charge points
  • Break away from the hardcoded "stevedb" schema/db name (Configure in main.properties file)
  • Break away from the requirement that the MySQL user should be "root"

To upgrade existing deployments, please see the FAQ

steve-1.3.0

25 Sep 13:44
Compare
Choose a tag to compare

switched to java 8

steve-1.2.0

03 Sep 16:00
Compare
Choose a tag to compare

filtering criteria for users table and other fixes

steve-1.1.1

01 Sep 12:16
Compare
Choose a tag to compare

add various filtering criteria for transactions and reservations tables

steve-1.0.11

11 Aug 14:21
Compare
Choose a tag to compare

always accept a start transaction regardless of idTag status

steve-1.0.10

19 Jul 18:09
Compare
Choose a tag to compare

dependency version updates and small fixes

steve-1.0.7

15 Jun 09:45
Compare
Choose a tag to compare
Fixes #5

steve-1.0.6

11 May 08:14
Compare
Choose a tag to compare
version bump to prepare for release

steve-1.0.5

30 Apr 11:21
Compare
Choose a tag to compare

Bug fixes related to WebSocket/JSON implementation and support for multiple strategies to choose a WebSocket session