- New configuration item
purging_enabled
to simplify disabling/enabling of gem functionality
- Potentially Breaking Change: rename
service_id
methods tofastly_service_identifier
in both the active_record and mongoid mix-ins (in response to fastly#36)
- Require API key for purge requests
- Bumps fastly-ruby gem dep to 1.1.4
- Fix regression with erroneously sending
purge_by_key
method as class-level instead of instance-level (@jumph4x )
- Add optional middleware to strip
Set-Cookie
HTTP Header (Thanks @jessieay!) - !! Introduces erroneous purges. Use 0.1.7 instead !!
- Surrogate key helper can now accept multiple keys (PR by @jessieay)
- Bump version of
fastly
gem used (see: issue #23) - Add
test:setup
andtest:all
Rake tasks - Add
webmock
as full development dependency
- Service_id configuration (required as of 0.1.3)
- Fix purging (bug posted by @scaryguy)
- Experimental Mongoid support (@joshfrench)
- Explicitly test against Rails 4.1
- Lots of cleanup and documentation improvements (@gabebw, @chaslemley, @harlow)
- Initial release