Skip to content

Commit a23ef82

Browse files
Release versions 1.12.2 and 1.12.2-beta22
1 parent 07eeea4 commit a23ef82

107 files changed

Lines changed: 371 additions & 373 deletions

File tree

  • code-execution-engines
    • langchain4j-code-execution-engine-azure-acads
    • langchain4j-code-execution-engine-graalvm-polyglot
    • langchain4j-code-execution-engine-judge0
  • document-loaders
    • langchain4j-document-loader-amazon-s3
    • langchain4j-document-loader-azure-storage-blob
    • langchain4j-document-loader-github
    • langchain4j-document-loader-google-cloud-storage
    • langchain4j-document-loader-playwright
    • langchain4j-document-loader-selenium
    • langchain4j-document-loader-tencent-cos
  • document-parsers
    • langchain4j-document-parser-apache-pdfbox
    • langchain4j-document-parser-apache-poi
    • langchain4j-document-parser-apache-tika
    • langchain4j-document-parser-markdown
    • langchain4j-document-parser-yaml
  • document-transformers/langchain4j-document-transformer-jsoup
  • embedding-store-filter-parsers/langchain4j-embedding-store-filter-parser-sql
  • embeddings
    • langchain4j-embeddings-all-minilm-l6-v2-q
    • langchain4j-embeddings-all-minilm-l6-v2
    • langchain4j-embeddings-bge-small-en-q
    • langchain4j-embeddings-bge-small-en-v15-q
    • langchain4j-embeddings-bge-small-en-v15
    • langchain4j-embeddings-bge-small-en
    • langchain4j-embeddings-bge-small-zh-v15-q
    • langchain4j-embeddings-bge-small-zh-v15
    • langchain4j-embeddings-e5-small-v2-q
    • langchain4j-embeddings-e5-small-v2
    • langchain4j-embeddings
  • experimental
    • langchain4j-experimental-skills-shell
    • langchain4j-experimental-sql
  • http-clients
    • langchain4j-http-client-apache
    • langchain4j-http-client-jdk
  • integration-tests
    • integration-tests-class-instance-loader
      • integration-tests-class-instance-loader-quarkus
      • integration-tests-class-instance-loader-spring
    • integration-tests-class-metadata-provider
    • integration-tests-guardrails
  • internal/langchain4j-docu-chatbot-updater
  • langchain4j-agentic-a2a
  • langchain4j-agentic-mcp
  • langchain4j-agentic-patterns
  • langchain4j-agentic
  • langchain4j-anthropic
  • langchain4j-azure-cosmos-mongo-vcore
  • langchain4j-azure-cosmos-nosql
  • langchain4j-azure-open-ai
  • langchain4j-bedrock
  • langchain4j-bom
  • langchain4j-cassandra
  • langchain4j-chroma
  • langchain4j-coherence
  • langchain4j-cohere
  • langchain4j-core
  • langchain4j-couchbase
  • langchain4j-easy-rag
  • langchain4j-elasticsearch
  • langchain4j-github-models
  • langchain4j-google-ai-gemini
  • langchain4j-gpu-llama3
  • langchain4j-guardrails
  • langchain4j-hibernate
  • langchain4j-http-client
  • langchain4j-hugging-face
  • langchain4j-infinispan
  • langchain4j-jina
  • langchain4j-jlama
  • langchain4j-kotlin
  • langchain4j-local-ai
  • langchain4j-mariadb
  • langchain4j-mcp-docker
  • langchain4j-mcp
  • langchain4j-micrometer-metrics
  • langchain4j-milvus
  • langchain4j-mistral-ai
  • langchain4j-mongodb-atlas
  • langchain4j-nomic
  • langchain4j-observation
  • langchain4j-ollama
  • langchain4j-onnx-scoring
  • langchain4j-open-ai-official
  • langchain4j-open-ai
  • langchain4j-opensearch
  • langchain4j-oracle
  • langchain4j-ovh-ai
  • langchain4j-parent
  • langchain4j-pgvector
  • langchain4j-pinecone
  • langchain4j-qdrant
  • langchain4j-skills
  • langchain4j-tablestore
  • langchain4j-test
  • langchain4j-vertex-ai-anthropic
  • langchain4j-vertex-ai-gemini
  • langchain4j-vertex-ai
  • langchain4j-vespa
  • langchain4j-voyage-ai
  • langchain4j-watsonx
  • langchain4j-weaviate
  • langchain4j-workers-ai
  • langchain4j
  • web-search-engines
    • langchain4j-web-search-engine-google-custom
    • langchain4j-web-search-engine-searchapi
    • langchain4j-web-search-engine-tavily

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

