Skip to content

Releases: dylan-lang/http

v.1.1.2 Update version of xml-parser dependency

05 Feb 19:52
df0e6f7
Compare
Choose a tag to compare

Previous version of xml-parser (using git submodules) was causing timeouts in GH Actions.

v1.1.1 - Corrected submodule remotes

17 May 02:36
e3e1387
Compare
Choose a tag to compare

What's Changed

  • xml-parser submodule updated by @fraya in #98
  • Update dylan-package.json by @cgay in #99

New Contributors

  • @fraya made their first contribution in #98

Full Changelog: v1.1.0...v1.1.1

v1.1.0 Add support for HTTPS in client

28 Dec 22:39
0312532
Compare
Choose a tag to compare

cbebdc4 http-client: Add support for HTTPS
c3116f9 Use test executables instead of requiring testworks-run

v1.0.1 Fix logging

29 Aug 20:44
Compare
Choose a tag to compare

v1.0.0 Update to [email protected]

29 Aug 19:20
Compare
Choose a tag to compare

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.

  • cdf3555 Update submodules to tagged versions
  • fe196e5 client-test-suite: table => tabling
  • 51bc507 Add pkg.json to pull in the correct deps
  • 97c789f Update for logging v2.1

v0.1.1 Bug fixes and updates to match command-line-parser library

07 Apr 00:48
f85bb33
Compare
Choose a tag to compare

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

17 Jan 17:03
9f30a1d
Compare
Choose a tag to compare

Starting to tag releases so that the package manager can reference them.