OmniAuth v1.6.0 Release Notes

Release Date: 2017-02-17 // about 7 years ago
  • โšก๏ธ Updates / Fixes

    • ๐ŸŽ Performance benchmarks for middleware call (PR: #775)
    • 0๏ธโƒฃ Simplify Default Strategy Options (PR: #777)
    • ๐Ÿ‘Œ Improve perf by using Hashie::Mash#[] (PR: #778)
    • โœ… Pass through test_mode with alternate request method (PR: #779)
    • โœ… Avoid Minitest warnings (PR: #850)
    • Set omniauth.headers on the request phase (PR: #806)
    • ๐Ÿคก Set params when mocking a failure (PR: #812; Issue: #811)
    • ๐Ÿ“„ docs: TestCase expects class in strategy method array (PR: #868)
    • โšก๏ธ Update AuthHash#regular_writer to ensure that #info is a Hash (#848)
    • ๐ŸŽ Loosen hashie requirements to fix potential performance issues. Please define 3.4.6 in your Gemfile if you experience issues with 3.5.x. (PR: #887; Issue: #886)