Certain operations rely on GET requests with url parameters which are not appended to the URL until after the key is generated, resulting in key collisions. Key generation is now the hash of method, url, params, and payload.
allianceauth/allianceauth877
An additional convenience method is also included: [`esi.clients.minimize_spec`](https://github.com/Adarnof/adarnauth-esi/blob/v1.14.1/esi/clients.pyL218), which accepts a swagger spec dict, list of resources, and list of operations to keep. This removes all defninitions from the spec dict which are not tagged as a desired resource and are not a desired operation name. This is useful to reduce bloat when shipping a swagger spec with your app.