Skip to content

Releases: maddsua/lambda

v3.0.0

12 Feb 21:54

Choose a tag to compare

Hell yeah! A full brand new design.

No changelog? Acktchually, it would be the diff between this and the previous release.

TLDR: More 'memory safety' stuff, more fun ways to extend the base library and a lot cleaner code this time. The performance is also a bit more predictable now.

Oh and I got rid of the compression libs, so now lambda only depends on libstdc++, so it's pretty much zero-deps now!

lambda v2 rc1

16 Feb 05:13
46b33fd

Choose a tag to compare

A brand new core with godspeed performance.

What's Changed

v1.0.0

13 Jul 22:44

Choose a tag to compare

What's Changed

Full Changelog: https://github.com/maddsua/lambda/commits/v1.0

Hashes, request ID's and new demo

05 Feb 14:58
b3f448c

Choose a tag to compare

What's Changed

  • Added identifiers for requests and some crypto stuff too
  • Minor file restructuring
  • Added new demo

Version 0.7 - Brotli compression and fetch() API

06 Jan 19:25

Choose a tag to compare

An easy to integrate request-function web server

Features list:

  • HTTP/1.1 (yeah, this part is not very exciting)
  • Isolated request handlers (this is cooler 😎)
  • br. gzpi and deflate Content-Encoding support
  • Basic Fetch API
  • Very basic filesystem functions
  • Entire winapi to play with
  • Probably something else, that I forgot

Initial publish

03 Jan 21:39

Choose a tag to compare

Initial publish Pre-release
Pre-release

It's an initial version so all the stuff from project's readme can be applied to this version
It kinda works, so it's pretty cool