You'll notice Notable
Plugins can now register more than 32 slash commands
What
Plugins that register slash commands using functionHooks used to hit a hard limit of 32 commands per plugin. Trying to register a 33rd command failed with an over_limit error. That limit and the check enforcing it have been removed entirely.
Why
Plugin authors can now register as many commands as they need without running into an arbitrary registration ceiling.