From 4ff76e265014bfb72fa6b2a7b2a816ca38bd2cde Mon Sep 17 00:00:00 2001 From: Jennifer Tran Date: Thu, 16 May 2024 16:59:11 -0700 Subject: [PATCH] fix: fix changelog --- CHANGELOG.md | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c88aa37..6a57cde0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,33 @@ # Changelog ## [Unreleased] -* Bug fixes: - * fixed 483 by extracting a common CMR query method for collections and granules using SearchAfter header - * Added VCR support for verifying the API call to CMR and the parsing of returned results without relying on CMR availability post development - * [#511](https://github.com/nsidc/earthaccess/issues/511): Replaced `print` calls with `logging` calls, where appropriate and added T20 Ruff rule. -* Enhancements: - * Corrected and enhanced static type hints for functions and methods that make - CMR queries or handle CMR query results (#508) +* Changes + + * [#421](https://github.com/nsidc/earthaccess/issues/421): Removed the + `get_user_profile` method and the `email_address` and `profile` attributes + from the `Auth` class. Calling the EDL API to get user profile information + is not intended for library access and is not necessary for this library's + intended use cases. + * [#555](https://github.com/nsidc/earthaccess/issues/555): YAML formatting is + now performed with `yamlfmt` instead of `prettier`. + * [#511](https://github.com/nsidc/earthaccess/issues/511): Replaced `print` + calls with `logging` calls, where appropriate and added T20 Ruff rule. + +* Enhancements + + * [#483](https://github.com/nsidc/earthaccess/issues/483): Now using + [Search After](https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#search-after) + for collection and granule searches to support deep-paging through large + result sets. + * [#508](https://github.com/nsidc/earthaccess/issues/508): Corrected and + enhanced static type hints for functions and methods that make CMR queries + or handle CMR query results. + * [#421](https://github.com/nsidc/earthaccess/issues/421): Enabled queries to + Earthdata User Acceptance Testing (UAT) system for authenticated accounts. + * [#562](https://github.com/nsidc/earthaccess/issues/562): The destination + path is now created prior to direct S3 downloads, if it doesn't already + exist. ## [v0.9.0] 2024-02-28