Skip to content

Commit e0687d6

Browse files
chore(main): release 0.1.0
1 parent f27771a commit e0687d6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-02-19)
4+
5+
6+
### Features
7+
8+
* Add CloudSQL Postgresql chatmessagehistory with Integration Tests ([#23](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/23)) ([3ab9d4e](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/3ab9d4eeeb7fd99c4693ee697fb31a2ad9343872))
9+
* Add from methods ([#18](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/18)) ([b5bfd4a](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/b5bfd4a0cd517267ce4a64f68e47e152b759c111))
10+
* Add indexing methods ([#21](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/21)) ([8eae440](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/8eae4406e41f234ef3c6a24621926c3f5c4555cb))
11+
* Add PostgreSQLEngine ([#13](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/13)) ([b181f65](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/b181f658c2e769c74aefc6a53f587ca4a75682db))
12+
* Add search methods ([#20](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/20)) ([89a9a13](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/89a9a135855d0c132c16b82fa42393781c326f22))
13+
* Add user and password auth ([#24](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/24)) ([87099dd](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/87099ddf06f8e82b040a6636f49ba176db36f82c))
14+
* Add user_agent to client ([#35](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/35)) ([f27771a](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/f27771abe5de4868477152ad339dd14c101259e8))
15+
* Add Vector Store ([#14](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/14)) ([f3e1127](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/f3e11276a69bf239d852e494eede37ed86b1b361))
16+
* Initialize repo ([679bd5b](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/679bd5b8d0b9f2649c3d9d18cbaa96f24f5e001d))
17+
18+
19+
### Bug Fixes
20+
21+
* Update insert statement ([#29](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/29)) ([8583538](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/8583538231c54c5e203e6a78d43a061f290fef98))
22+
23+
24+
### Documentation
25+
26+
* Update README ([#10](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/10)) ([7334226](https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/7334226d79a1da88d64aa724463ff96dc2e6bfe7))
27+
28+
## Changelog

src/langchain_google_cloud_sql_pg/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.1"
16+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)