Releases: paulchen/kotlin-rocket-lib
Releases · paulchen/kotlin-rocket-lib
v0.1.6
Commits
- 9fb5e44: change version to 0.1.6-SNAPSHOT (Paul Staroch)
- 872feaa: update dependencies (Paul Staroch)
- a56c7e3: update Gradle wrapper (Paul Staroch)
- 65318b2: log elapsed time for processing incoming messages (Paul Staroch)
- 7d465be: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- 2cddb66: update Gradle wrapper (Paul Staroch)
- f0d0e8b: update dependencies (Paul Staroch)
- fc7c044: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- 6c62ac0: update Gradle wrapper (Paul Staroch)
- 35d12d2: update dependencies (Paul Staroch)
- 9fc633a: update log4j version to get rid of warning about MessageFactory mismatch (Paul Staroch)
- dc35c2e: update dependencies (Paul Staroch)
- fcf2a6a: update dependencies (Paul Staroch)
- 87b8da9: migrate to Ktor 3.0 (Paul Staroch)
- ab82441: change version to 0.1.6 (Paul Staroch)
v0.1.5
Commits
- ec5f80b: change version to 0.1.5-SNAPSHOT (Paul Staroch)
- 03dab52: update dependencies (Paul Staroch)
- ae80eff: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- a26e0e0: fix mixup of username and emoji (Paul Staroch)
- 96a0596: implement parentMessageId in webservice (Paul Staroch)
- 41a90a2: update Gradle wrapper (Paul Staroch)
- b2f0f99: update dependencies (Paul Staroch)
- 6fa9441: update dependencies (Paul Staroch)
- cce7b8d: properly set target JVM to avoid using deprecated functionality (Paul Staroch)
- 74173c8: configure NVD API key for dependency check (Paul Staroch)
- c2eb069: update versions of GitHub actions (Paul Staroch)
- 7c34e65: add two more CVEs to the dependency check suppressions file (Paul Staroch)
- 4f88202: move method validateMessages() from class Webservice to MessageHelper to make it publicly accessible (Paul Staroch)
- cb2616a: fix validation message in case both roomId and roomName are set (Paul Staroch)
- e5c8087: update Gradle wrapper (Paul Staroch)
- b3d9ed4: update dependencies (Paul Staroch)
- a017003: change version to 0.1.5 (Paul Staroch)
v0.1.4
Commits
- ef03404: change version to 0.1.4-SNAPSHOT (Paul Staroch)
- aa4f490: update dependencies (Paul Staroch)
- 358ab19: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- b2044f6: ignore command line parameters when checking Git revisions (Paul Staroch)
- a600b79: exclude CVE-2023-4586 from dependency analysis (Paul Staroch)
- c58fa59: update Gradle wrapper (Paul Staroch)
- efa1aec: update dependencies (Paul Staroch)
- e0dffbe: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- c900735: update dependencies (Paul Staroch)
- cda0eac: add extension function Logging.handleExceptions (Paul Staroch)
- 10c39e8: Merge branch 'feature/logging-handle-exceptions' (Paul Staroch)
- 6ab62fb: update Gradle wrapper (Paul Staroch)
- 4d0f94b: update dependencies (Paul Staroch)
- 20751e9: implement HTTP request logging (Paul Staroch)
- 8643b61: update dependencies (Paul Staroch)
- fadc96d: update Gradle wrapper (Paul Staroch)
- 3c7ef0b: update dependencies (Paul Staroch)
- bfabdd0: properly handle messages in threads (Paul Staroch)
- 2849a5c: change version to 0.1.4 (Paul Staroch)
v0.1.3
Commits
- db24b22: change version to 0.1.3-SNAPSHOT (Paul Staroch)
- 2d917bf: update dependencies (Paul Staroch)
- 53d9bde: update Gradle wrapper (Paul Staroch)
- 2ff67e1: replace String.toLowerCase() by String.lowercase() (Paul Staroch)
- 1cfbf9d: exclude CVE-2023-35116 from dependency analysis (Paul Staroch)
- fcddecf: update dependencies (Paul Staroch)
- 1343e2e: update Gradle wrapper (Paul Staroch)
- d53fe41: update dependency to io.netty:netty-codec-http2 in order to deal with CVE-2023-34462 (Paul Staroch)
- 9e528f0: update dependencies to io.netty:netty-transport-native-kqueue and io.netty:netty-transport-native-epoll in order to deal with CVE-2023-34462 (Paul Staroch)
- 77a98fa: change version to 0.1.3 (Paul Staroch)
v0.1.2
Commits
- abb083c: change version to 0.1.2-SNAPSHOT (Paul Staroch)
- f777990: update dependencies (Paul Staroch)
- 02c51d3: set target JVM version to 17 to ensure compatibility with Gradle 8.0 (Paul Staroch)
- 8e58b6e: add OWASP dependency check plugin (Paul Staroch)
- 4b78b1e: configure GitHub Action to run dependency check (Paul Staroch)
- b895f4a: upload dependency check result as artifact even if the dependency check failed (Paul Staroch)
- 0180a5b: exclude JavaDoc JAR from dependency check (Paul Staroch)
- a414e32: do not use dependency-check/Dependency-Check_Action for dependency check using GitHub Actions (Paul Staroch)
- a9cb562: fix path for artifacts to be uploaded (Paul Staroch)
- a9520fb: configure dependency check to fail for a CVSS score of 7 or above (Paul Staroch)
- fb69c12: introduce GitHub action mikepenz/gradle-dependency-submission (Paul Staroch)
- 428010c: fix version of GitHub action mikepenz/gradle-dependency-submission (Paul Staroch)
- ebe8c10: eventually fix version of GitHub action mikepenz/gradle-dependency-submission (Paul Staroch)
- 07c6a13: add hint to Maven Central, remove outdated Gradle properties (Paul Staroch)
- b863467: update dependencies (CVE-2022-48476) (Paul Staroch)
- 9ce44a1: change version to 0.1.2 (Paul Staroch)
v0.1.1
Commits
- a60357c: change version to 0.1.1 (Paul Staroch)
- dcdb277: don't sign deliverables when running publishToMavenLocal (Paul Staroch)
- 801a663: fix commit message when moving to the next SNAPSHOT version (Paul Staroch)
- a4d5d3d: update dependencies (Paul Staroch)
- e9b0269: Merge remote-tracking branch 'origin/master' (Paul Staroch)
- 885dc70: add GitHub action "Build after push" (Paul Staroch)
- 3608774: hopefully fix GitHub action (Paul Staroch)
- d691ffb: update README to include build status and required Gradle properties (Paul Staroch)
- 90bd037: cleanup unused code (Paul Staroch)
- 431d781: do not use backtick notation for command substitution; call read with argument -r (Paul Staroch)
- 58ed335: add Codefactor and Codacy badges (Paul Staroch)
- 43a2d08: create pre-releases on each commit (Paul Staroch)
- c083bda: publish snapshot to OSSRH after each commit (Paul Staroch)
- 15ed76d: fix wrong branch name (Paul Staroch)
- 25177be: finish automation of publishing artifacts to Maven Central using GitHub actions (Paul Staroch)
- 044efb8: remove unnecessary Gradle properties (Paul Staroch)
- aecbefb: change version to 0.1.1 (Paul Staroch)