What's Changed * **BREAKING:** Change filter to `service_name` for Loki v3.0 with Grafana Explore Logs plugin. * Bump nokogiri from 1.15.4 to 1.16.2 in /docs by dependabot in https://github.com/python-discord/olli/pull/34
What's Changed * Update config example & docs for new loki_jobs format by ChrisLovering in https://github.com/python-discord/olli/pull/31 * Bump activesupport from 6.0.3.6 to 6.0.6.1 in /docs by dependabot in https://github.com/python-discord/olli/pull/22 * Bump nokogiri from 1.11.5 to 1.15.4 in /docs by dependabot in https://github.com/python-discord/olli/pull/32 * Bump tzinfo from 1.2.9 to 1.2.10 in /docs by dependabot in https://github.com/python-discord/olli/pull/20 * Bump dependencies to latest by ChrisLovering in https://github.com/python-discord/olli/pull/33
What's Changed * Bump nokogiri from 1.11.2 to 1.11.5 in /docs by dependabot in https://github.com/python-discord/olli/pull/10 * Bump addressable from 2.7.0 to 2.8.0 in /docs by dependabot in https://github.com/python-discord/olli/pull/11 * Bump httpx from 0.17.1 to 0.23.0 by dependabot in https://github.com/python-discord/olli/pull/19 * Move to reusable workflows by ChrisLovering in https://github.com/python-discord/olli/pull/25 * Relock poetry dependencies by ChrisLovering in https://github.com/python-discord/olli/pull/26 * Bump to Python 3.11 & Bump all dependencies by ChrisLovering in https://github.com/python-discord/olli/pull/27 * Migrate to Ruff & use pydantic-settings for config by ChrisLovering in https://github.com/python-discord/olli/pull/28
- (8) Prevent Loki failures cascading into Discord failures - (7) Prevent Discord failures from crashing the application
0.1.1
- New `case_sensitive` option under token options can be used to mark certain tokens as case sensitive (see [docs](https://python-discord.github.io/olli/configuration.html#tokens)) for more information. - Tag name validation ensures that published releases follow the correct specification.