You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in this section will be included in the next official release.
14
+
This is the first release of the project since the fork from the original. It
15
+
includes some changes and fixes but otherise is the same functionality as the
16
+
original, though with modernized dependencies and tooling.
26
17
27
18
28
19
**New Features**
29
20
21
+
- Update docker file to use `redis/redis-stack` ([#20](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/20)) by [seapagan](https://github.com/seapagan)
22
+
- Add a 'tag' parameter to the 'cache' decorator for future functionality ([#16](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/16)) by [seapagan](https://github.com/seapagan)
30
23
- Run mypy as a GitHub Action ([#10](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/10)) by [seapagan](https://github.com/seapagan)
31
24
- Support more object types ([#9](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/9)) by [seapagan](https://github.com/seapagan)
32
25
@@ -41,12 +34,23 @@ Everything in this section will be included in the next official release.
41
34
42
35
**Documentation**
43
36
37
+
- Add a changelog generator to the project ([#13](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/13)) by [seapagan](https://github.com/seapagan)
44
38
- Add Python 'Trove' classifiers to the project ([#12](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/12)) by [seapagan](https://github.com/seapagan)
45
39
- Rename project and update README ([#11](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/11)) by [seapagan](https://github.com/seapagan)
46
40
47
41
**Dependency Updates**
48
42
49
-
- Bump pymarkdownlnt from 0.9.17 to 0.9.18 ([#6](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/6)) by [dependabot[bot]](https://github.com/apps/dependabot)
43
+
- Bump requests from 2.31.0 to 2.32.2 ([#82](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/82)) by [dependabot[bot]](https://github.com/apps/dependabot)
44
+
- Bump jinja2 from 3.1.3 to 3.1.4 ([#81](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/81)) by [dependabot[bot]](https://github.com/apps/dependabot)
45
+
- Bump faker from 24.14.0 to 25.4.0 ([#80](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/80)) by [dependabot[bot]](https://github.com/apps/dependabot)
46
+
- Bump ruff from 0.4.2 to 0.4.7 ([#79](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/79)) by [dependabot[bot]](https://github.com/apps/dependabot)
47
+
- Bump pymarkdownlnt from 0.9.18 to 0.9.20 ([#78](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/78)) by [dependabot[bot]](https://github.com/apps/dependabot)
48
+
- Bump pytest from 8.1.2 to 8.2.1 ([#73](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/73)) by [dependabot[bot]](https://github.com/apps/dependabot)
49
+
- Bump fakeredis from 2.22.0 to 2.23.2 ([#72](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/72)) by [dependabot[bot]](https://github.com/apps/dependabot)
50
+
- Bump pre-commit from 3.7.0 to 3.7.1 ([#70](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/70)) by [dependabot[bot]](https://github.com/apps/dependabot)
51
+
- Bump pyfakefs from 5.4.1 to 5.5.0 ([#69](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/69)) by [dependabot[bot]](https://github.com/apps/dependabot)
52
+
- Bump jinja2 from 3.1.3 to 3.1.4 ([#63](https://github.com/seapagan/fastapi-redis-cache-reborn/pull/63)) by [dependabot[bot]](https://github.com/apps/dependabot)
53
+
-*and 35 more dependency updates*
50
54
51
55
---
52
56
*This changelog was generated using [github-changelog-md](http://changelog.seapagan.net/) by [Seapagan](https://github.com/seapagan)*
0 commit comments