v1.0.0
Breaking Changes
This module is now ESM-only ("type": "module"
) - the @planetscale/database
module is itself ESM-only, so we are unable to publish a working dual ESM/CJS module.
This change will likely not affect you, as your bundler was already using the ESM exports from this module, but in the case that you do need to use it in a CJS environment, see this gist.
Full Changelog: v0.2.1...v1.0.0