devopshq / artifactory

dohq-artifactory: a Python client for Artifactory
https://devopshq.github.io/artifactory/
MIT License
273 stars 144 forks source link

change default value of `quote_parameters` to `True` #422

Closed briantist closed 9 months ago

briantist commented 1 year ago

Follow-up to:

In #409, released in v0.9.0, we added the quote_parameters option to the deploy method and defaulted it to None (to be later converted to False) to preserve existing behavior.

We also added a warning when the value was None so that we could warn that the default value would change to True in v0.10.0.

This PR:

To be released in v0.10.0

If you would like to retain the ability to do a v0.9.x patch release, then this PR should not be merged yet, since we announced that this default would not change until v0.10.0. So once any other PR that would force that version is merged, this could be merged too.

I'm putting this up "early" so that I don't forget, and so the changes are ready when needed. Thanks!

allburov commented 9 months ago

@briantist thank you!