Skip to content

Breaking changes on v2.5.14 #923

Open
@marpereira

Description

@marpereira

Hi all!

A breaking change was added on v2.5.14 due to this commit.

Before this change, the input parameter server_relative_url from save_binary and open_binary wasn't escaped and the string must be url escaped (eg. Shared%20Documents for Shared Documents folder).

After this change, the server_relative_url is parsed to Shared%2520Documents due to the urlib.quote method.

We're not expecting this breaking change on a patch version. No matter what, there are no tests covering any error on this change nor a proper warning on the release notes. I think that this is a change that will affect users since office365 uses spaces by default, unfortunately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions