You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2018/04/06 20:45:59 UTC

[incubator-trafficcontrol] 09/15: updated the CHANGELOG.md

This is an automated email from the ASF dual-hosted git repository.

mitchell852 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 46d7087e5f88b822bd3d16d07fc931e07ee3e15a
Author: Dewayne Richardson <de...@apache.org>
AuthorDate: Wed Apr 4 09:56:26 2018 -0600

    updated the CHANGELOG.md
---
 CHANGELOG.md | 53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3cc28b..eedbc36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,33 +7,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 ### Added
 - Per-DeliveryService Routing Names: you can now choose a Delivery Service's Routing Name (rather than a hardcoded "tr" or "edge" name). This might require a few pre-upgrade steps detailed [here](http://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_ops/migration_from_20_to_22.html#per-deliveryservice-routing-names)
 - [Delivery Service Requests](http://traffic-control-cdn.readthedocs.io/en/latest/admin/quick_howto/ds_requests.html#ds-requests): When enabled, delivery service requests are created when ALL users attempt to create, update or delete a delivery service. This allows users with higher level permissions to review delivery service changes for completeness and accuracy before deploying the changes.
-- Traffic Ops Golang Proxy Endpoints (R=REST endpoints for GET, POST, PUT, DELETE)
+- Traffic Ops Golang Proxy Endpoints
   - /api/1.3/about
-  - /api/1.3/asns (R)
-  - /api/1.3/cdns (R)
-  - /api/1.3/cdns/capacity
-  - /api/1.3/cdns/configs
-  - /api/1.3/cdns/dnsseckeys
-  - /api/1.3/cdns/domain
-  - /api/1.3/cdns/monitoring
-  - /api/1.3/cdns/health
-  - /api/1.3/cdns/routing
-  - /api/1.3/deliveryservice_requests (R)
-  - /api/1.3/divisions (R)
-  - /api/1.3/hwinfos
-  - /api/1.3/parameters (R)
-  - /api/1.3/phys_locations (R)
-  - /api/1.3/ping
-  - /api/1.3/profiles (R)
-  - /api/1.3/regions (R)
-  - /api/1.3/servers (R)
-  - /api/1.3/servers/checks
-  - /api/1.3/servers/details
-  - /api/1.3/servers/status
-  - /api/1.3/servers/totals
-  - /api/1.3/statuses (R)
-  - /api/1.3/system/info
-  - /api/1.3/types (R)
+  - /api/1.3/asns (GET,POST,PUT,DELETE)
+  - /api/1.3/cdns (GET,POST,PUT,DELETE)
+  - /api/1.3/cdns/capacity (GET)
+  - /api/1.3/cdns/configs (GET)
+  - /api/1.3/cdns/dnsseckeys (GET)
+  - /api/1.3/cdns/domain (GET)
+  - /api/1.3/cdns/monitoring (GET)
+  - /api/1.3/cdns/health (GET)
+  - /api/1.3/cdns/routing (GET)
+  - /api/1.3/deliveryservice_requests (GET,POST,PUT,DELETE)
+  - /api/1.3/divisions (GET,POST,PUT,DELETE) 
+  - /api/1.3/hwinfos (GET)
+  - /api/1.3/parameters (GET,POST,PUT,DELETE)
+  - /api/1.3/profileparameters (GET,POST,PUT,DELETE)
+  - /api/1.3/phys_locations (GET,POST,PUT,DELETE)
+  - /api/1.3/ping (GET)
+  - /api/1.3/profiles (GET,POST,PUT,DELETE)
+  - /api/1.3/regions (GET,POST,PUT,DELETE)
+  - /api/1.3/servers (GET,POST,PUT,DELETE)
+  - /api/1.3/servers/checks (GET)
+  - /api/1.3/servers/details (GET)
+  - /api/1.3/servers/status (GET)
+  - /api/1.3/servers/totals (GET)
+  - /api/1.3/statuses (GET,POST,PUT,DELETE)
+  - /api/1.3/system/info (GET)
+  - /api/1.3/types (GET,POST,PUT,DELETE)
 - Fair Queuing Pacing: Using the FQ Pacing Rate parameter in Delivery Services allows operators to limit the rate of individual sessions to the edge cache. This feature requires a Trafficserver RPM containing the fq_pacing experimental plugin AND setting 'fq' as the default Linux qdisc in sysctl. 
 
 ### Changed

-- 
To stop receiving notification emails like this one, please contact
mitchell852@apache.org.