Skip to content

Releases: cozis/BlogTech

0.5.0

08 Jan 18:02

Choose a tag to compare

  • Renamed --upload to --put and added --get, --delete operations
  • Add special endpoint sitemap to list all resources on the server
  • Rewrite of the authentication system

0.4.2

16 Dec 12:38

Choose a tag to compare

Fixed state ACME renewal state machine

0.4.1

15 Dec 14:46

Choose a tag to compare

This fixes a pretty bad issue with the HTTP server where incoming connections would cause the server connection array to overflow if all connection structures were in use

0.4.0

14 Dec 19:25

Choose a tag to compare

Full rewrite for more advanced features, such as:

  • Virtual hosts
  • Authenticated PUT and DELETE requests
  • Automatic certificate management via ACME

0.3.0

06 Oct 18:32
ed53059

Choose a tag to compare

What's Changed

  • Add config files
  • Allow specifying the network interface to listen on
  • Fix minor bugs

Full Changelog: 0.2.1...0.3.0

0.2.1

28 Sep 10:23
fd73753

Choose a tag to compare

What's Changed

  • Fixed spelling by @geon in #7
  • GitHub workflows for build and testing by @yonas in #10
  • Fix permissions on log directory by @yonas in #9

New Contributors

  • @geon made their first contribution in #7
  • @yonas made their first contribution in #10

Full Changelog: 0.2.0...0.2.1

0.2.0

24 Sep 21:24
8ba0351

Choose a tag to compare

  • HTTPS using BearSSL
  • dropped IP blacklisting
  • crashlog
  • built-in profiler
  • Fixed critical bug in the byte queue

0.1

24 Sep 18:30

Choose a tag to compare

0.1 Pre-release
Pre-release
Update README