Skip to content

1.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 23:57
· 24 commits to main since this release

Lib: RangeCheck-3.0

1.0.10 (2024-01-26)

Full Changelog Previous Releases

  • Fix uncached items not setting foundNewItems
    In d0ae656 the logic around itemRequestTimeout was incorrectly
    changed, which exposed a bug in the logic of processItemRequest
    Fixes WeakAuras bug #4836

  • Improve Item request processing (#13)
    Currently the addon isn't correctly tracking when an item doesn't exist. This is causing an excessive number of item info queries when logging in, since the same items are being checked repeatedly.

    Testing was done on Classic Era, logging in for the first time after restarting the game.

    Before changes, I recorded 242 GET_ITEM_INFO_RECEIVED events over ~85 seconds when the addon loads.

    After changes, I recorded 30 GET_ITEM_INFO_RECEIVED events over ~5 seconds when the addon loads.

    I've also tested changes on Wrath, but not Retail. As far as I know, the ItemMixin API is unchanged in all game versions.