All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Make the thread local
CurrentTenantId
accessible to consumers of this library. - Bump jvm from 1.9.21 to 2.0.0 by @dependabot in #170
- Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.17.1 by @dependabot in #169
- Bump org.junit:junit-bom from 5.10.1 to 5.10.2 by @dependabot in #166
- Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by @dependabot in #168
- Bump org.postgresql:postgresql from 42.7.0 to 42.7.3 by @dependabot in #171
- Bump org.slf4j:slf4j-simple from 2.0.9 to 2.0.13 by @dependabot in #167
- Bump com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.0 to 2.17.1 by @dependabot in #172
exposed
version0.10.0
jdk
version20
jvm
version1.9.0
- Moved build artifacts to GitHub Packages
jdk
version18
jvm
version1.7.22
kotlin-logging-jvm
version3.0.4
jackson-datatype-jsr310
version2.14.1
jackson-module-kotlin
version2.14.1
postgresql
version42.5.1
slf4j-simple
version2.0.6
exposed
version0.7.0
jackson-module-kotlin
version2.13.3
kotlin-logging-jvm
version2.1.23
jackson-datatype-jsr310
version2.13.3
postgresql
version42.3.3
jackson-module-kotlin
version2.13.2
jackson-datatype-jsr310
version2.13.2
slf4j-simple
version1.7.36
io.taff.exposed
version0.5.0
.- Split out the wiki page from
WIKI.md
.
- Cleanup CI & CD
org.jetbrains.dokka
version1.6.10
com.jfrog.artifactory
version4.25.4
- Added a build & release step that uploads test results.
- Added a CI badge to
README.md
io.taff.exposed
version0.3.0
.- Renamed
Model
toRecord
jackson-module-kotlin
version2.13.1
.jackson-datatype-jsr310
version2.13.1
.com.jfrog.artifactory
version4.25.3
.kotlin-logging-jvm
version2.1.21
.
- Kotlin 1..6.10.
- spek-expekt 0.5.0.
- Resolving an issue witht he release build.
- Switch to
spek-expekt
fromhephaestus-test
. - Add Soft Delete and Multi tenancy support.
- Bump Kotlin to 1.6.0.
- Setup CI & CD.
- Update README.md.
- Initiated README.
- Added soft delete support via
SoftDeletableUuidTable
andSoftDeletableLongIdTable
.