Skip to content

Releases: samvera/browse-everything

v1.3.0

09 Nov 18:48
ab0ee56
Compare
Choose a tag to compare

Allow and pass build on Rails 7.1

1.2.0

28 Jun 19:34
6964cc1
Compare
Choose a tag to compare
  • Drop some unused dependencies
  • Support up to ruby 3.1 and Rails 7.0.x
  • Drop support for Ruby 2.5
  • Require bootstrap JS via sprockets bootstrap asset instead of bootstrap-sprockets #367
  • Support latest versions of dropbox gem dependency

v1.1.2

18 Nov 15:22
d288c37
Compare
Choose a tag to compare
  • Remove sprockets dependency; let downstream developers handle this directly via Rails or webpacker (#358)

v1.1.1

17 Nov 15:08
ac8af3b
Compare
Choose a tag to compare
  • Add support for Rails 6.0, update Webpacker support (#317)

v1.1.0

23 Oct 22:18
Compare
Choose a tag to compare
  • Remove dependency on thor #340
  • Remove dependency on puma #342
  • Relax googleauth dependency #343
  • Relax google_drive dependency #344

Version 1.0.2

01 Nov 16:16
7870650
Compare
Choose a tag to compare

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 of webdrivers [@jrgriffiniii]

Version 1.0.1

01 Nov 15:52
adf89ba
Compare
Choose a tag to compare

v1.0.1 2019-04-23

Changes since last release

Version 1.0.0

13 Mar 03:58
8ad9ecc
Compare
Choose a tag to compare

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

14 Nov 16:47
9e4be83
Compare
Choose a tag to compare

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