@@ -7,24 +7,28 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
7
7
8
8
9
9
== [UNRELEASED]
10
+
11
+ == 0.3.1 - May 3, 2023
10
12
=== Added
11
13
- [dev] Added pre-commit support
12
14
- [tornium-commons] Added docstrings
13
15
- [tornium-commons] Added Discord rateliming buckets
14
16
- [tornium-commons] Added support for Redis Lua scripts
15
17
- [dev] Added prettier support
16
18
- Added next support via session for authentication
19
+ - [in-prog] Added frontend support for stocks notifications
17
20
18
21
=== Changed
19
22
- [tornium-celery] Changed Discord ratelimiting to use Discord buckets that follow spec
20
23
21
24
=== Deprecated
22
25
- Deprecated assist request forwarding options (to be removed in the v0.5.x release cycle)
26
+ - Deprecated AttackModel and related endpoints (to be removed in the v0.4.x release cycle)
23
27
24
28
=== Fixed
25
29
- Fixed OD logger enable/disable configuration
26
30
27
- == 0.3.0
31
+ == 0.3.0 - Mar 17, 2023
28
32
=== Added
29
33
- Migrated config to use `utils.config.Config` from `settings.py` (#117)
30
34
- Added `user.fetch_attacks_runner` and `user.stat_db_attacks_user`
@@ -52,7 +56,7 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
52
56
- [tornium-celery] Removed `autosleep` parameter from `tasks.api.tornget` and `tasks.api.torn_stats_get`
53
57
54
58
55
- == 0.2.0
59
+ == 0.2.0 - Feb 14, 2023
56
60
=== Added
57
61
- Added attack saving into DB via AttackModel
58
62
- Added personal stat model
@@ -88,5 +92,5 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
88
92
- Removed ddtrace required dependency (now optional)
89
93
- Removed admin endpoints
90
94
91
- == 0.1.0 - Initial Public Release
95
+ == 0.1.0 - Jan 26, 2023
92
96
- Added all pre-existing features
0 commit comments