Skip to content

Releases: bogdanRada/asana_exception_notifier

Release 2.2.0

22 Mar 14:21
Compare
Choose a tag to compare

Upgrade dependencies in gemspec
Fix handling of workspace ID

Release 2.1.0 - Stable

29 Jun 13:43
Compare
Choose a tag to compare

Added more unsafe arguments that should be filtered like :

%w(client_secret code authentication_token access_token refresh_token token)

This are mainly used by oauth libraries and need to be filtered so that they are not reported into Asana tasks .

Since OAuth is generally used by a lot of applications, seems logic to add these into the default filtering .

Release 1.0.2

22 Mar 07:27
Compare
Choose a tag to compare

Support for ruby 2.4 was added

Release 0.0.5

04 Feb 11:21
Compare
Choose a tag to compare

Added posibility to filter params so that unsafe parameters can be filtered from the HTML template

Release 0.0.4 - stable

04 Feb 07:31
Compare
Choose a tag to compare
  • fixed major bug with the temporary files being deleted by garbage collector before getting a chance to compress the files into an archive
  • refactored and fixed some other issues regarding to logging exceptions