Releases: samvera/browse-everything
Releases · samvera/browse-everything
v1.3.0
1.2.0
v1.1.2
v1.1.1
v1.1.0
Version 1.0.2
v1.0.2 2019-11-01
Changes since last release
- Added the CircleCI status badger to the
README
and removed Travis CI integration [@jrgriffiniii] - Updated the continuous integration builds to test against the latest releases of Ruby and Rails [@botimer]
- Applied the Apache2 software license [@mark-dce]
- Handling cases where the configuration file is not generated or not available to the mounting application [@jrgriffiniii]
- Deprecating
chromedriver-helpers
in favor ofwebdrivers
[@jrgriffiniii]
Version 1.0.1
v1.0.1 2019-04-23
Changes since last release
- Handles
nil
file entries retrieved from each driver (#270) [@jrgriffiniii]
Version 1.0.0
v1.0.0 2019-03-12
Changes since last release
- Convert JavaScript code to ES5
- Restructure assets to avoid precompilation errors and warnings
- Remove unnecessary and redundant styling rules
- Ensure temporary Dropbox downloads are saved within the Rails app's temp directory
- Ensure Travis & CircleCI use up-to-date Chromedriver
- Remove deprecated and EOL'ed Ruby and Rails versions from the test matrix
Version 1.0.0RC1
v1.0.0.RC1 2018-11-06
Changes since last release
- Fixed a bug for #connect parameters
- Fixed Typhoeus::Request construction and error handling
- Fixed integration bugs with Google Drive
headers, Typhoeus, and Retriever - Fixed the Dropbox provider to preserve the file names in downloads jrgriffiniii
- Ensured that the deprecated config. setting :signed_url for the S3
driver is properly mapped to a :response_type value, and defaults to :signed_url
jrgriffiniii - Updated google-api-client to 0.23.x releases
- Updated googleauth to release 0.6.6 jrgriffiniii
- Ensured that the region config. for the Amazon S3 provider is required
- Removed parent directories with relative path entries (..) from the S3 and Box providers
- Used thor 0.19 as a release dependency jrgriffiniii
- Removed VCR from the test suites for the drivers
- Ensured that the Box, Dropbox, and Google drivers exclusively use WebMock for testing
- Downgraded chromedriver-helper and updating the support for Selenium chromedriver jrgriffiniii
- Fixed Dropbox authentication and authorization with OAuth
- Ensured that nil file size and mtime metadata is handled
- Fixed Dropbox directory browsing jrgriffiniii
- Fixed issues links and added a Code of Conduct. tpendragon
- Updated docs to use Core Component Maintenance Working Group templates botimer