Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.50 #360

Merged
merged 3 commits into from
Nov 1, 2024
Merged

Conversation

pavex-releaser[bot]
Copy link
Contributor

@pavex-releaser pavex-releaser bot commented Nov 1, 2024

🤖 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
Changelog

pavex

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)

Other

  • Disable workspace hack before a release
  • Re-enable workspace hack after a release (#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


This PR was generated with release-plz.

@LukeMathWalker LukeMathWalker merged commit 98742d9 into main Nov 1, 2024
6 checks passed
@LukeMathWalker LukeMathWalker deleted the release-plz-2024-11-01T16-34-14Z branch November 1, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant