What's Changed
* langchain[patch]: Release 0.1.22 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4524
* community[patch]: Remove quotes around PostgresRecordManager table create statement by alan-bentley-dsg in https://github.com/langchain-ai/langchainjs/pull/4480
* core[minor]: withStructuredOutput & move openai tool output parsers to core by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4525
* core[patch]: Release 0.1.35 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4530
* core[patch],langchain[patch]: Fix runnable lambda and agent nested tracing by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4531
* langchain[patch]: Fix/skip tests by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4532
* core[patch]: Release 0.1.36 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4534
* community[patch]: Bump community deps by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4535
* community[patch]: Release 0.0.33 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4536
* langchain[patch]: Bump deps by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4537
* langchain[patch]: Release 0.1.23 by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4538
* core[minor]: Update withStructuredOutput return base typing by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4545
* core[minor]: Add JSON functions output parser to core by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4546
* core[patch]: Release 0.1.37 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4547
* core[minor]: Move json functions parser entrypoint to `openai_functions` by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4548
* core[patch]: Release 0.1.38 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4549
* core[patch]: Add entrypoint for oai functions parser by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4550
* core[patch]: Release 0.1.39 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4551
* nomic[patch]: Remove unused deps from nomic package by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4552
* nomic[patch]: Release 0.0.3 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4554
* openai[minor]: adds withStructuredOutput to chat oai by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4529
* openai[patch]: Release 0.0.15 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4556
* core[patch]: Use ensureConfig on retrievers and router runnables by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4553
* mistral[minor]: Add support for tool calling, add withStructuredOutput by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4522
* mistralai[patch]: Release 0.0.8 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4558
* community[patch]: Neo4j will no longer return undefined by adam-cowley in https://github.com/langchain-ai/langchainjs/pull/4539
* community[patch]: Update PrismaVectorStore Similiarity Search to pass filters consistently by Speuce in https://github.com/langchain-ai/langchainjs/pull/4523
* community[patch]: allow automatic metadata and pks on vector store by nicoloboschi in https://github.com/langchain-ai/langchainjs/pull/4516
* mistral[patch]: import mistral via class method by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4561
* mistralai[patch]: Release 0.0.9 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4562
* docs[patch]: Add CORS note to LangServe by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4564
* groq[patch]: Set dangerouslyAllowBrowser = true in ChatGroq by gradenr in https://github.com/langchain-ai/langchainjs/pull/4571
* groq[patch]: Add streaming class prop by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4573
* groq[patch]: Release 0.0.2 by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4574
* docs[patch]: Update more dropdown & add chatjs langchain link by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4572
* ci[minor]: Add issue & discussion templates by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4577
* ci[minor]: Only run CI when it makes sense! by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4443
* docs[patch]: Add Neo4j to tutorials, update chat model functionality table by jacoblee93 in https://github.com/langchain-ai/langchainjs/pull/4578
* langchain[minor],docs[minor]: Add `MatryoshkaRetriever` by bracesproul in https://github.com/langchain-ai/langchainjs/pull/4458
New Contributors
* alan-bentley-dsg made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4480
* Speuce made their first contribution in https://github.com/langchain-ai/langchainjs/pull/4523
**Full Changelog**: https://github.com/langchain-ai/langchainjs/compare/0.1.22...0.1.24