Skip to content

Releases: hyperf/http-server

Release v2.1.0-beta2

21 Dec 05:55

Choose a tag to compare

Merge branch 'master' into 2.1-merge

# Conflicts:
#	src/validation/composer.json

Release v2.0.24

21 Dec 02:04

Choose a tag to compare

Support custom HTTP status code. (#2973)

* Support for custom HTTP status code

* Update test

* Update CHANGELOG-2.0.md

Co-authored-by: 李铭昕 <715557344@qq.com>

Release v2.1.0-beta1

14 Dec 12:16

Choose a tag to compare

Merge branch 'master' into 2.1-merge

Release v2.0.22

07 Dec 06:15

Choose a tag to compare

Pass controller instance as first argument to method_exists function …

Release v2.0.19

17 Nov 02:58

Choose a tag to compare

Fixed response body does not exists when bad request. (#2803)

* Fixed response body does not exists when bad request.

* Update JsonParser.php

* Update CHANGELOG-2.0.md

Release v2.0.18

09 Nov 02:45

Choose a tag to compare

Middleware of options should be replaced by Annotation @Middleware. (…

Release v2.0.13

28 Sep 03:02

Choose a tag to compare

fix typo and ambiguous expression (#2569)

* fix typo and ambiguous expression

* fix typo

* update questions with zirocte/swagger 3.0.5 version issue

Release v2.0.11

14 Sep 03:45

Choose a tag to compare

Added auto release. (#2457)

v1.1.29

30 Apr 10:01

Choose a tag to compare

Update CoreMiddleware.php (#1664)

v1.0.5

17 Jul 04:12

Choose a tag to compare

Fixed xml() does not work expected