Releases: SchwarzIT/kotlin-rfc9457-problem-details
Releases · SchwarzIT/kotlin-rfc9457-problem-details
1.1.0
What's Changed
- Bump jvm from 2.0.21 to 2.1.0 by @dependabot in #13
- Bump org.gradle.toolchains.foojay-resolver-convention from 0.8.0 to 0.9.0 by @dependabot in #12
- Bump org.jetbrains.kotlin.plugin.serialization from 2.0.21 to 2.1.0 by @dependabot in #11
- Ktor 3 upgrade by @JohannesHepp in #14
Full Changelog: 1.0.1...1.1.0
1.0.1
What's Changed
- Bump jvm from 2.0.20 to 2.0.21 by @dependabot in #9
- Bump org.jetbrains.kotlin.plugin.serialization from 2.0.20 to 2.0.21 by @dependabot in #8
- Bump com.vanniktech.maven.publish from 0.29.0 to 0.30.0 by @dependabot in #7
Full Changelog: 1.0.0...1.0.1
1.0.0
📦 First Release: Kotlin RFC9457 Problem Details Library v1.0.0
We are excited to announce the first release of the Kotlin RFC9457 Problem Details library! 🎉
This library provides an implementation of the RFC 9457 specification for handling HTTP API problem details in Kotlin-based applications. It simplifies error reporting in RESTful APIs by using a standardized format.
🔑 Key Features:
- 🚀 RFC 9457 Compliance: Fully implements the problem details format as specified by RFC 9457.
- 🔧 Kotlin-friendly API: Designed with idiomatic Kotlin code for a smooth developer experience.
- 🛠 Customizable Problem Details: Create and extend problem detail objects to fit your use case.
- 📡 Seamless Integration: Easily integrate with existing Kotlin-based APIs.
- ✅ Tested and Documented: Includes comprehensive test coverage and documentation.
🛠️ Installation:
Add the following dependency to your project:
implementation("io.github.schwarzit:kotlin-rfc9457-problem-details:1.0.0")
📖 Documentation:
For usage instructions, please refer to the README documentation.
📣 Feedback and Contributions:
We welcome feedback and contributions! Feel free to open issues or submit pull requests.
Thank you for using the Kotlin RFC9457 Problem Details library! 😊