All Versions
39
Latest Version
Avg Release Cycle
158 days
Latest Release
-

Changelog History
Page 2

  • v5.9.0 Changes

    November 11, 2018
    • ๐Ÿ’Ž Require Ruby 2.3+
    • ๐Ÿ‘Œ Support Mongo 7.x
  • v5.8.1

    October 30, 2018
  • v5.8.0 Changes

    October 29, 2018
    • ๐Ÿ›  Fix through reflection for rails 5.x
    • ๐Ÿ’พ Fix false positive in after_save/after_create callbacks
    • Don't triger a preload error on "manual" preloads
    • Avoid Bullet from making extra queries in mongoid6
    • ๐Ÿ‘Œ Support option for #first and #last on mongoid6.x
    • ๐Ÿ›  Fix duplicate logs in mongoid 4.x and 5.x version
    • ๐Ÿ’Ž Use caller for ruby 1.9 while caller_locations for 2.0+
    • Extend stacktrace matching for sub-file precision
    • ๐Ÿ”ง Exclude configured bundler path in addition to '/vendor'
    • Fix caller_path in excluded_stacktrace_path
    • โšก๏ธ Update uniform_notifier dependency to add Sentry support
    • โ†” Integrate awesomecode.io and refactor code
  • v5.7.6

    August 15, 2018
  • v5.7.5

    March 12, 2018
  • v5.7.4

    March 10, 2018
  • v5.7.0 Changes

    March 12, 2017
    • ๐Ÿ‘Œ Support rails 5.2
    • Implement Bullet.delete_whitelist to delete a specific whitelist definition
    • ๐Ÿ›  Fix caller_path in the case of nil
  • v5.6.0 Changes

    • Migrate alias_method to Module#prepend
    • โž• Add install generator
    • Stack trace filter
    • ๐Ÿ›  Fix rails 5.1 compatibility
    • ๐Ÿ›  Fix inverse_of for rails 5
    • ๐Ÿ›  Fix detect file attachment for rack #319
  • v5.5.0 Changes

    • Display http request method #311
    • โž• Add close button to footer
    • ๐Ÿ‘ Raise an error if bullet does not support AR or Mongoid
    • Avoid double backtrace
    • ๐Ÿ›  Fix false alert on counter cache when associations are already loaded #288
    • ๐Ÿ›  Fix "false alert" in rails 5 #239
    • ๐Ÿ‘ Do not support ActiveRecord 3.x and Mongoid 3.x / 4.x anymore
  • v5.4.0 Changes

    September 10, 2016
    • ๐Ÿ‘Œ Support rails 5.1
    • Extract stack trace filtering into module