Releases: nedap/mysql-binuuid-rails
Releases · nedap/mysql-binuuid-rails
Version 1.3.0
Version 1.2.1
Version 1.2.0
Changelog
- Set minimum Ruby version from 2.3 to 2.4 (2.3 is EOL and no longer maintained)
- Fixed an issue where a UUID would be unpacked again while it's a perfectly fine UUID already. Thanks @sirwolfgang
Version 1.1.1
Changelog
- Fixes possible SQL injection for ActiveRecord columns typed with MySQLBinUUID::Type. Thank you @ejoubaud, @geoffevason and @viraptor.
Version 1.1.0
Changelog
- Set minimum Ruby version from 2.2 to 2.3
- Set default Ruby version to 2.5.1
- Updated README shipped with the gem
Version 1.0.0
The first release of mysql-binuuid-rails
! This gem allows you to store UUIDs in binary database columns with MySQL. It saves storage, and increases performance.
Please refer to the project's README file on how to install and use this gem.
If you have any questions or are experience issues feel free to create an issue on GitHub.