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

Release 1.6.3 #92

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Release 1.6.3 #92

merged 1 commit into from
Mar 1, 2024

Conversation

applejag
Copy link
Owner

@applejag applejag commented Mar 1, 2024

Changelog

  • Fixed converter lookups collisions when multiple assemblies converters with the same name, as it was not resolving assemblies in an exact way nor deterministic order:

    • Added assembly name field to ConverterConfig for each converter.

    • Changed TypeCache to sort assemblies based on FullName and some heuristics.

    • Changed TypeCache to lookup type in correct assembly, based on the assembly's name.

    Thanks @Erifirin for the pull request (#90)

@applejag applejag self-assigned this Mar 1, 2024
@applejag applejag added the release New release for this repo. Once PR is merged a deploy will be made. label Mar 1, 2024
@applejag applejag merged commit 5aa91cb into master Mar 1, 2024
15 checks passed
@applejag applejag deleted the release/1.6.3 branch March 1, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release New release for this repo. Once PR is merged a deploy will be made.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant