This repository was archived by the owner on Apr 9, 2024. It is now read-only.
Releases: MaicolAntali/clashJ
Releases · MaicolAntali/clashJ
1.0.4
What's Changed
⚙️ Refactoring
- Model refactor by @MaicolAntali in #69
- Logging refactor by @MaicolAntali in #74
Clientuses aThreadPoolas dispatcher by @MaicolAntali in #76- Improve the log system. by @MaicolAntali in #77
- Updates the
RequestHandlerto use theconfigobj by @MaicolAntali in #78 - Update models by @MaicolAntali in #88
🔄 Dependencies
- Bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.12 by @dependabot in #70
- Bump ch.qos.logback:logback-classic from 1.4.12 to 1.4.13 by @dependabot in #71
- Bump ch.qos.logback:logback-classic from 1.4.13 to 1.4.14 by @dependabot in #72
- Bump ktor from 2.3.6 to 2.3.7 by @dependabot in #73
- Bump io.github.oshai:kotlin-logging-jvm from 5.1.0 to 5.1.1 by @dependabot in #79
- Bump io.github.oshai:kotlin-logging-jvm from 5.1.1 to 6.0.1 by @dependabot in #80
- Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.21 to 1.9.22 by @dependabot in #81
- Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 by @dependabot in #82
- Bump org.jmailen.kotlinter from 4.1.0 to 4.1.1 by @dependabot in #83
- Bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #84
- Bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #85
- Bump io.github.oshai:kotlin-logging-jvm from 6.0.1 to 6.0.2 by @dependabot in #86
- Bump org.jmailen.kotlinter from 4.1.1 to 4.2.0 by @dependabot in #87
- Bump io.github.oshai:kotlin-logging-jvm from 6.0.2 to 6.0.3 by @dependabot in #89
🤖 GitHub Actions
- Update
release.ymlby @MaicolAntali in #75
ℹ️ Other
- Bump 1.0.4 by @MaicolAntali in #90
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
🔄 Dependencies
- Bump org.jetbrains.kotlin.jvm from 1.9.20 to 1.9.21 by @dependabot in #65
- Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.20 to 1.9.21 by @dependabot in #66
🐘 Gradle
- Updates the gradle wrapper by @MaicolAntali in #64
- Deletes
gradle.propertiesby @MaicolAntali in #67
ℹ️ Other
- Bump
1.0.3by @MaicolAntali in #68
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
⚠️ Breaking changes
- Configuration object by @MaicolAntali in #60
📑 Documentations
- Updates the
READMEto support theClientConfigurationby @MaicolAntali in #61
🤖 GitHub Actions
- Create
codeql.ymlby @MaicolAntali in #59 - Add the
breaking changeslabels torelease.ymlby @MaicolAntali in #62
ℹ️ Other
- Bump the
1.0.2version by @MaicolAntali in #63
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
🔄 Dependencies
- Bump org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.20 by @dependabot in #48
- Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.10 to 1.9.20 by @dependabot in #49
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @dependabot in #50
- Bump org.junit.platform:junit-platform-launcher from 1.10.0 to 1.10.1 by @dependabot in #51
- Bump ktorVersion from 2.3.5 to 2.3.6 by @dependabot in #52
- Bump org.jmailen.kotlinter from 4.0.0 to 4.1.0 by @dependabot in #53
🐘 Gradle
- Refactors gradle project by @MaicolAntali in #54
- Gradle jar versioning by @MaicolAntali in #56
🤖 GitHub Actions
- Update
docs.yamlby @MaicolAntali in #47
ℹ️ Other
- Sets the
groupin thebuild.gradle.ktsby @MaicolAntali in #55 - Bump
1.0.1version by @MaicolAntali in #57 - Small fixes by @MaicolAntali in #58
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
🎉 Features
- Login with credential by @MaicolAntali in #1
- Execute api request by @MaicolAntali in #8
- Create the
Clientby @MaicolAntali in #9 - Client builder by @MaicolAntali in #18
- Client functions creates new
coroutinean returnsDeferredby @MaicolAntali in #26 - Implements the
Eventsystem by @MaicolAntali in #35
📑 Documentations
- Create the documentation by @MaicolAntali in #16
- Enable dokka
failOnWarningby @MaicolAntali in #19 - Add the
publishtask by @MaicolAntali in #21 - Add
.github/release.ymlby @MaicolAntali in #22 - Update the
READMEby @MaicolAntali in #25 - Update
README.md- Wiki link by @MaicolAntali in #42
🔄 Dependencies
- Add in the
dependabotby @MaicolAntali in #2 - Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #3
- Bump org.junit.platform:junit-platform-launcher from 1.9.3 to 1.10.0 by @dependabot in #5
- Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @dependabot in #6
- Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.2 to 1.7.3 by @dependabot in #7
- Bump io.ktor:ktor-serialization-gson from 2.3.2 to 2.3.3 by @dependabot in #10
- Bump io.ktor:ktor-client-mock from 2.3.2 to 2.3.3 by @dependabot in #11
- Bump io.ktor:ktor-client-apache5 from 2.3.2 to 2.3.3 by @dependabot in #12
- Bump io.ktor:ktor-client-core from 2.3.2 to 2.3.3 by @dependabot in #13
- Bump io.ktor:ktor-client-logging from 2.3.2 to 2.3.3 by @dependabot in #14
- Bump io.ktor:ktor-client-content-negotiation from 2.3.2 to 2.3.3 by @dependabot in #15
- Remove unused dependency by @MaicolAntali in #17
- Bump ch.qos.logback:logback-classic from 1.4.8 to 1.4.9 by @dependabot in #20
- Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.11 by @dependabot in #23
- Bump org.jetbrains.kotlin.jvm from 1.9.0 to 1.9.10 by @dependabot in #27
- Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.0 to 1.9.10 by @dependabot in #28
- Bump io.ktor:ktor-serialization-gson from 2.3.3 to 2.3.4 by @dependabot in #29
- Bump io.ktor:ktor-client-mock from 2.3.3 to 2.3.4 by @dependabot in #30
- Bump io.ktor:ktor-client-apache5 from 2.3.3 to 2.3.4 by @dependabot in #31
- Bump io.ktor:ktor-client-core from 2.3.3 to 2.3.4 by @dependabot in #32
- Bump io.ktor:ktor-client-content-negotiation from 2.3.3 to 2.3.4 by @dependabot in #34
- Bump org.jetbrains.dokka from 1.8.20 to 1.9.0 by @dependabot in #33
- Bump io.ktor:ktor-client-core from 2.3.4 to 2.3.5 by @dependabot in #41
- Bump io.ktor:ktor-client-apache5 from 2.3.4 to 2.3.5 by @dependabot in #39
- Bump io.ktor:ktor-client-mock from 2.3.4 to 2.3.5 by @dependabot in #37
- Bump io.ktor:ktor-serialization-gson from 2.3.4 to 2.3.5 by @dependabot in #40
- Bump io.ktor:ktor-client-content-negotiation from 2.3.4 to 2.3.5 by @dependabot in #38
- Bump org.jetbrains.dokka from 1.9.0 to 1.9.10 by @dependabot in #43
🐘 Gradle
- Set up the repo to use
JitPackby @MaicolAntali in #24 - Fix the missing
io.ktor.client.engine.HttpClientEnginedependency by @MaicolAntali in #36
🤖 GitHub Actions
- Add the
Build&ValidationGitHub workflows by @MaicolAntali in #4
ℹ️ Other
- Update
README.mdby @MaicolAntali in #44 - Refract and Optimise the library by @MaicolAntali in #45
- Bump
1.0.0version by @MaicolAntali in #46
New Contributors
- @MaicolAntali made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/MaicolAntali/clashJ/commits/1.0.0