Skip to content

Releases: kislayverma/Rulette

v1.3.4

15 May 20:58
Compare
Choose a tag to compare
Next release

1.3.2

25 Apr 19:32
Compare
Choose a tag to compare

New

  • Upgraded to version 8.0.14 of mysql-connector

Bug Fixes

  • Queries for delete and add rule fixed to handle range inputs
  • Raw value of null range inputs is returned as "" and not "-"

1.3.1

19 Apr 14:46
Compare
Choose a tag to compare
  • Ability to instantiate data sources using java.util.pRoperties instead of always having to pass in a file
  • Accessor for rule system meta data

1.3.0

09 Jan 04:00
Compare
Choose a tag to compare
  • Moved from c3p0 to Hikari CP for connection pooling in the default MySQL provider

1.2.9

26 Dec 04:41
Compare
Choose a tag to compare

##Bug Fixes

  1. Release DB connection after we are done using them
  2. Use timestamp only till milliseconds

Release version 1.2.8

22 Feb 18:46
Compare
Choose a tag to compare

New

  1. Upper and lower bounds of range inputs are not stored in separate columns (Issue#8).
  2. Support for unbounded range in range inputs (Issue#26).

Bug Fixes

  1. Fixed incorrect handling in determination of best fitting rule for range inputs (Issue#25)
  2. null sent for evaluation to a range input throws NPE (Issue#27)

Version 1.2.7

09 Oct 10:42
Compare
Choose a tag to compare

Features

  1. Ability to wire in multiple data source via the IDataProvoder interface.
  2. Default implementation for MySql has been added as a new component.

Bug fixes

  1. Rule input id should be a String.
  2. Rule output id should be String.