Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an API version to META6.json and add a Changes file #200

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Checklist
=========
(Feel free to delete this text once you went through it.)

- Did you add an entry to the `Changes` file?

7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Revision history for Cro::HTTP

{{NEXT}}
- Add two `Response` convenience methods: `not-supported` (500) and
`server-error` (505).
- Add support for HTTP/2 cookie headers.
- Be more lenient when receiving Cookies with duplicate parameters.
1 change: 1 addition & 0 deletions META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Cro::HTTP",
"description": "Asynchronous HTTP, both client and server side. Includes HTTP/2.0 support.",
"version": "0.8.9.1",
"api": "0",
"auth": "zef:cro",
"perl": "6.*",
"authors": [
Expand Down
Loading