Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ohno_macros = { path = "crates/ohno_macros", default-features = false, version =
recoverable = { path = "crates/recoverable", default-features = false, version = "0.1.4" }
seatbelt = { path = "crates/seatbelt", default-features = false, version = "0.5.3" }
seatbelt_http = { path = "crates/seatbelt_http", default-features = false, version = "0.2.4" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.2.3" }
templated_uri = { path = "crates/templated_uri", default-features = false, version = "0.3.0" }
templated_uri_macros = { path = "crates/templated_uri_macros", default-features = false, version = "0.2.2" }
templated_uri_macros_impl = { path = "crates/templated_uri_macros_impl", default-features = false, version = "0.2.2" }
testing_aids = { path = "crates/testing_aids", default-features = false }
Expand Down
15 changes: 15 additions & 0 deletions crates/templated_uri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.3.0] - 2026-06-05

- ⚠️ Breaking

- introduce data_privacy_core ([#427](https://github.com/microsoft/oxidizer/pull/427))

- ✨ Features

- add serde Deserialize for Uri and PathAndQuery ([#473](https://github.com/microsoft/oxidizer/pull/473))
- introduce fetch_tls crate ([#450](https://github.com/microsoft/oxidizer/pull/450))

- 🐛 Bug Fixes

- re-export macro support traits via __private ([#476](https://github.com/microsoft/oxidizer/pull/476))

## [0.2.3] - 2026-06-02

- 🔧 Maintenance
Expand Down
2 changes: 1 addition & 1 deletion crates/templated_uri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "templated_uri"
description = "Standards-compliant URI handling with templating, validation, and data classification"
version = "0.2.3"
version = "0.3.0"
readme = "README.md"
keywords = ["oxidizer", "url", "parsing", "templates", "uri"]
categories = ["encoding", "parser-implementations", "template-engine", "web-programming"]
Expand Down
24 changes: 12 additions & 12 deletions crates/templated_uri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,21 +199,21 @@ This crate was developed as part of <a href="../..">The Oxidizer Project</a>. Br
</sub>

[__cargo_doc2readme_dependencies_info]: ggGmYW0CYXZlMC43LjJhdIQbLiTyV0MU86EbZU15e0PmecoboQ9jo59bnAEbyDXw04U13GlhYvRhcoQbreJMElgxp0kbqex4QSgBMK8bdglL8RqN6aobvSfumN6CAithZIKCZGh0dHBlMS40LjGCbXRlbXBsYXRlZF91cmllMC4yLjM
[__link0]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Uri
[__link1]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=BaseUri
[__link10]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Escape
[__link11]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Raw
[__link0]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Uri
[__link1]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=BaseUri
[__link10]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Escape
[__link11]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Raw
Comment on lines 201 to +205
[__link12]: https://datatracker.ietf.org/doc/html/rfc6570#section-2.3
[__link13]: https://docs.rs/http/latest/http/
[__link14]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Uri
[__link14]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Uri
[__link15]: https://docs.rs/http/1.4.1/http/?search=Uri
[__link16]: https://docs.rs/hyper/latest/hyper/
[__link17]: https://docs.rs/reqwest/latest/reqwest/
[__link2]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=BaseUri
[__link3]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=BasePath
[__link4]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=PathAndQueryTemplate
[__link5]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Escaped
[__link6]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=EscapedString
[__link7]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=Escaped
[__link8]: https://docs.rs/templated_uri/0.2.3/templated_uri/?search=EscapedString
[__link2]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=BaseUri
[__link3]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=BasePath
[__link4]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=PathAndQueryTemplate
[__link5]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Escaped
[__link6]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=EscapedString
[__link7]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=Escaped
[__link8]: https://docs.rs/templated_uri/0.3.0/templated_uri/?search=EscapedString
[__link9]: https://datatracker.ietf.org/doc/html/rfc6570
Loading