Skip to content

Releases: InVisionApp/go-master

Extended support for MySQL 5.7

12 Nov 14:42
d5d2848
Compare
Choose a tag to compare

MySQL 5.7 has changed how the TIMESTAMP column works. They now require a default value to be set, or they must be explicitly set to a NULLable.

This release sets the masterlock table to have the created_at and last_updated TIMESTAMP columns to be NULLable, thus extending support for MySQL 5.7.

v0.1.1

21 May 18:57
a8c7fb5
Compare
Choose a tag to compare

Making error logging and notifications consistent

pre-modules

20 May 22:08
3d827b6
Compare
Choose a tag to compare

point in commit history before go module conversion