Skip to content

Commit 240db7c

Browse files
author
Logan Riggs
committed
Updated docs and changelog.
1 parent c064001 commit 240db7c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## v2.5.0
412

513
### Improvements

docs/server-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [Configuration File Content](#configuration-file-content)
99
* [Configuration File Example](#configuration-file-example)
1010
- [Configuring HTTP vs HTTPS](#configuring-http-vs-https)
11+
- [Configuring TPS](#configuring-http-vs-https)
1112
- [Authentication](#authentication)
1213
* [Enabling Authentication](#enabling-authentication)
1314
* [Password File](#password-file)
@@ -93,6 +94,7 @@ at [`logging.config` documentation page](https://docs.python.org/3.6/library/log
9394
value - `30`. This timeout does not apply when evaluating models either
9495
through the `/query` method, or using the `tabpy.query(...)` syntax with
9596
the `/evaluate` method.
97+
- `TABPY_GZIP_ENABLE` - Enable Gzip support for requests. Enabled by default.
9698

9799
### Configuration File Example
98100

tabpy/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

0 commit comments

Comments
 (0)