Skip to content

Releases: linxGnu/mssqlx

v1.1.8

12 Nov 01:21
8536df8

Choose a tag to compare

  • Tiny tune: struct layout optimization (#15)

v1.1.7

04 Jul 14:02
87fe307

Choose a tag to compare

  • Prevent logging full dsn to std err (#14)
  • Update dependencies

v1.1.6

17 May 02:13

Choose a tag to compare

  • Update dependencies

v1.1.5

17 Sep 07:45

Choose a tag to compare

  • Update dependencies

v1.1.4

06 Aug 12:11
4aafc01

Choose a tag to compare

  • Code refactoring (#13)
    • Cleaner
    • More underlying error catching

v1.1.3

06 Jul 06:52
28dab12

Choose a tag to compare

Breaking Changes

  • QueryRow* now follows go standard interface which always returns *Row regardless of no-alive node (#12)

v1.1.2

07 Apr 01:07
7295fe3

Choose a tag to compare

  • Fix DB.Get target (#7)
  • Support custom db instantiate (#9)
  • Update dependencies (#10)

v1.1.1

28 Oct 10:48
34fba28

Choose a tag to compare

  • Update default read source (#5)
    • Previous: slaves only (ReadQuerySourceSlaves)
    • Now: all masters-slaves (ReadQuerySourceAll)

v1.1.0

17 Oct 08:57

Choose a tag to compare

  • Using Github workflow
  • Adapt mysql driver errors
  • Update tests

v1.0.8

27 May 13:54
73cc499

Choose a tag to compare

  • Add an option to distribute reads among all nodes (#3). Big thanks to @o1egl