Skip to content

Releases: arconia-io/arconia

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: