This is an automated email from the ASF dual-hosted git repository.
rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new a766f88 Update CHANGELOG.md (#4720)
a766f88 is described below
commit a766f880d3a8f1565867faa27b228eea8e30efed
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed May 27 07:27:42 2020 -0700
Update CHANGELOG.md (#4720)
add change for astats csv support
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ad6288..bd48e07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ The format is based on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/).
- Traffic Ops: Added support for `topology` query parameter to `GET
/api/3.0/cachegroups` to return all cachegroups used in the given topology.
- Traffic Portal: Added the ability to create, read, update and delete
flexible topologies.
- Updated /servers/details to use multiple interfaces in API v3
+- Astats csv support - astats will now respond to `Accept: text/csv` and
return a csv formatted stats list
### Fixed
- Fixed the `GET /api/x/jobs` and `GET /api/x/jobs/:id` Traffic Ops API routes
to allow falling back to Perl via the routing blacklist