Skip to content

Releases: sul-dlss/stacks

v1.4.2

18 Oct 18:55
Compare
Choose a tag to compare

This release simply updates some dependencies, most notably upgrading to rails 5.

v1.4.1

29 Sep 21:46
Compare
Choose a tag to compare

don't use purl landing page for status checks as it is expensive to build - use (purl url)/status instead.

v1.4.0

28 Sep 21:32
Compare
Choose a tag to compare

Rolling out media!! (very little changes here)

  • enable media and location based auth feature flags by default
  • capistrano deploys use capistrano-shared_configs to get latest shared_config files
  • remove unused and misleading StacksFile.valid? method
  • removed is_it_working - as it's been replaced by okcomputer at /status

v1.3.2

21 Sep 22:43
Compare
Choose a tag to compare
  • fix rails_cache check for okcomputer
  • update capistrano stage names and don't install unnec. gem groups

v1.3.1.1 (because v1.3.1 was a mistake)

21 Sep 21:57
Compare
Choose a tag to compare
  • okcomputer checks for stacks root only (dev box doesn't have 'bb' druid in its stacks)

v1.3.0

21 Sep 21:16
Compare
Choose a tag to compare
  • use honeybadger instead of squash
  • /status shows results of okcomputer checks (to replace is_it_working)
  • is_it_working checks more dependencies, including non-crucial ones
  • remove VCR, webmock and all cassettes
  • update dependencies
  • media controller functionality tweaks - pared down since more now happens in embed than here
  • location based authentication for some content types (media, ...)

v1.2.0

18 Jul 21:29
Compare
Choose a tag to compare
  • user location constraints implemented
  • media controller: json for media auth redone for location and/or stanford restrictions
  • fixed IIIF bearer token regression
  • allow special chars for stream and download URLs
  • gem updates: nokogiri 1.6.8 and some others

media endpoints and auth capability, code cleanup and maintenance

24 May 19:18
Compare
Choose a tag to compare
  • code climate badge
  • test cleanup
  • strong params (more stringent input checking for URL query params)
  • media auth token generation and verification
  • media controller
    • download of media files
    • streaming of media files (via redirection with token to streaming server)
    • verification of auth tokens for streams

v1.0

20 Apr 18:49
Compare
Choose a tag to compare

First tagged release. Includes removal of identifier from download filenames (#26)