Skip to content

Releases: losizm/scamper

v41.0.0

22 Sep 06:46
460b82f
Compare
Choose a tag to compare

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

08 Jan 08:05
9c84875
Compare
Choose a tag to compare

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

07 Jan 01:13
a2fe02c
Compare
Choose a tag to compare

What's New?

The following notable changes are applied in release:

  • Synchronized product version in User-Agent header to release number

v40.0.6

07 Jan 01:11
3dba6f7
Compare
Choose a tag to compare

What's New?

The following notable changes are applied to release:

  • Added yaml file extensions to media types

v40.0.5

24 Nov 09:16
e42a090
Compare
Choose a tag to compare

What's New?

The following notable changes are applied in release:

  • Refactored HTTP server I/O

v40.0.4

19 Nov 08:00
55f801a
Compare
Choose a tag to compare

What's New?

The following notable changes are applied in release:

  • Removed synchronized blocks in ServerApplication and ClientSettings

v40.0.3

16 Nov 10:17
50f439c
Compare
Choose a tag to compare

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

11 Nov 05:34
d829d32
Compare
Choose a tag to compare

What's New?

The following notable changes are applied to release:

  • Logged final message after shutting down HttpServer

v40.0.1

05 Nov 19:36
638c5a4
Compare
Choose a tag to compare

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

03 Nov 04:19
a8335e1
Compare
Choose a tag to compare

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.