aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCow <cow@volloeko.de>2023-07-22 22:32:17 +0200
committerCow <cow@volloeko.de>2023-07-22 22:32:17 +0200
commit58234e9074b58f2c523df51171fcfa77b44f2ae8 (patch)
tree36d12e312026703e5700b25ce2cd4396684be090 /CHANGELOG.md
parent0ce8dc4ff8fa01fa17963c2ca7577700956ecf43 (diff)
downloadCowlection-58234e9074b58f2c523df51171fcfa77b44f2ae8.tar.gz
Cowlection-58234e9074b58f2c523df51171fcfa77b44f2ae8.tar.bz2
Cowlection-58234e9074b58f2c523df51171fcfa77b44f2ae8.zip
Changed API key validation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c8a717..702e681 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [1.8.9-0.16.0] - unreleased
+### Note on API keys ❗
+In case you haven't heard yet: player-based API keys are currently being phased out (see also forums post about [Public API Changes](https://hypixel.net/threads/public-api-changes-february-2023.5266129/)).
+
+Therefore, API-related features _that require an API key_ will probably stop working in the foreseeable future. I _don't_ currently plan to provide my own API backend system, so sooner or later the few features in Cowlection that require an API key will probably stop working.
+
+The affected features are the following:
+1. `/moo stalk`: check online status & current game of a user ➡️I plan to move this to my Discord bot Moonitor (for that join the [Cowshed Discord server](https://discord.gg/fU2tFPf))
+2. `/moo stalkskyblock`: check SkyBlock stats of a player ➡️there are various bots/mods/websites that allow SkyBlock player lookups
+3. `/moo dungeon party` (= `/moo dp`): lookup armor and dungeons stats of each Dungeons party member ➡️same as (2)
+
+All other features *do not* require an API key and thus should be unaffected by these changes.
+
### Removed
- Removed Cowlection 'Best friends' list:
- Migrate your current Cowlection best friends with `/moo bestfriends`
@@ -19,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Dungeons overlay: now disabled by default (old config entries aren't modified)
- SkyBlock player lookup: removed 'last played/last profile save' as it's no longer part of the API
+- some Hypixel API related changes regarding API key validation
### Fixed
- Pet exp in tooltips: fixed rare crash caused by unexpected NBT data typing