Skip to content

Webhook Manager v5.1.0

Compare
Choose a tag to compare
@versx versx released this 18 Mar 04:19
· 135 commits to v5-rewrite since this release
  • Updates config management API implementation for React Admin Dashboard.
  • Adds wildcard support for Pokemon subscriptions IV list field.
  • Adds IV range support for Pokemon subscriptions IV list field.
  • Fixes support for PvP subscriptions for non-wild Pokemon/subscribing to actual PvP rankings instead of wild spawn.
  • Rewrote vanilla JS Admin Dashboard UI using React v17.
  • Adds subscriptions management API implementation.
  • Adds WhMgr management API implementation.
  • Adds try catch when reloading subscriptions, just incase.
  • Adds NUnit tests for most filters.
  • Adds NUnit tests for PvP.
  • Fixes issue disabling subscriptions when rate limited.
  • Fixes issue with rate limited message being sent multiple times.
  • Fixes typos in migrate-v4-to-v5.sql migration script.
  • Fixes typos in Discord server config files.
  • Fixes config typos (Credits: clburlison)
  • Fixes install script typos (Credits: clburlison)
  • Fixes PvP rank Pokemon name placeholder for embeds.
  • Fixes description DTS placeholders in alarms.example.json.
  • Skips processing gyms with null gym id.
  • Checks if discord guild contains member id during discord member access validation.
  • Updates POGOProtos.Rpc nuget package.
  • Updates Handlebars.Net nuget packages.
  • Updates documentation website.
  • Moves roles.json to examples folder.
  • Fixes file exists condition for discord roles config.
  • Fixes file exists condition for DTS placeholders config.
  • Fixes missing enabled check for quest purge when purge happens.
  • Fixes ShortURL missing signature value when sending request.
  • Return original url if short url request fails.
  • Fixes PvP subscription form condition check.
  • Fixes Pokemon subscription pokemon id and form condition check.
  • Fixes Raid subscription form condition check.
  • Fixes issue with only processing PvP Pokemon if great or ultra league ranks are set.
  • Fixes typo for last generation 8 entry.
  • Fixes Pokemon subscriptions size filtering.
  • Fixes Pokemon type mismatch when Pokemon has forms.
  • Sets Sentry to only trace 10% instead of 100% of transactions.
  • Adds support for reloading/downloading masterfile.json nightly at midnight (Credits: Thunder)
  • Adds gender filter support for PvP subscriptions.
  • Adds warning log message when masterfile.json is out of date.
  • Adds .areas Discord command to list available areas if geofenceRoles.enabled is set to false.
  • Adds localization for Full and Empty gym slots text.
  • Adds Pokemon types fail safe if masterfile.json is out of date.
  • Adds independent logLevel property to Discord server configs to help with any debugging with Discord issues per server while maintaining main log level for the rest of the application used from the main config.
  • Removes duplicate PokemonSize enumeration.
  • Removes redundant code to simplify subscription checks using reusable generic methods.

What's Changed

  • fix: Example comma patch by @clburlison in #195
  • fix: Copy contents of static directory by @clburlison in #196
  • Bump follow-redirects from 1.14.7 to 1.14.8 in /src/ClientApp by @dependabot in #200
  • [Snyk] Security upgrade mkdocs from 1.0.4 to 1.2.3 by @snyk-bot in #201
  • [Snyk] Upgrade @mui/x-data-grid from 5.3.0 to 5.4.0 by @snyk-bot in #202
  • [Snyk] Upgrade @mui/icons-material from 5.3.1 to 5.4.1 by @snyk-bot in #206
  • [Snyk] Upgrade @mui/styles from 5.3.0 to 5.4.1 by @snyk-bot in #205
  • Fix individual subscription location check by @versx in #215
  • [Snyk] Upgrade @mui/icons-material from 5.4.1 to 5.4.2 by @snyk-bot in #214
  • [Snyk] Upgrade @mui/styles from 5.4.1 to 5.4.2 by @snyk-bot in #213
  • [Snyk] Upgrade @mui/x-data-grid from 5.4.0 to 5.5.0 by @snyk-bot in #204
  • [Snyk] Upgrade @mui/material from 5.3.1 to 5.4.0 by @snyk-bot in #203
  • Add IV wildcard support by @versx in #207
  • Bump follow-redirects from 1.14.7 to 1.14.9 in /src/ClientApp by @dependabot in #219
  • Fix issue setting status in db upon rate limited subscriptions and rate limiting by @versx in #218
  • Fix pokemon subscriptions size filter by @versx in #211
  • reload masterfile nightly by @thunder123456 in #223
  • Add IV list range support for Pokemon subscriptions by @versx in #221
  • Fix pvp subs final evo issue #199 by @versx in #222
  • [Snyk] Upgrade @emotion/styled from 11.6.0 to 11.8.1 by @snyk-bot in #225
  • [Snyk] Upgrade @emotion/react from 11.7.1 to 11.8.1 by @snyk-bot in #226
  • Add gender support for pvp subscriptions by @versx in #227
  • Add independent log level for Discord clients in Discord server configs by @versx in #228

New Contributors

Full Changelog: 5.0.2...5.1.0