Releases: valum-framework/valum
Releases · valum-framework/valum
v0.2.16
This release brings a single bugfix and update `waf` to `1.8.20` so that we can pass arbitrary `VALAFLAGS` during the configuration step. From now on, release tags are signed directly with GPG and can be downloaded directly from GitHub. The signed message will also contain any pertinent changelogs so that all the relevant information is kept in a single place.
v0.2.15
v0.2.14
v0.2.13
This release introduce a couple of fixes:
- handle FastCGI stream errors properly
- parse cookies correctly with Soup.header_parse_list
- fix forwarding of virtual properties for
FilteredRequest
andFilteredResponse
v0.2.12
This hotfix release backports changes from the trunk:
write_head
is automatically called on disposal of theResponse
object- the response is not closed explicitly when a status is thrown
- the response is not initialized with
Transfer-Encoding: chunked
If your application relied on the transfer encoding being initialized to chunked
, you will have to set it explicitly.
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
Backport the following fixes and improvements from the master
trunk:
- set status only if
steal_connection
is called - prefill the netstring for SCGI when its size is known
- linear routing when
next
is involved - sandbox the routing stack for matchers
- better status handling
The CTPL code has been remove to avoid the « Potential Licensing Fiasco » (see #145).