Skip to content

Releases: nedap/mysql-binuuid-rails

Version 1.3.0

13 Apr 10:03
0b552f3
Compare
Choose a tag to compare
  • Up required Ruby version to 2.6.

Version 1.2.1

02 Jul 14:02
4d9d834
Compare
Choose a tag to compare

Changelog

  • Development: Now that we're running Semaphore, no need for Travis (#31)
  • Reduce dependencies listed in gemspec (#30) (Dependency on Rails removed,
    only need to depend on ActiveRecord)

Version 1.2.0

29 May 14:52
4b87d0f
Compare
Choose a tag to compare

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

19 Oct 09:20
2f89a6a
Compare
Choose a tag to compare

Changelog

Version 1.1.0

24 Apr 09:48
2d0e50d
Compare
Choose a tag to compare

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

26 Jul 11:36
Compare
Choose a tag to compare

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.