Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 653 Bytes

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 653 Bytes

ChangeLog

0.2

0.2.1

  • Fix binlogstream await. (#12)
  • Remove loop argument. (#15)

0.2.0

  • Fix cursor.close.

0.1

0.1.9

  • Force int pool_recycle.
  • Fix echo option.
  • Fix bug replication and now don't need to connect manual.

0.1.8

  • Fix pool recycle. (#4)
  • Fix async fetchone, fetchall, and fetchmany. (#7)

0.1.7

  • Fix negative pk. (#2)

0.1.6

  • Bug fix.

0.1.5

  • Remove byte2int and int2byte.
  • Fix warning for sql_mode.

0.1.4

  • Add replication support.

0.1.3

  • Fix pool.

0.1.2

  • Fix build error.

0.1.1

  • Fix build error.

0.1.0

  • Release first version.