Skip to content

Improve documentation for v4 migration and bump deps#89

Merged
appliedfunctor merged 8 commits intomasterfrom
dep-bump
Feb 24, 2026
Merged

Improve documentation for v4 migration and bump deps#89
appliedfunctor merged 8 commits intomasterfrom
dep-bump

Conversation

@appliedfunctor
Copy link
Contributor

No description provided.

@snyk-io-eu
Copy link

snyk-io-eu bot commented Feb 23, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copy link
Contributor

@hughlunt hughlunt left a comment

Choose a reason for hiding this comment

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

lgtm

contentEncoding = publishCommand.basicProperties.contentEncoding.map(_.value),
priority = publishCommand.basicProperties.priority,
deliveryMode = publishCommand.basicProperties.deliveryMode.map(dm => model.DeliveryMode.from(dm.value)),
deliveryMode = publishCommand.basicProperties.deliveryMode.map(dm => model.DeliveryMode.unsafeFromInt(dm.value)),
Copy link
Contributor

Choose a reason for hiding this comment

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

Had to check unsafe was intentional here. All good 👍

@appliedfunctor appliedfunctor merged commit 4a17d6a into master Feb 24, 2026
4 checks passed
@appliedfunctor appliedfunctor deleted the dep-bump branch February 26, 2026 08:57
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.

2 participants