code-execution-engines/langchain4j-code-execution-engine-azure-acads/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>langchain4j-code-execution-engine-azure-acads</artifactId>
13-
<version>1.13.0-beta22-SNAPSHOT</version>
13+
<version>1.12.2-beta22</version>
1414
<name>LangChain4j :: Integration :: Azure ACADS</name>
1515
<description>Implementation of a code execution engine using Azure ACA Dynamic Sessions</description>
1616

@@ -46,19 +46,19 @@
4646
<dependency>
4747
<groupId>dev.langchain4j</groupId>
4848
<artifactId>langchain4j-core</artifactId>
49-
<version>1.13.0-SNAPSHOT</version>
49+
<version>1.12.2</version>
5050
</dependency>
5151

5252
<dependency>
5353
<groupId>dev.langchain4j</groupId>
5454
<artifactId>langchain4j-http-client</artifactId>
55-
<version>1.13.0-SNAPSHOT</version>
55+
<version>1.12.2</version>
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>dev.langchain4j</groupId>
6060
<artifactId>langchain4j-http-client-jdk</artifactId>
61-
<version>1.13.0-SNAPSHOT</version>
61+
<version>1.12.2</version>
6262
<scope>runtime</scope>
6363
</dependency>
6464

code-execution-engines/langchain4j-code-execution-engine-graalvm-polyglot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>dev.langchain4j</groupId>
2424
<artifactId>langchain4j-core</artifactId>
25-
<version>1.13.0-SNAPSHOT</version>
25+
<version>1.12.2</version>
2626
</dependency>
2727

2828
<dependency>
@@ -48,14 +48,14 @@
4848
<dependency>
4949
<groupId>dev.langchain4j</groupId>
5050
<artifactId>langchain4j</artifactId>
51-
<version>1.13.0-SNAPSHOT</version>
51+
<version>1.12.2</version>
5252
<scope>test</scope>
5353
</dependency>
5454

5555
<dependency>
5656
<groupId>dev.langchain4j</groupId>
5757
<artifactId>langchain4j-open-ai</artifactId>
58-
<version>1.13.0-SNAPSHOT</version>
58+
<version>1.12.2</version>
5959
<scope>test</scope>
6060
</dependency>
6161

code-execution-engines/langchain4j-code-execution-engine-judge0/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>dev.langchain4j</groupId>
2020
<artifactId>langchain4j-core</artifactId>
21-
<version>1.13.0-SNAPSHOT</version>
21+
<version>1.12.2</version>
2222
</dependency>
2323

2424
<dependency>
@@ -47,14 +47,14 @@
4747
<dependency>
4848
<groupId>dev.langchain4j</groupId>
4949
<artifactId>langchain4j</artifactId>
50-
<version>1.13.0-SNAPSHOT</version>
50+
<version>1.12.2</version>
5151
<scope>test</scope>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>dev.langchain4j</groupId>
5656
<artifactId>langchain4j-open-ai</artifactId>
57-
<version>1.13.0-SNAPSHOT</version>
57+
<version>1.12.2</version>
5858
<scope>test</scope>
5959
</dependency>
6060

document-loaders/langchain4j-document-loader-amazon-s3/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>dev.langchain4j</groupId>
2424
<artifactId>langchain4j-core</artifactId>
25-
<version>1.13.0-SNAPSHOT</version>
25+
<version>1.12.2</version>
2626
</dependency>
2727

2828
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>dev.langchain4j</groupId>
4343
<artifactId>langchain4j</artifactId>
44-
<version>1.13.0-SNAPSHOT</version>
44+
<version>1.12.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747

document-loaders/langchain4j-document-loader-azure-storage-blob/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>dev.langchain4j</groupId>
4646
<artifactId>langchain4j-core</artifactId>
47-
<version>1.13.0-SNAPSHOT</version>
47+
<version>1.12.2</version>
4848
</dependency>
4949

