It is my pleasure to announce the release of vlasky:mysql 1.3.0, which implements support for reactive MySQL queries in Meteor 3.0! It remains backward compatible with previous Meteor versions.
This release warranted a minor version increment due to small breaking change - existing Meteor apps must be updated to include the following import statement at the top of each source file that references LiveMysql and/or LiveMysqlKeySelector:
import { LiveMysql, LiveMysqlKeySelector } from 'meteor/vlasky:mysql';
Enjoy.