You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Introduce `build_cache_depth_sql!`, a sql alternative to `build_cache_depth`[#654](https://github.com/stefankroes/ancestry/pull/654)
12
19
* Drop `ancestry_primary_key_format`[#649](https://github.com/stefankroes/ancestry/pull/649)
13
20
* When destroying orphans, going from leafs up to node [#635](https://github.com/stefankroes/ancestry/pull/635) (thx @brendon)
14
21
* Changed config setters to class readers [#633](https://github.com/stefankroes/ancestry/pull/633) (thx @kshurov)
15
22
* Split apply_orphan_strategy into multiple methods [#632](https://github.com/stefankroes/ancestry/pull/633)[#633](https://github.com/stefankroes/ancestry/pull/617)
23
+
* Ruby 3.4 support
24
+
* Rails 8.0 support
16
25
17
26
#### Notable features
18
27
@@ -29,6 +38,10 @@ jobs. If you need to do this in the ui, please use `cache_depth`.
29
38
30
39
#### Breaking Changes
31
40
41
+
*`siblings` no longer returns self. This is a bug fix, but does change behavior.
42
+
* Dropped support for Rails < 6.1
43
+
* Renamed internal methods to follow Rails conventions: `*_before_save` methods renamed to `*_before_last_save`
0 commit comments