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

commit 62c3c21407f8a8af22c1914d955ffe0bfa88a4b5
Author: Rawlin Peters <rawlin_pet...@comcast.com>
AuthorDate: Thu Sep 20 16:53:40 2018 -0600

    Update CHANGELOG.md
---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6829854..7ae2606 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/).
   - /api/1.3/origins `(GET,POST,PUT,DELETE)`
   - /api/1.3/coordinates `(GET,POST,PUT,DELETE)`
   - /api/1.3/staticdnsentries `(GET,POST,PUT,DELETE)`
+  - /api/1.1/deliveryservices/xmlId/:xmlid/sslkeys `GET`
+  - /api/1.1/deliveryservices/hostname/:hostname/sslkeys `GET`
+  - /api/1.1/deliveryservices/sslkeys/add `POST`
+  - /api/1.1/deliveryservices/xmlId/:xmlid/sslkeys/delete `GET`
 - Delivery Service Origins Refactor: The Delivery Service API now 
creates/updates an Origin entity on Delivery Service creates/updates, and the 
`org_server_fqdn` column in the `deliveryservice` table has been removed. The 
`org_server_fqdn` data is now computed from the Delivery Service's primary 
origin (note: the name of the primary origin is the `xml_id` of its delivery 
service).
 - Cachegroup-Coordinate Refactor: The Cachegroup API now creates/updates a 
Coordinate entity on Cachegroup creates/updates, and the `latitude` and 
`longitude` columns in the `cachegroup` table have been replaced with 
`coordinate` (a foreign key to Coordinate). Coordinates created from 
Cachegroups are given the name `from_cachegroup_\<cachegroup name\>`.
 - Geolocation-based Client Steering: two new steering target types are 
available to use for `CLIENT_STEERING` delivery services: `STEERING_GEO_ORDER` 
and `STEERING_GEO_WEIGHT`. When targets of these types have an Origin with a 
Coordinate, Traffic Router will order and prioritize them based upon the 
shortest total distance from client -> edge -> origin. Co-located targets are 
grouped together and can be weighted or ordered within the same location using 
`STEERING_GEO_WEIGHT` or `STEERING_ [...]

Reply via email to