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

Bump kiota from 1.18.0 to 1.19.1 #17

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Bump kiota from 1.18.0 to 1.19.1 #17

merged 1 commit into from
Oct 17, 2024

Conversation

sevein
Copy link
Member

@sevein sevein commented Oct 17, 2024

This commit fixes #13 since kiota 1.19.0 included the fix with trailing slashes in the OpenAPI.NET repo (release 1.6.22).

appendTrailingSlashHandler is removed because the generated client is now including trailing slashes as expected by Archivematica Storage Service. All tests under the root and example modules are passing with the handler removed.

Related: microsoft/kiota#4291.

This commit fixes #13 since kiota 1.19.0 included the fix with trailing slashes
in the OpenAPI.NET repo (release 1.6.22).

`appendTrailingSlashHandler` is removed because the generated client is now
including trailing slashes as expected by Archivematica Storage Service. All
tests under the root and example modules are passing with the handler removed.
@sevein sevein merged commit 38ba022 into main Oct 17, 2024
8 checks passed
@sevein sevein deleted the dev/update-kiota branch October 17, 2024 05:35
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.

Problem: middleware to append trailing slash should not be needed
1 participant