Releases: losizm/scamper
Releases · losizm/scamper
v41.0.0
What’s New?
The following changes are applied in release:
- Renamed
BodyParser.query()
to BodyParser.queryString()
- Renamed
BodyParser.stream()
to BodyParser.inputStream()
See API reference for additional details.
v40.0.8
What's New?
The following notable changes are applied in release:
- Made null validators private
- These utilities were inadvertently made public in v40.0.4.
v40.0.7
What's New?
The following notable changes are applied in release:
- Synchronized product version in User-Agent header to release number
v40.0.6
What's New?
The following notable changes are applied to release:
- Added yaml file extensions to media types
v40.0.5
What's New?
The following notable changes are applied in release:
- Refactored HTTP server I/O
v40.0.4
What's New?
The following notable changes are applied in release:
- Removed synchronized blocks in
ServerApplication
and ClientSettings
v40.0.3
What's New?
The following notable changes are applied in release:
- Constructors in some companion objects are refactored to class constructors (private classes only)
- Refactored I/O transfer code
v40.0.2
What's New?
The following notable changes are applied to release:
- Logged final message after shutting down
HttpServer
v40.0.1
What's New?
The following notable changes are applied in release:
- Removed redundant
BufferedReader
in ReaderInputStream
- Removed redundant request constructor in
HttpClientImpl
v40.0.0
What's New?
The following notable changes are applied in release:
- Upgraded to Scala 3.3.1.
- Compiled project with Java 11.
- Refactored Scala 2.13-style implicit classes to Scala 3-style class and conversion pairs.
See scaladoc for additional details.