All Versions
39
Latest Version
Avg Release Cycle
158 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v5.3.0 Changes
August 15, 2016- ๐ Fix false alert on through association with join sql #301
- ๐ Fix association.target in
through_association
can be singular #302 - Support
find_by_sql
#303 - ๐ Fix env
REQUEST_URI
-
v5.2.0 Changes
- Fix
has_cached_counter?
is not defined in HABTM #297 - ๐ Fix false alert if preloaded association has no records #260
- ๐ Support Rails 5.0.0
- Fix
-
v5.1.0 Changes
- ๐ Fix false alert when
empty?
used withcounter_cache
- Fix
alias_method_chain
deprecation for rails 5 - โ Add response handling for non-Rails Rack responses
- ๐ Fix false alert when querying immediately after creation
- ๐ Fix UnusedEagerLoading bug when multiple eager loading query include same objects
- ๐ Fix false alert when
-
v5.0.0 Changes
June 01, 2016- ๐ Support Rails 5.0.0.beta1
- ๐ Fix
has_many :through
infinite loop issue - ๐ Support mongoid 5.0.0
- Do not report association queries immediately after object creation to require a preload
- Detect
counter_cache
forhas_many :through
association - Compatible with
composite_primary_keys
gem - ๐ Fix AR 4.2 SingularAssociation#reader result can be nil
perform_out_of_channel_notifications
should always be triggered- Fix false positive with
belongs_to
->belongs_to
for active_record 4.2 - Activate active_record hacks only when Bullet already start
- Don't execute query when running
to_sql
- Send backtrace to
uniform_notifier
- ๐ Fix sse response check
- Dynamically delegate available notifiers to UniformNotifier
- Hotfix nil object when
add_impossible_object
- Fix
has_one
thenhas_many
associations in rails 4.2 - Append js and dom to html body in proper position
-
v4.14.0 Changes
March 10, 2014- ๐ Support rails 4.2
- ๐ Polish notification output
- ๐ Fix warning: `*' interpreted as argument prefix
-
v4.13.0 Changes
- ๐ Support include? call on ar associations
-
v4.12.0 Changes
- ๐ Fix false n+1 queries caused by inversed objects.
- Replace .id with .primary_key_value
- Rename bullet_ar_key to bullet_key
- ๐ Fix rails sse detect
- ๐ Fix bullet using in test environment
- ๐ Memoize whoami
-
v4.11.0 Changes
- ๐ Support empty? call on ar associations
- Skip detecting if object is a new record
-
v4.10.0 Changes
June 06, 2014- ๐ Handle join query smarter
- ๐ Support mongoid 4.0
- Thread safe
- โ Add debug mode
-
v4.9.0 Changes
- โ Add Bullet.stacktrace_includes option
- ๐ Applied keyword argument fixes on Ruby 2.2.0
- โ Add bugsnag notifier
- ๐ Support rails 4.1.0