-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 🤖 New release * `pavex`: 0.1.49 -> 0.1.50 * `pavex_bp_schema`: 0.1.49 -> 0.1.50 * `pavex_reflection`: 0.1.49 -> 0.1.50 * `pavex_macros`: 0.1.49 -> 0.1.50 * `persist_if_changed`: 0.1.49 -> 0.1.50 * `pavex_tracing`: 0.1.49 -> 0.1.50 * `pavex_cli`: 0.1.49 -> 0.1.50 * `pavex_cli_deps`: 0.1.49 -> 0.1.50 * `pavex_miette`: 0.1.49 -> 0.1.50 * `pavexc_cli_client`: 0.1.49 -> 0.1.50 * `pavexc`: 0.1.49 -> 0.1.50 * `pavex_cli_client`: 0.1.49 -> 0.1.50 * `pavex_session`: 0.1.49 -> 0.1.50 * `pavex_session_memory_store`: 0.1.49 -> 0.1.50 * `pavexc_cli`: 0.1.49 -> 0.1.50 * `generate_from_path`: 0.1.49 -> 0.1.50 <details><summary><i><b>Changelog</b></i></summary><p> ## `pavex` <blockquote> ## [0.1.50](0.1.49...0.1.50) - 2024-11-01 ### Added - Support lifetime parameters in type aliases ### Fixed - Supply an (empty) instance of `UrlParams` to the root fallback handler, if it needs it. - Associate the correct function item with resolved methods, rather than the parent impl block. - Improve error message - Look for the 'impl' block in the crate that define the type, rather than the trait, when resolving trait methods - Improve error message when we fail to find a method item in the JSON docs - Don't complain about missing constructors when looking at a naked generic input parameter - Bind generic parameters correctly in all instances - Panic eagerly if internal invariants are not upheld when binding generic parameters - Pavex correctly handles type alises with generic parameters that differ from the target type - Pavex will correctly set the name of the defining crate when resolving local type aliases that refer to remote types - Pavex will never use private modules in the paths used to refer to methods in the generated server SDK code. ([#355](#355)) ### Other - Disable workspace hack before a release - Re-enable workspace hack after a release ([#354](#354)) - Punctuation in error messages. - Improve panic message with details about the item we couldn't handle - Display the available constructibles when PAVEX_DEBUG is set and we incur into a 'missing constructor' error - Display the cyclic dependency graph when PAVEX_DEBUG is set - Provide an easy-to-examine representation for the set of constructibles in a given scope tree </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: pavex-releaser[bot] <[email protected]> Co-authored-by: pavex-releaser[bot] <167640712+pavex-releaser[bot]@users.noreply.github.com> Co-authored-by: Luca Palmieri <[email protected]>
- Loading branch information
1 parent
114deae
commit 98742d9
Showing
21 changed files
with
69 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.