RedisNIO 0.9.0: Renaming
Pre-release
Pre-release
This release brings a major breaking change. GitHub will forward most requests from the previous repository URL to the new one - but in code it has more specific ramifications.
This is necessary to align with the goals of the SSWG and to solve problems that will exist in the future before it causes real issues.
For further context into the discussion, see the following threads on the Swift Forums:
Major
- Renamed the repo in GitHub from
nio-redis
toswift-redis-nio-client
- Renamed the package from
nio-redis
toredis-nio
- Renamed the
NIORedis
module toRedisNIO
- Renamed
NIORedisError
toRedisNIOError
- Changed references to
NIORedis
toRedisNIO
in object labels such as NIO Channel Handlers & Loggers
Minor
- Changed all references in copyright blocks, project files (README, LICENSE, etc.) to refer to the project as
RedisNIO