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

change default value of quote_parameters to True #422

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

briantist
Copy link
Contributor

@briantist briantist commented Jul 1, 2023

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:

  • Changes the default to True
  • Removes the warning
  • Updates the tests to no longer check for None or a warning value, and to remove explicit setting where we aren't needing it

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!

@briantist briantist changed the title change default value of quote_parameters to True change default value of quote_parameters to True Jul 1, 2023
@briantist briantist force-pushed the matrix-params/quoting-default branch from d95b87e to 21ab57d Compare August 3, 2023 18:03
@allburov allburov merged commit 2e92742 into devopshq:master Dec 14, 2023
5 checks passed
@allburov
Copy link
Member

@briantist thank you!

@briantist briantist deleted the matrix-params/quoting-default branch December 14, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants