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
Fix infinite loop when mounting endpoint with same superclass
Subclass APIs were being assigned the same top level inheritable
settings from the superclass. When an API attempted to mount another
API with the same superclass, the same setting object would be added to
the setting stack. When an attempt was made to retrieve a value from the
settings, it would sit in loop calling itself.
*[#1726](https://github.com/ruby-grape/grape/pull/1726): Improved startup performance during API method generation - [@jkowens](https://github.com/jkowens).
17
+
*[#1727](https://github.com/ruby-grape/grape/pull/1727): Fix infinite loop when mounting endpoint with same superclass - [@jkowens](https://github.com/jkowens).
0 commit comments