Releases: DOI-USGS/sbtools
v1.3.2
version 1.3.2
item_rm_files()
now uses cloud end point. #315initialize_sciencebase_session()
has less warnings. #319 and #323initialize_sciencebase_session()
works at the terminal now. #317initialize_sciencebase_session()
caching works better. #318- improve test coverage #316
version 1.3.1
Improved handling of cached token.
Two Factor Authentication
version 1.3.0
https://doi-usgs.github.io/sbtools/news/index.html
In this release, sbtools underwent a significant migration from josso
login to keycloak
-based two factor authentication. See #314 for details of the changes.
A vignette showing the old and new login methods is now included see: vignette("sbtools")
In addition to login modifications, a pkgdown site was created, and the package code was reorganized significantly.
- Added
initialize_sciencebase_session()
to support tokenized login. - Sciencebase
session
object no longer returned byauthenticate_sb()
current_session()
now returns the active login token.- Removed
session_logout()
andsession_age_reset()
there is now an internal functionsbtools:::clean_session()
to accomplish the same goal. - Removed
sbtools_DELETE()
as the method is no longer the accepted way to delete sciencebase items. - Modified item deletion functions to use a delete helper that ensures files are removed from all locations.
Version 1.2.0 (2023-04-28)
v1.1.21 Upload Scalability
Version 1.1.21 (2022-11-03)
- All web calls now use
httr::RETRY()
to be a bit more robust. #213 - Password management can now be done with the
keyring
package. - File uploads for very large files should now be more robust with longer time out tolerances.
Version 1.1.20 (2022-10-27)
Added checksum validation to both regular and cloud uploads.
v1.1.19 bug fixes
fixes #287
v1.1.18 cloud file handling
This release introduces cloud file handling for both upload and download.
See: https://github.com/USGS-R/sbtools/blob/main/NEWS.md#version-1118-2022-05-26 for more.
Further network error cleanup.
This release fixes a number of error conditions that were causing CRAN checks to fail when running examples.
scrape_files and CRAN fixes
- Added
scrape_files
parameter toitem_upload_files()
anditem_append_files()
- Fixed CRAN check issues with ScienceBase availability. 10 second timeout was added for all web service calls.
Minor update -- error handling.
This is a very minor release that fixes some CRAN check issues and adds some error handling.
On CRAN again
This release includes minor changes to get sbtools tests working on CRAN again.
- Fixed travis build and addressed CRAN test failures.
- Deprecated item_get_wfs -- will be removed in a future version.
- Changed maintainer to [email protected]
- See repository for other updates.