Releases: heetch/sqalx
Releases · heetch/sqalx
Use non predictable uuid library
v1.3.0
v1.2.0
- Dependencies update
- MySQL compatibility
Please note that starting from this release this repository is in maintenance only, no new features will be worked on.
v1.1.0
This release introduces a potentially breaking change with the addition of the BeginTxx
func on the Node
interface, to allow for providing a context when opening a transaction (see #20)
Since sqlx already implements this function the change should be transparent for every user of the library (unless you use generated mocks which you may need to refresh), so we are not bumping the major version number.
add missing methods to Driver interface
The Driver interface now contains all methods in common between *Tx
and *Db
.
Also update dependencies.
We tag this release as v1.0.0 as we don't plan to break backward compatibility.