Skip to content

Releases: googleapis/langchain-google-cloud-sql-pg-python

v0.15.0

13 Jan 08:30
3a15f70

Choose a tag to compare

0.15.0 (2026-01-08)

⚠ BREAKING CHANGES

  • Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively (#316)

Features

  • deps: Update langchain-postgres to v0.0.16 (#366) (e773505)
  • Disable support for python 3.9 and enable support for python3.13 (#378) (b97060e)
  • Update Langgraph dependency to v1 (#379) (7a841b3)

Documentation

Miscellaneous Chores

Code Refactoring

  • Refactor PostgresVectorStore and PostgresEngine to depend on PGVectorstore and PGEngine respectively (#316) (7917d62)

v0.14.1

11 Jul 17:58
95a8cda

Choose a tag to compare

0.14.1 (2025-07-11)

Bug Fixes

  • Add support for a metadata column named id (#302) (ceffc44)

v0.14.0

02 May 19:51
9cd623b

Choose a tag to compare

0.14.0 (2025-04-29)

Features

  • Update Postgres VectorStore to expected LangChain functionality (#290) (605c31d)

Bug Fixes

v0.13.0

18 Mar 16:48
af0b61c

Choose a tag to compare

0.13.0 (2025-03-17)

Features

  • langgraph: Add Langgraph Checkpointer (#284) (14a4240)

Bug Fixes

v0.12.1

12 Feb 18:58
106aa36

Choose a tag to compare

0.12.1 (2025-02-12)

Bug Fixes

  • Add write messages to Chat History (#265) (0f69092)
  • Enquote column names to not match reserved keywords. (#267) (ef63226)
  • Query and return only selected metadata columns (#253) (a8cc5a2)

v0.12.0

06 Jan 20:14
1127a71

Choose a tag to compare

0.12.0 (2025-01-06)

Features

  • Add engine_args argument to engine creation functions (#242) (5f2f7b7)

v0.11.1

15 Nov 22:36
d514f2f

Choose a tag to compare

0.11.1 (2024-11-15)

Documentation

v0.11.0

07 Oct 18:02
8ad35b1

Choose a tag to compare

0.11.0 (2024-10-04)

Features

v0.10.0

17 Sep 22:38
e9a8534

Choose a tag to compare

0.10.0 (2024-09-17)

⚠ BREAKING CHANGES

  • support async and sync versions of indexing methods
  • remove _aexecute(), _execute(), _afetch(), and _fetch() methods

Features

  • Add from_engine_args method (de16842)
  • Add support for sync from_engine (de16842)
  • Allow non-uuid data types for vectorstore primary key (#209) (ffaa87f)
  • Refactor to support both async and sync usage (de16842)

Bug Fixes

  • Replacing cosine_similarity and maximal_marginal_relevance local methods with the ones in langchain core. (#190) (7f27092)
  • Support async and sync versions of indexing methods (de16842)
  • Updating the minimum langchain core version to 0.2.36 (#205) (0651231)

Documentation

  • Update sample python notebooks to reflect the support for custom schema. (#204) (7ef9335)

v0.9.0

05 Sep 22:40
c85388b

Choose a tag to compare

0.9.0 (2024-09-05)

Features