5050
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>dev.langchain4j</groupId>
8484
<artifactId>langchain4j</artifactId>
85-
<version>1.13.0-SNAPSHOT</version>
85+
<version>1.12.2</version>
8686
<scope>test</scope>
8787
</dependency>
8888

document-loaders/langchain4j-document-loader-github/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>dev.langchain4j</groupId>
2323
<artifactId>langchain4j-core</artifactId>
24-
<version>1.13.0-SNAPSHOT</version>
24+
<version>1.12.2</version>
2525
</dependency>
2626

2727
<dependency>
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>dev.langchain4j</groupId>
4242
<artifactId>langchain4j</artifactId>
43-
<version>1.13.0-SNAPSHOT</version>
43+
<version>1.12.2</version>
4444
<scope>test</scope>
4545
</dependency>
4646

document-loaders/langchain4j-document-loader-google-cloud-storage/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>dev.langchain4j</groupId>
77
<artifactId>langchain4j-parent</artifactId>
8-
<version>1.13.0-beta22-SNAPSHOT</version>
8+
<version>1.12.2-beta22</version>
99
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>dev.langchain4j</groupId>
3131
<artifactId>langchain4j-core</artifactId>
32-
<version>1.13.0-SNAPSHOT</version>
32+
<version>1.12.2</version>
3333
</dependency>
3434

3535
<dependency>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>dev.langchain4j</groupId>
4444
<artifactId>langchain4j</artifactId>
45-
<version>1.13.0-SNAPSHOT</version>
45+
<version>1.12.2</version>
4646
<scope>test</scope>
4747
</dependency>
4848

document-loaders/langchain4j-document-loader-playwright/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.langchain4j</groupId>
66
<artifactId>langchain4j-parent</artifactId>
7-
<version>1.13.0-beta22-SNAPSHOT</version>
7+
<version>1.12.2-beta22</version>
88
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
99
</parent>
1010

@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>dev.langchain4j</groupId>
2727
<artifactId>langchain4j-core</artifactId>
28-
<version>1.13.0-SNAPSHOT</version>
28+
<version>1.12.2</version>
2929
</dependency>
3030

3131
<dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>dev.langchain4j</groupId>
4646
<artifactId>langchain4j</artifactId>
47-
<version>1.13.0-SNAPSHOT</version>
47+
<version>1.12.2</version>
4848
<scope>test</scope>
4949
</dependency>
5050

document-loaders/langchain4j-document-loader-selenium/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.langchain4j</groupId>
66
<artifactId>langchain4j-parent</artifactId>
7-
<version>1.13.0-beta22-SNAPSHOT</version>
7+
<version>1.12.2-beta22</version>
88
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
99
</parent>
1010

@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>dev.langchain4j</groupId>
2626
<artifactId>langchain4j-core</artifactId>
27-
<version>1.13.0-SNAPSHOT</version>
27+
<version>1.12.2</version>
2828
</dependency>
2929

3030
<dependency>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>dev.langchain4j</groupId>
4545
<artifactId>langchain4j</artifactId>
46-
<version>1.13.0-SNAPSHOT</version>
46+
<version>1.12.2</version>
4747
<scope>test</scope>
4848
</dependency>
4949

document-loaders/langchain4j-document-loader-tencent-cos/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>dev.langchain4j</groupId>
66
<artifactId>langchain4j-parent</artifactId>
7-
<version>1.13.0-beta22-SNAPSHOT</version>
7+
<version>1.12.2-beta22</version>
88
<relativePath>../../langchain4j-parent/pom.xml</relativePath>
99
</parent>
1010

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>dev.langchain4j</groupId>
2323
<artifactId>langchain4j-core</artifactId>
24-
<version>1.13.0-SNAPSHOT</version>
24+
<version>1.12.2</version>
2525
</dependency>
2626

2727
<dependency>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>dev.langchain4j</groupId>
4343
<artifactId>langchain4j</artifactId>
44-
<version>1.13.0-SNAPSHOT</version>
44+
<version>1.12.2</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>

0 commit comments

Comments
 (0)