Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Releases: StarryBlueSky/Penicillin

6.3.0

13 Jul 11:28
61bc8da
Compare
Choose a tag to compare

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

12 Jul 14:22
b789bd0
Compare
Choose a tag to compare
6.3.0-alpha2 Pre-release
Pre-release

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

01 May 02:21
4ce18e7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.2...6.2.3

6.2.2: Kotlin 1.6.10

29 Dec 12:38
f72c36c
Compare
Choose a tag to compare

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

Full Changelog: 6.2.1...6.2.2

6.2.1: Bug fix

30 Jul 03:15
a2a8641
Compare
Choose a tag to compare

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, and Status#textRaw, Status#fullTextRaw, etc. will return an unescaped string.
    Ref. #36

Update dependencies

  • Ktor 1.6.0

6.2.0: Support Kotlin 1.5

15 May 05:06
Compare
Choose a tag to compare
Temporally disable build for browser JS

6.1.0: Remove oudated features

09 Mar 12:13
4c7ce44
Compare
Choose a tag to compare
Version bump to 6.1.0

6.0.5: Moved to Maven Central

12 Feb 11:36
Compare
Choose a tag to compare
Fix compile error