Releases: arconia-io/arconia
Releases · arconia-io/arconia
early-access
Changelog
🐛 Fixes
ai
- 65287dc Make DefaultToolCallResultConverter work with GraalVM
Contributors
We'd like to thank the following people for their contributions:
- Thomas Vitale (@ThomasVitale)
v0.3.2
Changelog
🚀 Features
ai
- ee04dc1 Support resolving tools from types
- 2463c49 Introduce ArconiaChatClient with advanced tool support
- 05304fc Include Arconia AI Core in Spring Boot Starter
🔄️ Changes
ai
- a4e7858 Format new code based on rules
🛠 Build
- ec48501 Remove unnecessary copyright config in JReleaser
📝 Documentation
- 113b131 Update requirements and examples
Contributors
We'd like to thank the following people for their contributions:
- Thomas Vitale (@ThomasVitale)
v0.3.1
Changelog
🚀 Features
ai
- f981655 Extend tool support for Spring AI
🛠 Build
- 749d9b1 Fix env vars in release workflow
- 93456c1 Configure project env vars in release workflow
- 3b2ecfe Fix version configuration in release workflow
- 97cea1a Adopt JReleaser YAML Configuration
- f3e38d0 Refine GitHub Actions triggers and Gradle setup
⚙️ Dependencies
- c57735f Bump org.jreleaser from 1.15.0 to 1.16.0
- 7826977 Set version 0.3.1
- 6adef9c Add Backstage Entity definition
- 79c58f9 Set version 0.4.0-SNAPSHOT
Contributors
We'd like to thank the following people for their contributions:
- Thomas Vitale (@ThomasVitale)
v0.3.0
Changelog
🔀 Merge
🚀 Features
ai
- b051bf3 Support tools via Tool annotation and MCP
unscoped
🔄️ Changes
- 1741bec Adopt new project structure for multitenancy libraries
🧰 Tasks
- e039798 Update to Spring Boot 3.4.1
- e2b81fb Update to Spring Boot 3.3.1
- 7338bcc Update to Spring Java Format 0.0.43
- 12691da Update to CycloneDX 1.10.0
- 108b618 Set version 0.3.0-SNAPSHOT
🛠 Build
- edb009a Bump Apache Commons Compress to fix JReleaser bug
- 5447ad4 Enable snapshots in JReleaser
- 22bb5e4 Update to Gradle 8.12
- 609e43e Update to Foojay Resolver Convention 0.9.0
- e49aa8f Bump build dependencies
📝 Documentation
- f8f9664 Add examples section
- ae4aba3 Set version 0.3.0
- 2f78931 Remove build debug
- f51cbb0 Enable build debug
- f057daf Bump org.jreleaser from 1.11.0 to 1.15.0
Contributors
We'd like to thank the following people for their contributions:
GitHub, Thomas Vitale, dependabot[bot]
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Changelog
🚀 Features
🔄️ Changes
- e6f4682 Consolidate exception handling, logging, and JavaDocs
🧰 Tasks
- f301323 Set version to 0.1.0
- 852173e Bump dependencies and release config
- bcd403e Set version to 0.0.2-SNAPSHOT
🛠 Build
- cc76d92 Improve publishing workflow
- 451a9db Reformat Gradle files based on .editorconfig
Contributors
We'd like to thank the following people for their contributions:
Thomas Vitale
v0.0.1
Getting Started
Gradle:
implementation 'io.arconia:arconia-web-spring-boot-starter:0.0.1'
Maven:
<dependency>
<groupId>io.arconia</groupId>
<artifactId>arconia-web-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
Changelog
🚀 Features
- Core libraries and APIs for multi tenancy support to Spring Boot applications.
- Web libraries and APIs for multi tenancy support to HTTP-based Spring Boot applications.
- Arconia Web Spring Boot Starter for adding multi tenancy support to Spring Boot web applications.
🛠 Build
- Configure Gradle multi-project.
- Configure basic deployment pipeline.
Contributors
We'd like to thank the following people for their contributions:
- Thomas Vitale (@ThomasVitale)