Releases: Brideau/pokelyzer
Local Time Zone Support & Lured Pokemon
This release adds local time zone support a supports lured Pokemon in addition to wild ones.
Major Bug Fixes + German Language Addition
This release fixes a major bug when sending data into the webhook listener manually, and fixes an over-hungry de-duplication process.
It also removed Bunyan because that was a nightmare on Windows, and adds a patch for a German translation of Pokemon names.
Added Rarity and Bug Fixes
- Added the ability to group Pokemon by their rarity (as best I could since that varies from place to place).
- Includes bug fix that speeds up submitting to the webhook listener
- Fixes the direction of the accent on the 'e' in Pokémon.
- Fixes bug where I didn't decode the encounter_id from base64
Small bug fix for default Postgres port
v1.0.1-alpha Update app.js
Webhook Listener Release
This uses the webhooks features of PokemonGo-Map instead of requiring a code modification.
Added metadata to each row
Having metadata available that indicates when a record was stored and what version of the database schema was in use during that time helps to diagnose problems. This version includes a new _meta table that stores schema version information, and new meta_db_version and meta_row_insertion_time columns that store that data for each row.
The Era of Eras
Eras are used to track periods of time between big changes to Pokemon Go. They make it much easier to filter out old data, while letting you keep it around in case you need it.
Fixed 'Missing Constraint' Bug
I forgot to apply the most recent patch to the backup, and this fixes that. If you get the error "ProgrammingError: there is no unique or exclusion constraint matching the ON CONFLICT specification" just download the most recent backup.
Fixed a Jitter Bug, Prevents Duplicate Data
Massive thank you to @zenthere for the contributions here! The jitter distribution is now evenly distributed around the original point, and data should no longer be duplicated in the database, even if the source produces them.
Also updated the sample files to keep up with Pokemon-Go app.
Pokemon characteristic support
Added a table for doing analysis using various aspects of each Pokemon