Skip to content

Releases: dylan-lang/http

v1.2.0

29 Jun 15:39

Choose a tag to compare

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

Full Changelog: v1.1.2...v1.2.0

v.1.1.2 Update version of xml-parser dependency

05 Feb 19:52
df0e6f7

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

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

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

Choose a tag to compare

v1.0.0 Update to [email protected]

29 Aug 19:20

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

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

Choose a tag to compare

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