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
* Adding full environment support to override configurations (Thanks tachyon3000 for the idea)
168
+
62
169
#### v4.0.9
63
170
* Updating libraries (Actix 4.9 to 4.10)
64
171
* Some critical exploit in ZIP fixed
65
-
* Some faulty v4.0.8 deployments fixed with Github
172
+
* Some faulty v4.0.8 deployments fixed with GitHub
66
173
67
174
#### v4.0.8
68
175
* Updating libraries
@@ -107,7 +214,7 @@ Sentry.io support is introduced, you can enable it in the configuration and the
107
214
* API has gone through a lot of work and tested.
108
215
* Introduced Swagger UI as testing and documentation.
109
216
* A lot of improvements in speed and performance applied further.
110
-
* Import and Export function added, will dump or import from JSON files, handy for when making a backup from your existing database, or when migrating to a other database engine.
217
+
* Import and Export function added, will dump or import from JSON files, handy for when making a backup from your existing database, or when migrating to an other database engine.
111
218
* Removed WebGUI, was outdated and not really useful.
112
219
113
220
#### v3.2.2
@@ -127,7 +234,7 @@ Sentry.io support is introduced, you can enable it in the configuration and the
127
234
* Full overhaul on how torrents and peers are used in memory. Using crossbeam skipmap for thread safe non-locking memory sharing.
128
235
* Some various improvement on coding performance, readability and linting the files.
129
236
* Replaced Tokio Axum web framework for Actix, reason: Missing critical things like a timeout on connect, disconnect, read and write, and support was lackluster.
130
-
* Renamed the github repository from torrust-axum to torrust-actix.
237
+
* Renamed the GitHub repository from torrust-axum to torrust-actix.
0 commit comments