- update deps
- update data
- remove data from container
- add pokemon cries
- generate openapi schema
- add nix support
- moved to Docker Compose v2
- removed support for arm6 and 7
- make name lookups in api endpoints case insensitive
What's Changed
- deps: ipdate django to 3.2 by @Naramsim in #1001
- Assign IDs to missing locations by @DaltonSW in #1003
- Fix Piplup's line and Shiftry's past Abilities by @Deleca7755 in #1004
- Add remaining DLC2 movesets (legendaries, Exeggcute, Duraludon) by @penelopeysm in #1007
- Adding giants cap location, and gen 8 and hisui location areas by @DaltonSW in #1009
- Fixed form orders for new hisuian mons by @lati111 in #1011
- Removed overlap between locations and location areas with names by @DaltonSW in #1012
- Add gen 7 location areas by @DaltonSW in #1014
- Update README.md commands by @DaltonSW in #1015
- Gen 7 encounters by @DaltonSW in #1016
- DRAFT: Added flavor texts from SV to all abilities by @erezushi in #1021
- Add cries repo by @Naramsim in #1025
- Mark indeedee and oinkologne as having gender differences as per Bulbapedia by @dhaber in #1032
- feat: ✨ Add pokemon cries by @FallenDeity in #1030
- chore: tweak nginx conf by @Naramsim in #1041
- Fixes is_battle_only values on some Pokémon forms by @Gudine in #1042
- Updating MoveDetailSerializer to change $effect_chance to actual number by @SKCwillie in #1031
- Added PowerShell wrapper and sorted table alphabetically by @Celerium in #1049
- Added French names for forms by @polidano10 in #1053
- fixing eevee's has_gender_differences data by @SKCwillie in #1052
- Fix missing base_experience values for #899-1025 in pokemon.csv by @tomlawrence in #1060
- Stop redis on our prod graphql machine by @Naramsim in #1062
- Paldean flavour text and genus added by @chamipon in #1064
- Fix Plasma-Fists and lets snuggle forever by @GreatNovaDragon in #1072
- docs: add openAPI spec, add
nix-shell
by @Indyandie in #1046 - Feat/Pokemon partial name filter by @JVMartyns in #1065
- Add the Stellar Type by @GreatNovaDragon in #1075
- CICD OpenAPI by @Naramsim in #1076
- Resolve #1082: Add Linking cord by @GreatNovaDragon in #1083
- Use compose V2 by @Naramsim in #1059
- Update all containers while redeploying GQL data/better strategy by @Naramsim in #1084
- docs(openapi):
q
query string param, fixid
path parameter, nix refactor by @Indyandie in #1087 - Update machines by @edenbynever in #1091
- Update encounter_method_prose.csv by @DanielSmith13 in #1094
- Fixed typo in Teal Mask item identifier by @WitherredAway in #1099
- Remove max_turns and min_turns from poison fang by @DMJamboe in #1102
- Prune images on GQL by @Naramsim in #1103
- fix(openapi): use correct tag type, maintain operation order by @Indyandie in #1092
- Use local image when testing k8s by @Naramsim in #1028
- Add version names for gen 9 dlcs by @GamiloFR in #1106
- Implemented suggest change of renaming locations.csv id=768 to malie-city--proper by @O-Tahmas in #1098
- Added legends arceus pokeballs by @lati111 in #1118
- feature: type name icons by @gabeklavans in #1116
- Modify Japanese data for Pokémon 960 and add Korean data, add missing Korean data(899 ~ 1025), add new Pokémon 1025 Korean data by @BearHumanS in #1123
- Add Generation IX Shape Data by @KyroChi in #1122
- Add french abilities translations by @programgames in #1125
- Fixed Shape IDs for Gen IX Pokémon by @erezushi in #1127
- fix trailing comma in version_names.csv by @Zitronenjoghurt in #1130
- Update missing Paldean form names by @anhthang in #1131
- Pelipper + wide guard egg move(sv), brambleghast egg moves by @Phyore in #1133
- Add japanese names for Cosplay Pikachu forms by @GeJ in #1148
- fix: link french names for several of Koraidon's forms to correct id by @GeJ in #1147
- fix: french translation for polteageit phony form by @GeJ in #1146
- Add legends pokemon arceus pokemon moves scrapped from serebii.net by @programgames in #1149
- updated README with Table Of Contents by @27Jashshah in #1155
- Update pokemon.csv to include missing base_experience values by @joelesbennett in #1157
- fix #1067: Icy Snow Vivillon incorrect image by @rayusagi in #1159
- Added all Alcremie forms by @rayusagi in #1158
- Added egg group data for pokemon id 1011-1025 by @maxsealey in #1164
- Fix version groups of PLA pokemon-forms by @Deleca7755 in #1165
- Fix incorrect min_turns and max_turns for moves like Wrap and Infestation by @thehecktour in #1167
- Ensure
db
is ready to accept connections prior to migration by @AlexandreCarlton in #1172 - deleting duplicate abilities for certain pokemon by @digitalghost-dev in #1173
- Update docker-compose.yml by @Naramsim in #1174
- Update Stellar Terapagos's stats by @wavebeem in #1181
- Fix building arm6/7 docker image and reduce Docker image size by @Naramsim in #1177
- try: update python and dep by @Naramsim in #1183
- Remove support for arm6 and 7 by @Naramsim in #1185
- update python circleci by @Naramsim in #1186
- Remove data from image by @Naramsim in #1187
- feat: Make name lookups in api endpoints case insensitive by @FallenDeity in #1190
- Update ci deps by @Naramsim in #1192
- Use resources instead of bases in Kustomize by @Naramsim in #1194
- Documentation: bump nix shell & update OpenAPI spec by @Indyandie in #1193
- New graphiql by @Naramsim in #1195
- Create release on tag with db dump by @Naramsim in #1196
- Test compose in CI by @Naramsim in #1197
- Add missing special encounters gens 3-5 by @SimplyBLGDev in #1189
- Allow names to be 200 chars by @Naramsim in #1198
New Contributors
- @DaltonSW made their first contribution in #1003
- @erezushi made their first contribution in #1021
- @Gudine made their first contribution in #1042
- @Celerium made their first contribution in #1049
- @polidano10 made their first contribution in #1053
- @tomlawrence made their first contribution in #1060
- @chamipon made their first contribution in #1064
- @GreatNovaDragon made their first contribution in #1072
- @Indyandie made their first contribution in #1046
- @JVMartyns made their first contribution in #1065
- @edenbynever made their first contribution in #1091
- @DanielSmith13 made their first contribution in #1094
- @WitherredAway made their first contribution in #1099
- @DMJamboe made their first contribution in #1102
- @GamiloFR made their first contribution in #1106
- @O-Tahmas made their first contribution in #1098
- @gabeklavans made their first contribution in #1116
- @BearHumanS made their first contribution in #1123
- @KyroChi made their first contribution in #1122
- @programgames made their first contribution in #1125
- @Zitronenjoghurt made their first contribution in #1130
- @anhthang made their first contribution in #1131
- @Phyore made their first contribution in #1133
- @GeJ made their first contribution in #1148
- @27Jashshah made their first contribution in #1155
- @joelesbennett made their first contribution in #1157
- @rayusagi made their first contribution in #1159
- @maxsealey made their first contribution in #1164
- @thehecktour made their first contribution in #1167
- @AlexandreCarlton made their first contribution in #1172
- @digitalghost-dev made their first contribution in #1173
- @wavebeem made their first contribution in #1181
Full Changelog: 2.7.0...2.9.0