We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0accb31 commit 6ef2e49Copy full SHA for 6ef2e49
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v4.0.0 - 2025-02-06
4
+
5
+- Removed `method_from_dynamic`.
6
+- Fixed a bug where `parse_method` could parse invalid HTTP methods.
7
+- Fixed a bug where `method_to_string` would use incorreect syntax.
8
9
## v3.7.2 - 2024-12-08
10
11
- Fixed warnings on `gleam_stdlib` v0.45.0.
gleam.toml
@@ -1,5 +1,5 @@
name = "gleam_http"
-version = "3.7.2"
+version = "4.0.0"
licences = ["Apache-2.0"]
description = "Types and functions for Gleam HTTP clients and servers"
gleam = ">= 1.0.0"
0 commit comments