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
- Allow `&wait=[false|true]` query parameter in `GET` request. Use `wait=true` when you don't wish to HTTP poll and want the result in a single request only.
- Deps: Support for both Flask version 1.x and 2.x.
14
24
- Feature: The `key` and `result_url` attributes are returned in response even if error is raised (if and when applicable) (See [#25](https://github.com/eshaan7/Flask-Shell2HTTP/issues/25)).
15
25
- Docs: Add info about `force_unique_key` option to quickstart guide.
16
26
17
27
**Internal:**
28
+
18
29
- Much better and improved test cases via tox matrix for both major flask versions, 1.x and 2.x.
Added support for a new parameter `force_unique_key` in the POST request.
34
+
Added support for a new parameter `force_unique_key` in the POST request.
25
35
26
36
```json
27
37
"force_unique_key": {
@@ -34,5 +44,4 @@ Added support for a new parameter `force_unique_key` in the POST request.
34
44
35
45
See [post-request-options configuration](https://flask-shell2http.readthedocs.io/en/latest/Configuration.html#post-request-options) in docs for more info.
36
46
37
-
38
-
_For prior versions, see directly [here](https://github.com/eshaan7/Flask-Shell2HTTP/releases/tag/)._
47
+
_For prior versions, see directly [here](https://github.com/eshaan7/Flask-Shell2HTTP/releases)._
0 commit comments