Skip to content

feat!: remove serde_norway, make yaml feature use yaml_serde#1567

Open
MarkusZoppelt wants to merge 1 commit into
masterfrom
use-yaml-serde
Open

feat!: remove serde_norway, make yaml feature use yaml_serde#1567
MarkusZoppelt wants to merge 1 commit into
masterfrom
use-yaml-serde

Conversation

@MarkusZoppelt

Copy link
Copy Markdown
Collaborator

BREAKING CHANGE: yaml feature now uses yaml_serde instead of serde_norway.

OpenApi::to_yaml returns yaml_serde::Error.

Removes the temporary yaml_serde feature and to_yaml_serde.

fixes #1565

Note: also changes yaml = ["utoipa/yaml"] as a small fix that makes the existing stable_yaml test actually runnable; it was previously broken when invoked with --features yaml.

@juhaku juhaku left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good 🥇 Need to check what's up with the build once I get time

@MarkusZoppelt

Copy link
Copy Markdown
Collaborator Author

Need to check what's up with the build once I get time

You mean the CI build? I fixed that in #1568

BREAKING CHANGE: `yaml` feature now uses `yaml_serde` instead of
`serde_norway`.

`OpenApi::to_yaml` returns `yaml_serde::Error`.

Removes the temporary `yaml_serde` feature and `to_yaml_serde`.

fixes #1565
@juhaku

juhaku commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Need to check what's up with the build once I get time

You mean the CI build? I fixed that in #1568

Yup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove serde_norway dependency

2 participants