Releases: kislayverma/Rulette
Releases · kislayverma/Rulette
v1.3.4
1.3.2
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
- 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
- Moved from c3p0 to Hikari CP for connection pooling in the default MySQL provider
1.2.9
##Bug Fixes
- Release DB connection after we are done using them
- Use timestamp only till milliseconds
Release version 1.2.8
New
- Upper and lower bounds of range inputs are not stored in separate columns (Issue#8).
- Support for unbounded range in range inputs (Issue#26).
Bug Fixes
- Fixed incorrect handling in determination of best fitting rule for range inputs (Issue#25)
- null sent for evaluation to a range input throws NPE (Issue#27)
Version 1.2.7
Features
- Ability to wire in multiple data source via the IDataProvoder interface.
- Default implementation for MySql has been added as a new component.
Bug fixes
- Rule input id should be a String.
- Rule output id should be String.