Releases: hfhbd/RateLimit
Releases · hfhbd/RateLimit
Multiplatform Support
What's Changed
- Remove useless config by @hfhbd in #123
- Bump h2 from 2.1.210 to 2.1.212 by @dependabot in #124
- Bump exposedVersion from 0.37.3 to 0.38.1 by @dependabot in #125
- Bump org.jetbrains.dokka from 1.6.10 to 1.6.20 by @dependabot in #126
- Bump jvm from 1.6.20 to 1.6.21 by @dependabot in #127
- Bump exposedVersion from 0.38.1 to 0.38.2 by @dependabot in #128
- Support Multiplatform Server by @hfhbd in #129
- Fix MPP dokka by @hfhbd in #130
- Add CORS check by @hfhbd in #131
- Fix KtorDsl Usage by @hfhbd in #132
- Generate docs manually by @hfhbd in #133
Full Changelog: v0.2.0...v0.2.1
Migration to Ktor 2.0
What's Changed
- Bump h2 from 2.0.206 to 2.1.210 by @dependabot in #112
- Create FUNDING.yml by @hfhbd in #113
- Bump actions/checkout from 2 to 3 by @dependabot in #114
- Bump ktorVersion from 1.6.7 to 1.6.8 by @dependabot in #115
- Remove wrong Dokka config by @hfhbd in #116
- Bump jvm from 1.6.10 to 1.6.20 by @dependabot in #117
- Bump kotlinx-coroutines-test from 1.6.0 to 1.6.1 by @dependabot in #118
- Bump actions/setup-java from 2 to 3 by @dependabot in #119
- Bump actions/download-artifact from 2 to 3 by @dependabot in #120
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #122
- Bump ktorVersion from 1.6.8 to 2.0.0 by @dependabot in #121
Full Changelog: v0.1.1...v0.2.0
Require storage provider during installation
What's Changed
- Bump exposedVersion from 0.37.2 to 0.37.3 by @dependabot in #108
- Bump h2 from 2.0.204 to 2.0.206 by @dependabot in #109
- Require storage during plugin installation by @hfhbd in #110
- Bump kotlinx-datetime from 0.3.1 to 0.3.2 by @dependabot in #111
Full Changelog: v0.1.0...v0.1.1
Switch from kotlin.time.TimeMark to kotlinx.datetime.Instant
Breaking change in Storage and RateLimit plugin: The default InMemoryStorage
is dropped. The plugin requires a custom Storage
implementation.
MavenCentral Release
v0.0.10 Explicit publish to Sonartype (#71)
v0.0.9: Introduce a SkipResult enum to remove the Boolean result type (#61)
Co-authored-by: hfhbd <[email protected]>
Update Kotlin to 1.5.0-RC
Bump multiplatform from 1.5.0-M2 to 1.5.0-RC (#46) * Bump multiplatform from 1.5.0-M2 to 1.5.0-RC Bumps multiplatform from 1.5.0-M2 to 1.5.0-RC. Signed-off-by: dependabot[bot] <[email protected]> * Workaround for Duration binary change Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hfhbd <[email protected]>
Release 0.0.7
Fix deleting not artifact folder (#43) Co-authored-by: hfhbd <[email protected]>
Release 0.0.6
v0.0.6 Bump version to 0.0.6 (#39)
Release 0.0.5
Create Docs using CD