All Versions
43
Latest Version
Avg Release Cycle
87 days
Latest Release
1881 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.10.1 Changes
February 09, 2017๐ Fix
- Thor throwing warnings about --shell option
- chamber showing it's going to encrypt when it's not
-
v2.10.0 Changes
February 04, 2017๐ Change
- from deprecated OpenSSL::Cipher::Cipher
โ Add
- Chamber types
- base 'encrypt' and 'decrypt' methods to Chamber
๐ Fix
- Issue with large values being re-encrypted
-
v2.9.1 Changes
August 23, 2016- Config variables are shell escaped for heroku push
-
v2.9.0 Changes
May 12, 2016๐ Fixed
- YAML multiline strings not being secured properly
๐ Changed
- Generalize the encryption and decryption filters
- Extract more encryption method logic
- Extract encryption method into a method
- Extract public key encryption to EncryptionMethods::PublicKey
- Extract SSL encryption into EncryptionMethods::Ssl
- Extract decryption method into its own method
- Move decryption methods into their own classes
- LARGEDATA to LARGE_DATA
โ Removed
- Unneeded method
Uncategorized
- Encryption of large data with test cases
-
v2.8.0 Changes
March 24, 2015โ Added
- Support for rails engine projects
- Create the .gitignore file if it doesn't exist
- newlines to .chamber lines inserted in the .gitignore file
- templates directory to the gemspec
- circle.yml
- rubygems config
๐ Fixed
- Lines in output which were not colored
- Pathname implicit conversion to string in Ruby 2.2.1
Uncategorized
- Add names and dates
- Swap logo
- Add credits and license info to README
-
v2.7.1 Changes
October 30, 2014๐ Bugfix
- Settings overridden by environment variables were decrypted
-
v2.7.0 Changes
October 30, 2014๐ Feature
- Add key and encrypted value to failed decryption error message
-
v2.6.0 Changes
October 30, 2014๐ Feature
- Allow the chamber decryption key to be pulled from CHAMBER_KEY
- Change 'show --only-secure' to '--only-sensitive'
-
v2.5.0 Changes
October 30, 2014๐ Feature
- Allow any values (including complex ones) to be secured
- Add a protected emailable private key when initializing
- Allow Chamber to find '*.yml.erb' files as well
- Add the FailedDecryptionFilter to the pipeline
- Add FailedDecryptionFilter
- Don't show the decrypted setting when pushing to Heroku
- Add --only-secure option to 'show'
- Allow host settings to override environment settings in Rails
Uncategorized
- Update README.md
- Update README.md
- Update README.md
- Update README.md
๐ Bugfix
- Fix gemspec binary filter
-
v2.4.0 Changes
September 23, 2014- Allow hashie to be upgraded to 3.x