Skip to content

Releases: arconia-io/arconia

early-access

11 Jan 22:57
65287dc
Compare
Choose a tag to compare
early-access Pre-release
Pre-release

Changelog

🐛 Fixes

ai

  • 65287dc Make DefaultToolCallResultConverter work with GraalVM

Contributors

We'd like to thank the following people for their contributions:

v0.3.2

02 Jan 23:03
d6563d0
Compare
Choose a tag to compare

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:

v0.3.1

02 Jan 14:31
7826977
Compare
Choose a tag to compare

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

Contributors

We'd like to thank the following people for their contributions:

v0.3.0

31 Dec 12:22
ae4aba3
Compare
Choose a tag to compare

Changelog

🔀 Merge

  • 3565a4b Merge pull request #11 from arconia-io/dependabot/gradle/org.jreleaser-1.15.0, closes #11

🚀 Features

ai

  • b051bf3 Support tools via Tool annotation and MCP

unscoped

  • ca490d0 Adopt Java 21 baseline
  • 30c9123 Add method argument resolver for tenant identifier

🔄️ 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


Contributors

We'd like to thank the following people for their contributions:
GitHub, Thomas Vitale, dependabot[bot]

v0.2.0

30 Mar 21:14
d0d5178
Compare
Choose a tag to compare

Changelog

🚀 Features

  • ec1101a Tenant details enhanced config and validation

🧰 Tasks

Contributors

We'd like to thank the following people for their contributions:
Thomas Vitale

v0.1.2

24 Mar 21:42
c2c6e56
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • c2c6e56 Make tenant attributes optional
  • bf69ecb Make tenant attributes optional

🧰 Tasks

Contributors

We'd like to thank the following people for their contributions:
Thomas Vitale

v0.1.1

24 Mar 21:19
b7de28a
Compare
Choose a tag to compare

Changelog

🐛 Fixes

  • f2abe77 Compile Java with parameters to support property binding in Maps

🧰 Tasks

Contributors

We'd like to thank the following people for their contributions:
Thomas Vitale

v0.1.0

24 Mar 20:48
f301323
Compare
Choose a tag to compare

Changelog

🚀 Features

  • b0f611a Introduce Spring Project Catalog for Arconia
  • fdf878e Add basic tenant details APIs

🔄️ 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

27 Jan 17:28
4307891
Compare
Choose a tag to compare

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: