Skip to content

Releases: StaticFX/ktor-middleware

Fixed build artifacts

03 Dec 10:01

Choose a tag to compare

This release fixes ktor-middleware build artifacts, making it usable with jitpack again.

Updated build.grate.kts for jitpack

25 Oct 15:13

Choose a tag to compare

v1.1.0

Update build.gradle.kts

Updated build.grate.kts for jitpack

25 Oct 15:01

Choose a tag to compare

Add JitPack support

25 Oct 14:50

Choose a tag to compare

v1.0.8

Add jitpack file for building

Minor rerelease

25 Oct 09:06

Choose a tag to compare

v1.0.2

Bump to 1.0.2

Add data object to transfer data between Middlewares

15 Oct 15:44
cf3159f

Choose a tag to compare

MiddlewareData

  • This has been added to transfer data between middlewares when being used inside a group. Check the tests for an example

Update to this release:

implementation("io.github.staticfx:ktor-middleware:1.0.1")