#633 Adds an AsyncOfflinePlayerArgument to allow asynchronous fetching of an offline player
#477 Fixed NativeProxyCommandSender not being able to run Vanilla (and CommandAPI) commands
#578, #583, #629 Fixes Bukkit#dispatchCommand() not working after Paper's Brigadier API changes
Fixes PotionEffectArgument.NamespacedKey not having suggestions in some versions
#636 The default namespace has been updated from minecraft to the plugin's name. If you are not shading, the default namespace is going to be commandapi. If you are shading, the default namespace is going to be your plugin's name.
Updates the config defaults for the datapack reloading step to be opt-in instead of opt-out.
The CommandAPI will now tell you if you've messed up mappings (in addition to spewing messy errors)
#634 Functions that use Component have now been changed to use ComponentLike
Added support for Velocity!
The CommandAPI's new homepage is https://commandapi.dev/ (currently points to the documentation)