mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Upped version to 4.2.7, Updated CHANGELOG.md
This commit is contained in:
@@ -5,11 +5,13 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [4.2.7] - 24.06.2022
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- New cache abstraction added
|
- New cache abstraction added
|
||||||
- 2 implemenations: redis and memory
|
- 2 implemenations: redis and memory
|
||||||
- All current bots will stay on redis cache, all new bots will use in-process memory cache
|
- All current bots will stay on redis cache, all new bots will use **in-process memory cache by default**
|
||||||
- This change removes bot's hard dependency on redis
|
- This change removes bot's hard dependency on redis
|
||||||
- Configurable in `creds.yml` (please read the comments)
|
- Configurable in `creds.yml` (please read the comments)
|
||||||
- You **MUST** use 'redis' if your bot runs on more than 1 shard (2000+ servers)
|
- You **MUST** use 'redis' if your bot runs on more than 1 shard (2000+ servers)
|
||||||
|
@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
|
|||||||
|
|
||||||
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
public sealed class StatsService : IStatsService, IReadyExecutor, INService
|
||||||
{
|
{
|
||||||
public const string BOT_VERSION = "4.2.6";
|
public const string BOT_VERSION = "4.2.7";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user