Skip to content

Releases: kristapsdz/kcgi

Version 1.0.1

18 Nov 05:15

Choose a tag to compare

Hot-fix 1.0.0 with proper naming of Mac OS X shared libraries, which use a different convention of version suffix than other Unix-like systems.

Version 1.0.0 🎉🥳

11 Nov 22:56

Choose a tag to compare

Initial 1.0.0 release: this system has been stable for quite some time. Adding fetch metadata headers: Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-User, and Sec-Fetch-Site. Access-Control-Request-Headers, and Access-Control-Request-Method. Also add Priority from RFC 9218. Export all CGI environment variables (or FastCGI context variables) and not just HTTP header variables. Bundle properly as a Mac OS X dynlib (instead of just a dynamically-loaded library).

Version 0.13.4

24 Sep 22:56
9f5e613

Choose a tag to compare

Adding CORS request and response headers: Access-Control-Allow-Credentials, Access-Control-Allow-Headers, Access-Control-Allow-Methods, Access-Control-Allow-Origin, Access-Control-Expose-Headers, Access-Control-Max-Age, Origin, Access-Control-Request-Headers, and Access-Control-Request-Method.

Add a brief tutorial on handling CORS pre-flight requests.

Fix a big in handling POST forms with parameters passed in with the application/x-www-form-urlencoded content type. These are now correctly processed.