Breaking changes
rest.create_crosspostshas been renamed torest.crosspost_messageMessageCrosspostrenamed toMessageRefence
Features
- New webhook endpoints to interact with messages sent by webhooks
rest.edit_webhook_messagerest.delete_webhook_message
old_xfields on objects that are sent onXUpdateEventandXDeleteEvent- This requires the cache to be enabled and the info to be available. If not,
old_xwill beNone.
- This requires the cache to be enabled and the info to be available. If not,
- Cache configuration is now possible by using
BotApp(cache_settings=...) - Message cache
- Configurable by using
hikari.config.CacheSettings
- Configurable by using
- Logging fixes
- New speedup (brotli)
Bugfixes
bot.heartbeat_latencyreturning the sum of all shard latencies instead of the averagebot.wait_fornot removing waiter from the set on timeout- Switch to using
x-ratelimit-reset-afteras reset_after for more precision- Add reactions endpoint should be faster now
Package version bumps
- aiohttp (3.7.2 -> 3.7.3)
- brotli (1.0.7 -> 1.0.9) [speedups] SECURITY BUG, PLEASE UPDATE IF YOU ARE USING IT