Releases: fpereiro/cicek
Releases · fpereiro/cicek
3.4.5
03 Sep 19:38
Compare
Sorry, something went wrong.
No results found
Allow posting non-json bodies and let them through without parsing. This is particularly useful for text/plain.
Remove unused code.
3.4.4
25 Jun 20:27
Compare
Sorry, something went wrong.
No results found
Bugfix: allow x-www-urlencoded POST requests, since Busboy already supports them.
3.4.3
09 May 19:36
Compare
Sorry, something went wrong.
No results found
Bugfix: when rotating logs, close the readable stream to the old log file that was just rotated. Otherwise, disk usage would keep piling up until the process was restarted and the dangling file descriptors removed.
3.4.2
03 May 13:13
Compare
Sorry, something went wrong.
No results found
Bugfix: Do not send the server into an infinite loop if response.connection.writable is false, for both cicek.reply and cicek.file.
3.4.1
14 Jul 11:46
Compare
Sorry, something went wrong.
No results found
Support SameSite attribute in cicek.cookie.write.
Upgrade dependencies: dale v4.3.3 -> v6.0.2, teishi v3.14.1 -> v5.0.3
Fix & uncomment test that triggers error.
Check & fix the lowest version we can support with an older version of busboy.
3.4.0
18 Jun 12:09
Compare
Sorry, something went wrong.
No results found
Bugfix: remove trailing space when writing cookies (cicek.cookie.write).
Feature: when worker exits because of an error, send the error as a message to the master process so the master can log it asynchronously.
Update dependencies: teishi v3.13.2 -> 3.14.1
3.3.0
18 Apr 11:27
Compare
Sorry, something went wrong.
No results found
Update dependencies: busboy v0.2.14 -> v0.3.1, dale v4.3.1 -> v4.3.3, teishi v3.13.0 -> v3.13.2.
Because of update to busboy, minimum node version is now v4.5.0.
3.2.3
28 May 13:05
Compare
Sorry, something went wrong.
No results found
Fix bug that didn't parse JSON or URLEncoded requests when there was a trailing charset declaration in the content-type header.
Upgrade teishi to 3.13.0
3.2.2
17 Jan 11:16
Compare
Sorry, something went wrong.
No results found
Return server object from cicek.listen.
Update three dependencies (dale, teishi & mime). teishi's update (3.11.1 -> 3.12.0) modifies how logs are printed in the console.
3.2.1
17 Oct 13:23
Compare
Sorry, something went wrong.
No results found
Fix bug in cicek.json that rejected arrays.
Fix bug when an error is logged in cicek.receiveMulti.
Upgrade mime dependency.