Skip to content

Commit edb4779

Browse files
chore(main): release 4.1.0
1 parent a09ecd8 commit edb4779

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [4.1.0](https://github.com/WebFiori/http/compare/v4.0.0...v4.1.0) (2025-11-26)
4+
5+
6+
### Features
7+
8+
* Added `HttpMessage` ([474db18](https://github.com/WebFiori/http/commit/474db18efdfdfe4f06ff31b3d851bdea4fd9dbc4))
9+
* Added `RequestURI` ([b7f4e25](https://github.com/WebFiori/http/commit/b7f4e25c023349d1457aaa1b1d62263f450b7f3b))
10+
11+
12+
### Bug Fixes
13+
14+
* Fixes to Request Class ([a86a946](https://github.com/WebFiori/http/commit/a86a946cf9137631b91c405da4feb35a978004b2))
15+
* Get URI With Fragment or Query String ([43c13d1](https://github.com/WebFiori/http/commit/43c13d1608aa5a4ee23b22e25c013926ce0947e7))
16+
* Multiple Fixes to Core ([d2c9c4a](https://github.com/WebFiori/http/commit/d2c9c4a1c78cdae71082bdf722ecc7dde16895b2))
17+
* URI Parameter ([4effd3a](https://github.com/WebFiori/http/commit/4effd3a7c1b3ae86bda27debe106fe3f6977ad15))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Config Changes ([6718e2a](https://github.com/WebFiori/http/commit/6718e2aa38d19b2b6082010f718065f0dcd916d3))
23+
* Ignore Tests Cache ([4d57d85](https://github.com/WebFiori/http/commit/4d57d854a8b1acdf93c09a4758b99ca311b0907d))
24+
* Merge pull request [#80](https://github.com/WebFiori/http/issues/80) from WebFiori/dev ([6fa2a60](https://github.com/WebFiori/http/commit/6fa2a60225ff82c084ffbfab391f1087affc9af7))
25+
* Merge pull request [#82](https://github.com/WebFiori/http/issues/82) from WebFiori/dev ([a09ecd8](https://github.com/WebFiori/http/commit/a09ecd89089211615eb57c9cf381a59e2d63e7c8))
26+
* Multiple Fixes ([24f0865](https://github.com/WebFiori/http/commit/24f0865ea42953caede6b898996fc1e39082da2b))
27+
* Multiple Fixes ([66effd1](https://github.com/WebFiori/http/commit/66effd1130c0c852af551c790a71ee60d74cc101))
28+
* Updated License Headers ([37acd59](https://github.com/WebFiori/http/commit/37acd5900f349ddac50cdae611e44e23a0c8b3ca))
29+
330
## [4.0.0](https://github.com/WebFiori/http/compare/v3.6.1...v4.0.0) (2025-08-06)
431

532

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"PSR-7",
1313
"JSONx"
1414
],
15-
"version": "4.0.0",
15+
"version": "4.1.0",
1616
"license": "MIT",
1717
"require": {
1818
"php": ">=7.0",

0 commit comments

Comments
 (0)