File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.5.1
4
+
5
+ ### Improvements
6
+
7
+ - Gzip encoded requests are now supported by default. This can be disabled in
8
+ the config file.
9
+ - The INFO method will return the enabled status of features.
10
+
3
11
## v2.5.0
4
12
5
13
### Improvements
Original file line number Diff line number Diff line change 8
8
* [ Configuration File Content] ( #configuration-file-content )
9
9
* [ Configuration File Example] ( #configuration-file-example )
10
10
- [ Configuring HTTP vs HTTPS] ( #configuring-http-vs-https )
11
+ - [ Configuring TPS] ( #configuring-http-vs-https )
11
12
- [ Authentication] ( #authentication )
12
13
* [ Enabling Authentication] ( #enabling-authentication )
13
14
* [ Password File] ( #password-file )
@@ -93,6 +94,7 @@ at [`logging.config` documentation page](https://docs.python.org/3.6/library/log
93
94
value - ` 30 ` . This timeout does not apply when evaluating models either
94
95
through the ` /query ` method, or using the ` tabpy.query(...) ` syntax with
95
96
the ` /evaluate ` method.
97
+ - ` TABPY_GZIP_ENABLE ` - Enable Gzip support for requests. Enabled by default.
96
98
97
99
### Configuration File Example
98
100
Original file line number Diff line number Diff line change 1
- 2.5.0
1
+ 2.5.1
You can’t perform that action at this time.
0 commit comments