Skip to content

Commit

Permalink
Add migration guide for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 10, 2025
1 parent 6f2cabf commit 763fcbe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/user_guide/backwards-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Our project follows the [SPEC0](https://scientific-python.org/specs/spec-0000/)

## Migration guides

Under Development 🚧
### 0.14.0

This section will contain migration guides for future releases. Check back soon for updates!
* `earthaccess.login()` will now fail by default if Earthdata Login rejects credentials.
We recommend you adjust your code to handle this. If you'd really like to disable
this, pass `earthaccess.login(..., raise_on_failure=False)`.

0 comments on commit 763fcbe

Please sign in to comment.