v0.1.7
This includes major improvements to protection controls against tampering [#26]:
- NEW: Replaces the system to detect tampering attempts in commands to use a more sophisticated approach. Before, it was based on a simple regexp. It will now use the
parser
gem. - NEW: Protection mechanisms against using database drivers directly to tamper audit trails.
- CHANGED: Major revamp of internals to accommodate new features and make future changes easier.