Skip to content

Releases: berkmancenter/amber_nginx

Version 1.2

03 Aug 21:53
Compare
Choose a tag to compare

New and improved in Amber v1.2 for Nginx:

  • Support for Memento. Amber now complies with the HTTP-based Memento Project framework, specifically the "Memento-Datetime" HTTP headers and link relation attributes. Visitors to your site running the Memento Time Travel plugin can right-click on any link to see the Amber archive in addition to other available versions of the same page from the Internet Archive and other major archives.
  • Security update. Amber supports configuration out of the box to store content on a dedicated subdomain, limiting the effect of an XSS attack through preserved content.
  • Improved Admin page. We’ve improved sorting functionality on the the Admin page, allowing you to better display and understand the variety of links you've preserved.
  • Improved cron job process. Amber’s regular link checking functionality works better, from creation to permissioning and running at intervals.
  • Support for regular expressions. Amber storage settings now support regex out of the box. You can choose to preserve or avoid preserving certain subdomains or directories via the amber-nginx.ini configuration file.
  • Dedicated user agent. Amber now utilizes its own user agent.

Version 1.1.2

15 Apr 15:12
Compare
Choose a tag to compare
Version 1.1.2 Pre-release
Pre-release

Bug fixes

  • Robots.txt respected if all directives are in lowercase
  • Fix memory allocation problem with long hostnames
  • Use hostname requested by user when building cache links, rather than hostname defined in server config

Version 1.1

04 Mar 23:45
Compare
Choose a tag to compare
Version 1.1 Pre-release
Pre-release

New functionality and changes in this release

  • Adopted standards from the Memento project for attributes on cached URLs
  • Added Memento-Datetime HTTP header to cached content
  • Changed user-agent string of the caching process, and respect agent-specific rules in robots.txt
  • Changed rules for excluding sites from caching to support regular expressions, and apply to the entire URL, not just the host name
  • Sort by URL in the dashboard

First combined release across all Amber plugins

01 Feb 21:56
Compare
Choose a tag to compare

First combined release across all Amber plugins

Allow disabling Amber based on user-agent

26 Jan 02:54
Compare
Choose a tag to compare
Merge pull request #4 from rholcombePod/2014-12-31-FilterBotRequests

Add user agent string filtering.

Security enhancements - use 'sandbox' URL for cache

14 Jan 22:11
Compare
Choose a tag to compare

Add documentation and configuration for displaying cached content at a different URL

v0.8

06 Oct 15:57
Compare
Choose a tag to compare
Rename github repositories

Release Candidate #4

15 Aug 01:54
Compare
Choose a tag to compare

Minor bug fix for cases when no behavior is specified for cached pages.

Release Candidate #3

07 Aug 20:28
Compare
Choose a tag to compare
  • Respect mime-type and site exclusions when caching content (from robustness_common)
  • Set mime-type on documents displayed from the cache

Release Candidate #2

01 Aug 14:32
Compare
Choose a tag to compare
  • Added license
  • Updated documentation