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
The resolver was rewritten to fix numerous bugs and performance issues.
The reason for this is over the years, bug fixes and features have been
added on top of json-refs and its resolver logic has become crufty. The
new rewrite is clean, does not reinvent the wheel and fixes many bugs.
Fixes: #80, #87, #88, #89, #97, #101, #103
The resolver was rewritten to fix numerous bugs and performance issues.
The reason for this is over the years, bug fixes and features have been
added on top of json-refs and its resolver logic has become crufty. The
new rewrite is clean, does not reinvent the wheel and fixes many bugs.
Fixes: #80, #87, #88, #89, #97, #100, #101, #103
Whenever a remote document request returns an error, we cache the error but whenever we consult the cache, we do not handle the cached error.
The text was updated successfully, but these errors were encountered: