You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `MySQLChatMessageHistory` class ([#13](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/13)) ([b107a43](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/b107a430f0f257d2e91d3c47933b395c63ce7d6b))
9
+
* Add document saver class and support save/load/delete user journey ([#16](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/16)) ([49f6018](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/49f6018f92a140340fae9139f22e7c6244c22fac))
10
+
* Add MySQLEngine and Loader load functionality ([#9](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/9)) ([6c8af85](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/6c8af85a2676ca06e41edfdd67cc497eca9b7107))
11
+
* Add user_agent to client ([#25](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/25)) ([b4aa7ec](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/b4aa7eca70831e8724856e9409cf0702b2511dcb))
* Support basic user/password auth with `MySQLEngine` ([#17](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/17)) ([d462a3c](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/d462a3cdfc27d7a4b6810334af69a8e2058146ab))
14
+
* Support saving with customized content column and saving/loading with non-default metadata JSON column. ([#19](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/19)) ([b489a43](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/b489a43aeaa0331aca61261c764aaf80fcae6d9c))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
* Backtick `table_name` to allow all characters for MySQLChatMessageHistory ([#15](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/15)) ([d1ce730](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/d1ce7309eeafff20e29f4bef62a04822a2fd11b8))
20
+
21
+
22
+
### Documentation
23
+
24
+
* Add chat message history docs ([#21](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/issues/21)) ([5aecbd0](https://github.com/googleapis/langchain-google-cloud-sql-mysql-python/commit/5aecbd0af8707f0669048e3a1ac1f388a1290bc7))
0 commit comments