Skip to content

Releases: EvandroLG/pegasus.lua

Pegasus.lua v1.0.5

21 Apr 09:23
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

Full Changelog: v1.0.4...v1.0.5

Pegasus.lua v1.0.4

07 Apr 08:44
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

  • refactor(files) move serving files into a plugin by @Tieske in #130

Full Changelog: v1.0.3...v1.0.4

Pegasus.lua v1.0.3

24 Jan 21:35
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

  • fix(tls): silent on succesful handshake by @Tieske in #136
  • feat(error) allow custom error text on error messages by @Tieske in #137

Full Changelog: v1.0.2...v1.0.3

Pegasus.lua v1.0.2

11 Jan 19:25
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

  • fix(request): ensure headers are read before reading body by @Tieske in #139

Full Changelog: v1.0.1...v1.0.2

Pegasus.lua v1.0.1

17 Nov 11:57
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

Pegasus.lua v1.0.0

12 May 20:09
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

Full Changelog: v0.9.9...v1.0.0

Pegasus.lua v0.9.9

03 Mar 19:30
d44a9a1
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's Changed

  • chore(*) add some sanity checks and auto-coercion by @Tieske in #125

Full Changelog: v0.9.8...v0.9.9

Pegasus.lua v0.9.8

19 Feb 14:11
e9a741f
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's new from Pegasus.lua v0.9.7?

Full Changelog: v0.9.7...v0.9.8

Pegasus.lua v0.9.7

27 Jan 19:21
3b92059
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's new from Pegasus.lua v0.9.6?

  • Adds logic to accept duplicate keys from header and querystring.
  • Fixes denial-of-service (DoS) security issue

Thanks @Tieske!

Pegasus.lua v0.9.6

16 Sep 19:31
Compare
Choose a tag to compare

Pegasus.lua is an http server to work with web applications written in Lua language.

What's new from Pegasus.lua v0.9.5?

  • More descriptive error message