Skip to content

v0.1.0

Compare
Choose a tag to compare
@release-please release-please released this 26 Feb 16:37
c964afb

0.1.0 (2024-02-22)

Features

  • Add MySQLChatMessageHistory class (#13) (b107a43)
  • Add document saver class and support save/load/delete user journey (#16) (49f6018)
  • Add MySQLEngine and Loader load functionality (#9) (6c8af85)
  • Add user_agent to client (#25) (b4aa7ec)
  • Initialize repo (abbd351)
  • Support basic user/password auth with MySQLEngine (#17) (d462a3c)
  • Support saving with customized content column and saving/loading with non-default metadata JSON column. (#19) (b489a43)

Bug Fixes

  • Backtick table_name to allow all characters for MySQLChatMessageHistory (#15) (d1ce730)

Documentation