Sha256: 80a66f2b7efaab86505e185d465a319785c018409aec516d927cd61a62abde0d
Contents?: true
Size: 942 Bytes
Versions: 7
Compression:
Stored size: 942 Bytes
Contents
# Changelog ## 0.2.1 [Full Changelog](http://github.com/zencoder/locker/compare/v0.2.0...v0.2.1) Enhancements: * Removed support for rails 2. ## 0.2.0 [Full Changelog](http://github.com/zencoder/locker/compare/v0.1.0...v0.2.0) Enhancements: * Added the ability to use Postgres advisory locks via Locker::Advisory. ## 0.1.0 [Full Changelog](http://github.com/zencoder/locker/compare/v0.0.3...v0.1.0) **NOTE:** You will need to manually add the `sequence` column. See the README for more information. Enhancements: * Added a `sequence` column that gets incremented when a lock is acquired. The value of sequence is then passed into the lock block. * Added multi-ruby testing using Travis CI. Tests passes in just about everything. * Now supports MRI 1.8.7+, rbx, and jruby. Bugfixes: * Removed weirdness around defaulting to using ActiveSupport::SecureRandom when SecureRandom was missing, which should have never been the case.
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
locker-0.6.0 | CHANGELOG.md |
locker-0.5.0 | CHANGELOG.md |
locker-0.4.0 | CHANGELOG.md |
locker-0.3.2 | CHANGELOG.md |
locker-0.3.1 | CHANGELOG.md |
locker-0.3.0 | CHANGELOG.md |
locker-0.2.1 | CHANGELOG.md |