v1.1.0
https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.1.0
- Maven:
<dependencies> <dependency> <groupId>io.github.malczuuu.problem4j</groupId> <artifactId>problem4j-core</artifactId> <version>1.1.0</version> </dependency> </dependencies>
- Gradle (Kotlin DSL):
dependencies { implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.0") }
Added
- Add enum entries to
ProblemStatus:- Add
413 Payload Too Largefor backwards compatibility with RFC 7231 §6.5.11. - Add
416 Range Not Satisfiable(RFC 9110 §15.5.17), which deprecates416 Requested Range Not Satisfiable(RFC 2616 §10.5.17). - Add
421 Misdirected Request(RFC 7540 §9.1.2). - Add
422 Unprocessable Content(RFC 9110 §15.5.21), which deprecates422 Unprocessable Entity(RFC 4918 §11.2). - Add
425 Too Early(RFC 8470 §5.2).
- Add
Changes: v1.0.1...v1.1.0