Releases: dylan-lang/http
v1.2.0
What's Changed
- Infrastructure improvements by @fraya in #110
- Bump dylan-lang/install-dylan-tool from 2 to 3 by @dependabot in #111
- Bump actions/checkout from 3 to 4 by @dependabot in #112
- Updates for deft and doc by @cgay in #113
- Ignore localhost and fix broken links by @fraya in #115
- package: use latest versions of testworks and sphinx-extensions by @cgay in #116
- build: Better Git version info hack, don't --unify by @cgay in #119
New Contributors
- @dependabot made their first contribution in #111
Full Changelog: v1.1.2...v1.2.0
v.1.1.2 Update version of xml-parser dependency
Previous version of xml-parser (using git submodules) was causing timeouts in GH Actions.
v1.1.1 - Corrected submodule remotes
v1.1.0 Add support for HTTPS in client
v1.0.1 Fix logging
- f5c2eb6 Fix some [email protected] incompatibilities I missed
v1.0.0 Update to [email protected]
Incrementing major version due to using [email protected] which has incompatible changes, which means anyone using http and logging also has to update their logging. (We don't currently have a way to do a build with two different versions of a used library.) The 1.0.0 does not in any way indicate readiness for prime time.
v0.1.1 Bug fixes and updates to match command-line-parser library
This release fixes a bug in serving static file content, in which extra data at the end of the buffer when end-of-file was reached could be sent to the client. It also updates the command line minimally to match the command-line-parser library v2.0.0 release.
Initial tagged release
Starting to tag releases so that the package manager can reference them.