Skip to content

Releases: wagoio/WagoAnalytics

0.0.21

08 Jul 18:16
0165f69
Compare
Choose a tag to compare

WagoAnalytics

0.0.21 (2024-07-08)

Full Changelog Previous Releases

  • Bump interface versions, add cataclysm support.

0.0.20

15 Jun 09:09
f43259e
Compare
Choose a tag to compare

WagoAnalytics

0.0.20 (2024-06-15)

Full Changelog Previous Releases

  • Update API's for 11.x Beta
    Provides backwards support for existing APIs

0.0.19

17 May 00:13
dbeb4e0
Compare
Choose a tag to compare

WagoAnalytics

0.0.19 (2024-05-17)

Full Changelog Previous Releases

  • Move ADDONS_UNLOADING event hook to after login handler
    This way, the data will only save if the user has fully logged in and datasets are appropriately defined.

0.0.18

05 Sep 15:26
3a8061b
Compare
Choose a tag to compare

WagoAnalytics

0.0.18 (2023-09-05)

Full Changelog Previous Releases

  • Fix :Error function. It should accept string or table references.

0.0.17

17 Jul 01:07
b63ead0
Compare
Choose a tag to compare

WagoAnalytics

0.0.17 (2023-07-17)

Full Changelog Previous Releases

  • Bump retail and wrath TOC's

0.0.16

04 May 14:15
50fee44
Compare
Choose a tag to compare

WagoAnalytics

0.0.16 (2023-05-04)

Full Changelog Previous Releases

  • Avoid errors when querying unknown addons (#34)
    Patch 10.1 applied an extra subtle change to C_AddOns.GetAddOnMetadata

    that results in it now erroring if the supplied addon name does not

    exist.

    If the analytics error handler fails to extract an addon name from the

    error message it ends up passing "Unknown" as the addon name, which

    is almost always never going to be an installed addon - and as such

    will raise an error.

    This can be trivially tested from the chat frame via the following,

    which will result in two errors - one for the call we're making

    ourselves, and one from within analytics directly.

      /run C\_AddOns.GetAddOnMetadata("oops")
    

    Wrapping things up with a protected call barrier resolves this issue.

0.0.15

02 May 20:26
cb7b9d3
Compare
Choose a tag to compare

WagoAnalytics

0.0.15 (2023-05-02)

Full Changelog Previous Releases

  • Fix luacheckrc

0.0.14

06 Apr 16:03
ab7daa0
Compare
Choose a tag to compare

WagoAnalytics

0.0.14 (2023-04-06)

Full Changelog Previous Releases

  • Correctly resolve addon names from error messages (#33)
    Fixes #32. Since 10.0 the error message format was slightly changed

    to use "/" delimiters for path segments rather than "".

    For compatibility with Classic Era, the pattern for extracting the

    addon name now accepts both delimiters.

0.0.13

23 Mar 00:18
28d66be
Compare
Choose a tag to compare

WagoAnalytics

0.0.13 (2023-03-23)

Full Changelog Previous Releases

  • Bump TOC for 10.0.7

0.0.12

04 Feb 18:35
7e0f381
Compare
Choose a tag to compare

WagoAnalytics

0.0.12 (2023-02-04)

Full Changelog Previous Releases

  • Bump TOCs
    Updated retail to 10.0.5

    Updated wrath to 3.4.1