Releases: linxGnu/mssqlx
Releases · linxGnu/mssqlx
v1.1.8
- Tiny tune: struct layout optimization (#15)
v1.1.7
- Prevent logging full dsn to std err (#14)
- Update dependencies
v1.1.4
- Code refactoring (#13)
- Cleaner
- More underlying error catching
v1.1.3
Breaking Changes
QueryRow*
now follows go standard interface which always returns *Row
regardless of no-alive node (#12)
v1.1.2
- Fix DB.Get target (#7)
- Support custom db instantiate (#9)
- Update dependencies (#10)
v1.1.1
- Update default read source (#5)
- Previous: slaves only (ReadQuerySourceSlaves)
- Now: all masters-slaves (ReadQuerySourceAll)
v1.1.0
- Using Github workflow
- Adapt mysql driver errors
- Update tests
v1.0.8
- Add an option to distribute reads among all nodes (#3). Big thanks to @o1egl