Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Releases: vectordotdev/timber-ruby

2.0.20 - 19 May 2017

19 May 16:06
Compare
Choose a tag to compare
  • Resolves an issue with the Timber::LogDevices::HTTP class and process forking.

2.0.18 - 14 May 2017

15 May 03:58
Compare
Choose a tag to compare
  • Fixes an issue where ActiveRecord::Base is not defined. The ActiveRecord::LogSubscriber calls ActiveRecord::Base.logger which is not required from that file.

2.0.17 - 22 April 2017

23 Apr 01:37
Compare
Choose a tag to compare
  • Fixes a bug where logging non-String objects would raise an exception. Any non-String object will now be coerced into a String via the inspect method. This follows the default ::Logger behavior.

2.0.16 - 21 April 2017

21 Apr 14:52
Compare
Choose a tag to compare
  • Ensures the Timber middleware is the absolute last in the stack. In cases where both devise and omniauth were installed, devise would take over installing the Omniauth middleware inserting it after Timber. This version resolves that.

2.0.14 - 19 April 2017

20 Apr 01:53
Compare
Choose a tag to compare
  • Add Timber middleware further down in the initialization process, after the engines_blank_point hook. This ensures Timber is the absolute last.

2.0.12 - 19 April 2017

20 Apr 01:30
Compare
Choose a tag to compare
  • Ensures that the Timber middlewares are inserted last, after config/initializers are loaded. Without this, the Timber middlewares could be inserted before Omniauth middlewares, meaning we would not capture user context.

2.0.11 - 19 April 2017

20 Apr 00:26
Compare
Choose a tag to compare
  • Fixes an issue where user context was not being captured if both warden and omniauth were installed.

2.0.10 - 19 April 2017

19 Apr 18:30
Compare
Choose a tag to compare
  • Automatically captures hostname as part of the system context.

2.0.7 - 28 March 2017

29 Mar 04:50
Compare
Choose a tag to compare

1.1.3 - 23 February 2017

23 Feb 15:22
Compare
Choose a tag to compare
  • Coerces context and event attributes into the types the Timber API expects.