Releases: maddsua/lambda
Releases · maddsua/lambda
v3.0.0
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
A brand new core with godspeed performance.
What's Changed
- V1.3 features by @maddsua in #48
- V2 Alpha by @maddsua in #87
- V2 feat connection handler by @maddsua in #108
- Fix request url constructor by @maddsua in #111
- Fix request queue by @maddsua in #113
- Migrate websocket by @maddsua in #115
- Fix byteswap ops by @maddsua in #118
- Update makefile structure by @maddsua in #119
- add buffer size literals by @maddsua in #121
- Add max request size limit by @maddsua in #124
- Fix thread manager by @maddsua in #128
- Fix socket compat by @maddsua in #130
- Resolve console by @maddsua in #129
- move html templates out of server submodule by @maddsua in #133
- Moved http transport to self contained module by @maddsua in #137
- Merge websocket submodule by @maddsua in #139
- Merge server component subcomponents by @maddsua in #140
- Remove session storage container by @maddsua in #143
- Feat: static server by @maddsua in #145
- Migrate vfs by @maddsua in #147
- Fix unix networking by @maddsua in #148
- Fix transport error handling by @maddsua in #151
- Replace apierror with os error by @maddsua in #152
- Feat id tracking by @maddsua in #155
- Fix bad cookie serialization by @maddsua in #157
- Feat: SSE by @maddsua in #158
- Remove streaming handler by @maddsua in #161
- Fix request id generation by @maddsua in #163
- Fix blocking error codes by @maddsua in #164
- Feat: thread join list by @maddsua in #169
- Update instance shutdown procedure by @maddsua in #171
- Update service page by @maddsua in #172
- Feat build options by @maddsua in #174
v1.0.0
What's Changed
- Zlib memory leak fix by @maddsua in #33
- Version 1.0 rc-0 by @maddsua in #43
- V1 feature demo frontentds by @jalisco2213 in #44
- Improved default error/status pages by @maddsua in #46
- NodeJS as a makefile/config autogenerator by @maddsua in #47
Full Changelog: https://github.com/maddsua/lambda/commits/v1.0
Hashes, request ID's and new demo
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
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
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