Skip to content

Commit 5fd5058

Browse files
authored
chore: added breaking change to release notes v5
1 parent f668d4d commit 5fd5058

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blog/2023-12-01-version-5.0.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ const result = podlet.js()
9696
These client registry events, emitted from the Podium client, were previously deprecated and have now been removed.
9797
You most likely aren't, but check your codebase to ensure you aren't relying on these events.
9898

99+
#### 7. Removed `original-url` on HttpIncoming
100+
101+
Removed [original-url](https://www.npmjs.com/package/original-url) from `http-incoming`, as we have been using this module to do out own parsing to find the original URL of a request but this is in reality double work. This is also handled by all http frameworks so we should instead set the original URL on http-incoming each framework provide instead of doing this parsing our self.
102+
99103
### Other notable changes
100104

101105
None of the following changes require any action when upgrading.

0 commit comments

Comments
 (0)