Skip to content

Commit 05d3170

Browse files
author
user
committed
new version 2
1 parent f6ddd87 commit 05d3170

25 files changed

Lines changed: 1086 additions & 1062 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Changelog
22

33

4+
## 2.0.0 (**Breaking changes**)
5+
6+
- `RSO.aioredis` to be `RSO.asyncio`
7+
- Add `all` method on index class
8+
- Remove `aioredis` from README and extra_requires.
9+
`aioredis` can still be used because its API is pretty similar with `redis.asyncio`
10+
- Index `__model__` property should be set early at Model and its Index declaration
11+
- remove `aioredis` v1 supports
12+
13+
414
## 1.2.7
515

616
- Do not execute pipeline on `Model.save` if `redis` argument is instance of Pipeline

0 commit comments

Comments
 (0)