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

Release 0.2.3 #72

Closed
wants to merge 13 commits into from
Closed

Release 0.2.3 #72

wants to merge 13 commits into from

Conversation

abhidnya13
Copy link
Contributor

abhidnya13 and others added 13 commits April 27, 2020 14:35
Merge MSAL Extensions for Python 0.2.2 back to dev branch
Add CodeQL Analysis workflow
Move .github/workflows/workflows dir to .github/workflows
Handle file not found exceptions on Python 2.7
* Unified exception when load() is called before save()

* Go with an explicit PersistenceNotFound exception

* Caller has a much simpler pattern to handle read errors

* Change "where" to "location"

* Test cases for PersistentNotFound
Change PersistenceNotFound's base from OSError to IOError
Bumping version number
Copy link
Contributor

@rayluo rayluo left a comment

Choose a reason for hiding this comment

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

Let's close this one and start over as 0.3.0

if data is None:
# Lower level libsecret would return None when found nothing. Here
# in persistence layer, we convert it to a unified error for consistence.
raise PersistenceNotFound(message=(
Copy link
Contributor

Choose a reason for hiding this comment

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

My bad. Although all other new PersistenceNotFound are not considered as breaking change, this particular one is. https://github.com/AzureAD/microsoft-authentication-extensions-for-python/pull/67/files#diff-3ef6fda259d01e5bd78b0a594e5f9f01R263-R264

Please abandon the 0.2.3 and let's go with 0.3.0

@abhidnya13
Copy link
Contributor Author

Closing this PR as we decided to do a 0.3.0 release instead

@abhidnya13 abhidnya13 closed this Sep 1, 2020
@abhidnya13 abhidnya13 deleted the release-0.2.3 branch September 1, 2020 20:56
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.

None yet

5 participants