This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Releases: StarryBlueSky/Penicillin
Releases · StarryBlueSky/Penicillin
6.3.0
What's Changed
- chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v10.3.0 by @renovate in #63
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.3.3 by @renovate in #54
- chore(deps): update dependency blue.starry:jsonkt to v6.1.3 by @renovate in #64
- Configure WhiteSource Bolt for GitHub by @mend-bolt-for-github in #66
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.3.3 by @renovate in #65
- chore(deps): update dependency io.github.microutils:kotlin-logging to v2.1.23 by @renovate in #69
- chore(deps): update dependency com.benasher44:uuid to v0.4.1 by @renovate in #70
New Contributors
- @mend-bolt-for-github made their first contribution in #66
Full Changelog: 6.2.3...6.3.0
6.3.0-alpha2
What's Changed
- chore(deps): update plugin org.jlleitschuh.gradle.ktlint to v10.3.0 by @renovate in #63
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.3.3 by @renovate in #54
- chore(deps): update dependency blue.starry:jsonkt to v6.1.3 by @renovate in #64
- Configure WhiteSource Bolt for GitHub by @mend-bolt-for-github in #66
- chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.3.3 by @renovate in #65
- chore(deps): update dependency io.github.microutils:kotlin-logging to v2.1.23 by @renovate in #69
- chore(deps): update dependency com.benasher44:uuid to v0.4.1 by @renovate in #70
New Contributors
- @mend-bolt-for-github made their first contribution in #66
Full Changelog: 6.2.3...6.3.0-alpha2
6.2.3: Kotlin 1.6.21
6.2.2: Kotlin 1.6.10
Upgrade Deps to...
- Kotlin 1.6.10
- Ktor 1.6.7
- kotlin-logging 2.1.21
- logback 1.3.0-alpha12
Note that Penicillin is not affected by the log4j2 remote code execution vulnerability.
What's Changed
- Make README compatible with the latest Penicillin by @SlashNephy in #40
- update: Kotlin 1.6.10 by @SlashNephy in #42
Full Changelog: 6.2.1...6.2.2
6.2.1: Bug fix
Bug Fix
- The entire response no longer gets unescaped for HTML reference characters.
Fixed a bug in which the entire response body was unescaped, causing the start index of StatusEntity to be misaligned.
From now on,Status#text
will return an unescaped string with HTML reference characters as before, andStatus#textRaw
,Status#fullTextRaw
, etc. will return an unescaped string.
Ref. #36
Update dependencies
- Ktor 1.6.0
6.2.0: Support Kotlin 1.5
Temporally disable build for browser JS
6.1.0: Remove oudated features
Version bump to 6.1.0
6.0.5: Moved to Maven Central
Fix compile error