Releases: LnYo-Cly/ai4j
Releases · LnYo-Cly/ai4j
Release list
ai4j 2.4.2
Highlights
- Added LLM-as-reranker support for RAG via
IChatService, including a live Anthropic/GLM smoke path. - Added server-side fixed filters to
RagToolso tool callers cannot override tenant/security constraints from tool input. - Added Pinecone ID lookup support while keeping metadata lookup capability honest.
- Exposed RAG generation usage trace data and refreshed release/docs references.
Maven
<dependency>
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j</artifactId>
<version>2.4.2</version>
</dependency>Published modules are available on Maven Central under io.github.lnyo-cly:*:2.4.2.
ai4j 2.4.1
ai4j 2.4.1
This release supersedes v2.4.0 and publishes the consistent Maven Central artifacts for the 2.4.x line.
Maven:
<dependency>
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j</artifactId>
<version>2.4.1</version>
</dependency>Gradle:
implementation 'io.github.lnyo-cly:ai4j:2.4.1'Release validation:
- Maven Central deployment: bdc9ff83-14ba-4851-82f9-05c883efb202
- Maven Central metadata latest/release: 2.4.1
- Main modules verified with pom/jar/sources/javadoc/signature artifacts
ai4j-cli-2.4.1-jar-with-dependencies.jarintentionally not published
ai4j 2.4.0
Maven Central
io.github.lnyo-cly:ai4j:2.4.0 is published on Maven Central.
Gradle
implementation 'io.github.lnyo-cly:ai4j:2.4.0'Maven
<dependency>
<groupId>io.github.lnyo-cly</groupId>
<artifactId>ai4j</artifactId>
<version>2.4.0</version>
</dependency>Notes
- README and README-EN install snippets now use the concrete 2.4.0 version.
- Release deploy skips the CLI fat-jar classifier to keep Maven Central bundles small; normal local CLI packaging remains unchanged.
- Fixed JSONL replay timestamp reload for
startedAtEpochMs/capturedAtEpochMs.
v2.2.0
Highlights
- add AgentFlow connectors for Dify, Coze, and n8n
- add AgentFlow trace bridge and observability integration
- refresh docs-site and README
- publish Maven Central artifacts for 2.2.0
What's Changed
Full Changelog: v2.1.0...v2.2.0
v2.0.0
What's Changed
- 新增平台dashscope; 支持自由配置平台 by @SoWhatI in #77
- update: 更新README.md by @xtxxueyan in #79
- feature: 增加豆包平台 by @LnYo-Cly in #90
- feat: add response api适配 by @LnYo-Cly in #91
- feat: merge agent runtime, coding agent, and release updates by @LnYo-Cly in #95
New Contributors
- @xtxxueyan made their first contribution in #79
Full Changelog: v1.4.3...v2.0.0