Skip to content

Releases: blmayer/servrian

v2.4.1

12 Feb 14:50

Choose a tag to compare

Changes

  • Added mime support for jgp and jpeg
  • Improved paths validation
  • Added test for path validation
  • Small improvements on build file

Full Changelog: v2.4.0...v2.4.1

Added Authorization support

01 May 16:06

Choose a tag to compare

Changes

This release uses unix tools to support authorization.

Full Changelog: v2.3.0...v2.4.0

JSON mime

24 Oct 21:16

Choose a tag to compare

Changes

This release added the correct mime for .json files.

Full Changelog: v2.2.0...v2.3.0

Gzip compression

21 Aug 19:10

Choose a tag to compare

Changes

  • Added gzip compression support: Clients must send the correct Accept-Encoding header and a file with .gz suffix must exist.
  • Fixed connection close header being incorrectly sent
  • Fixed Accept-Encoding header parsing

Full Changelog: v2.0.0...v2.1.0

Major improvements

16 Aug 17:40

Choose a tag to compare

Changes

This release removed some unused features, and improved code overall. This broke compatibility with previous versions.

Full Changelog: v1.1.0...v2.0.0

First release

25 May 01:45

Choose a tag to compare

First time it compiles without warnings and -fsanitize=address is clean.

Now i just need to fill it with tests.