Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 5f921e9

Browse files
committed
Cleanup changelog
1 parent 344b0ad commit 5f921e9

File tree

1 file changed

+64
-64
lines changed

1 file changed

+64
-64
lines changed

CHANGELOG.md

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -7,108 +7,108 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
## [7.0.0] - 2022-07-19
99
### Added
10-
- [Traffic Portal] Added Layered Profile feature to /servers/
11-
- [#6448](https://github.com/apache/trafficcontrol/issues/6448) Added `status` and `lastPoll` fields to the `publish/CrStates` endpoint of Traffic Monitor (TM).
12-
- Added back to the health-client the `status` field logging with the addition of the filed to `publish/CrStates`
13-
- Added a new Traffic Ops endpoint to `GET` capacity and telemetry data for CDNi integration.
1410
- Added SOA (Service Oriented Architecture) capability to CDN-In-A-Box.
11+
- Added a Traffic Ops endpoint and Traffic Portal page to view all CDNi configuration update requests and approve or deny.
1512
- Added a Traffic Ops endpoints to `PUT` a requested configuration change for a full configuration or per host and an endpoint to approve or deny the request.
16-
- Traffic Monitor config option `distributed_polling` which enables the ability for Traffic Monitor to poll a subset of the CDN and divide into "local peer groups" and "distributed peer groups". Traffic Monitors in the same group are local peers, while Traffic Monitors in other groups are distibuted peers. Each TM group polls the same set of cachegroups and gets availability data for the other cachegroups from other TM groups. This allows each TM to be responsible for polling a subset of the CDN while still having a full view of CDN availability. In order to use this, `stat_polling` must be disabled.
13+
- Added a new Traffic Ops endpoint to `GET` capacity and telemetry data for CDNi integration.
14+
- Added back to the health-client the `status` field logging with the addition of the filed to `publish/CrStates`
15+
- Added functionality for CDN locks, so that they can be shared amongst a list of specified usernames.
16+
- Added functionality for login to provide a Bearer token and for that token to be later used for authorization.
17+
- Added layered profile feature to 4.0 for `GET` /deliveryservices/{id}/servers/ and /deliveryservices/{id}/servers/eligible.
18+
- Added layered profile feature to 4.0 for `GET` /servers/, `POST` /servers/, `PUT` /servers/{id} and `DELETE` /servers/{id}.
1719
- Added support for a new Traffic Ops GLOBAL profile parameter -- `tm_query_status_override` -- to override which status of Traffic Monitors to query (default: ONLINE).
18-
- Traffic Ops: added new `cdn.conf` option -- `user_cache_refresh_interval_sec` -- which enables an in-memory users cache to improve performance. Default: 0 (disabled).
19-
- Traffic Ops: added new `cdn.conf` option -- `server_update_status_cache_refresh_interval_sec` -- which enables an in-memory server update status cache to improve performance. Default: 0 (disabled).
20-
- Traffic Router: Add support for `file`-protocol URLs for the `geolocation.polling.url` for the Geolocation database.
20+
- Change to t3c diff to flag a config file for replacement if owner/group settings are not `ats` [#6879](https://github.com/apache/trafficcontrol/issues/6879).
21+
- Change to t3c regex_revalidate so that STALE is no longer explicitly added for default revalidate rule for ATS version backwards compatibility.
2122
- Replaces all Traffic Portal Tenant select boxes with a novel tree select box [#6427](https://github.com/apache/trafficcontrol/issues/6427).
23+
- Traffic Monitor config option `distributed_polling` which enables the ability for Traffic Monitor to poll a subset of the CDN and divide into "local peer groups" and "distributed peer groups". Traffic Monitors in the same group are local peers, while Traffic Monitors in other groups are distibuted peers. Each TM group polls the same set of cachegroups and gets availability data for the other cachegroups from other TM groups. This allows each TM to be responsible for polling a subset of the CDN while still having a full view of CDN availability. In order to use this, `stat_polling` must be disabled.
2224
- Traffic Monitor: Add support for `access.log` to TM.
23-
- Added functionality for login to provide a Bearer token and for that token to be later used for authorization.
24-
- [Traffic Portal] Added the ability for users to view Delivery Service Requests corresponding to individual Delivery Services in TP.
25-
- [Traffic Ops] Added support for backend configurations so that Traffic Ops can act as a reverse proxy for these services [#6754](https://github.com/apache/trafficcontrol/pull/6754).
26-
- Added functionality for CDN locks, so that they can be shared amongst a list of specified usernames.
25+
- Traffic Ops: added new `cdn.conf` option -- `server_update_status_cache_refresh_interval_sec` -- which enables an in-memory server update status cache to improve performance. Default: 0 (disabled).
26+
- Traffic Ops: added new `cdn.conf` option -- `user_cache_refresh_interval_sec` -- which enables an in-memory users cache to improve performance. Default: 0 (disabled).
27+
- Traffic Router: Add support for `file`-protocol URLs for the `geolocation.polling.url` for the Geolocation database.
28+
- Added `status` and `lastPoll` fields to the `publish/CrStates` endpoint of Traffic Monitor (TM) [#6448](https://github.com/apache/trafficcontrol/issues/6448).
2729
- [Traffic Ops | Traffic Go Clients | T3C] Add additional timestamp fields to server for queuing and dequeueing config and revalidate updates.
28-
- Added layered profile feature to 4.0 for `GET` /servers/, `POST` /servers/, `PUT` /servers/{id} and `DELETE` /servers/{id}.
29-
- Added a Traffic Ops endpoint and Traffic Portal page to view all CDNi configuration update requests and approve or deny.
30-
- Added layered profile feature to 4.0 for `GET` /deliveryservices/{id}/servers/ and /deliveryservices/{id}/servers/eligible.
31-
- Change to t3c regex_revalidate so that STALE is no longer explicitly added for default revalidate rule for ATS version backwards compatibility.
32-
- Change to t3c diff to flag a config file for replacement if owner/group settings are not `ats` [#6879](https://github.com/apache/trafficcontrol/issues/6879).
30+
- [Traffic Ops] Added support for backend configurations so that Traffic Ops can act as a reverse proxy for these services [#6754](https://github.com/apache/trafficcontrol/pull/6754).
31+
- [Traffic Portal] Added Layered Profile feature to /servers/
32+
- [Traffic Portal] Added the ability for users to view Delivery Service Requests corresponding to individual Delivery Services in TP.
3333

3434
### Fixed
35+
- Correction where using the placeholder `__HOSTNAME__` in "unknown" files (others than the defaults ones), was being replaced by the full FQDN instead of the shot hostname.
36+
- Fixed TO API `GET /deliveryservicesserver` causing error when an IMS request is made with the `cdn` and `maxRevalDurationDays` parameters set.
37+
- Fixed TO API `PUT /servers/:id/status` to only queue updates on the same CDN as the updated server
3538
- Fixed TO to default route ID to 0, if it is not present in the request context.
36-
- [#6291](https://github.com/apache/trafficcontrol/issues/6291) Prevent Traffic Ops from modifying and/or deleting reserved statuses.
37-
- Update traffic\_portal dependencies to mitigate `npm audit` issues.
38-
- Fixed a cdn-in-a-box build issue when using `RHEL_VERSION=7`
39-
- `dequeueing` server updates should not require checking for cdn locks.
4039
- Fixed Traffic Ops ignoring the configured database port value, which was prohibiting the use of anything other than port 5432 (the PostgreSQL default)
41-
- [#6580](https://github.com/apache/trafficcontrol/issues/6580) Fixed cache config generation remap.config targets for MID-type servers in a Topology with other caches as parents and HTTPS origins.
40+
- Fixed Traffic Router to handle aggressive NSEC correctly.
41+
- Fixed a cdn-in-a-box build issue when using `RHEL_VERSION=7`
42+
- Fixed searching of the ds parameter merge_parent_groups slice.
43+
- Only `operations` and `admin` roles should have the `DELIVERY-SERVICE:UPDATE` permission.
4244
- Traffic Router: fixed a null pointer exception that caused snapshots to be rejected if a topology cachegroup did not have any online/reported/admin\_down caches
45+
- Update traffic\_portal dependencies to mitigate `npm audit` issues.
4346
- [#6271](https://github.com/apache/trafficcontrol/issues/6271) `api/{{version}/deliveryservices/{id}/health` returns no info if the delivery service uses a topology.
44-
- [#6549](https://github.com/apache/trafficcontrol/issues/6549) Fixed internal server error while deleting a delivery service created from a DSR (Traafic Ops).
47+
- [#6291](https://github.com/apache/trafficcontrol/issues/6291) Prevent Traffic Ops from modifying and/or deleting reserved statuses.
48+
- [#6299](https://github.com/apache/trafficcontrol/issues/6299) User representations don't match
49+
- [#6368](https://github.com/apache/trafficcontrol/pull/6368) Fixed validation response message from `/acme_accounts`
50+
- [#6369](https://github.com/apache/trafficcontrol/pull/6369) Fixed `/acme_accounts` endpoint to validate email and URL fields
51+
- [#6370](https://github.com/apache/trafficcontrol/pull/6370) Fixed docs for `POST` and response code for `PUT` to `/acme_accounts` endpoint
4552
- [#6538](https://github.com/apache/trafficcontrol/pull/6538) Fixed the incorrect use of secure.port on TrafficRouter and corrected to the httpsPort value from the TR server configuration.
53+
- [#6549](https://github.com/apache/trafficcontrol/issues/6549) Fixed internal server error while deleting a delivery service created from a DSR (Traafic Ops).
4654
- [#6562](https://github.com/apache/trafficcontrol/pull/6562) Fixed incorrect template in Ansible dataset loader role when fallbackToClosest is defined.
55+
- [#6580](https://github.com/apache/trafficcontrol/issues/6580) Fixed cache config generation remap.config targets for MID-type servers in a Topology with other caches as parents and HTTPS origins.
4756
- [#6590](https://github.com/apache/trafficcontrol/pull/6590) Python client: Corrected parameter name in decorator for get\_parameters\_by\_profile\_id
48-
- [#6368](https://github.com/apache/trafficcontrol/pull/6368) Fixed validation response message from `/acme_accounts`
4957
- [#6603](https://github.com/apache/trafficcontrol/issues/6603) Fixed users with "admin" "Priv Level" not having Permission to view or delete DNSSEC keys.
50-
- Fixed Traffic Router to handle aggressive NSEC correctly.
51-
- [#6907](https://github.com/apache/trafficcontrol/issues/6907) Fixed Traffic Ops to return the correct server structure (based on the API version) upon a server deletion.
5258
- [#6626](https://github.com/apache/trafficcontrol/pull/6626) Fixed t3c Capabilities request failure issue which could result in malformed config.
53-
- [#6370](https://github.com/apache/trafficcontrol/pull/6370) Fixed docs for `POST` and response code for `PUT` to `/acme_accounts` endpoint
54-
- Only `operations` and `admin` roles should have the `DELIVERY-SERVICE:UPDATE` permission.
55-
- [#6369](https://github.com/apache/trafficcontrol/pull/6369) Fixed `/acme_accounts` endpoint to validate email and URL fields
56-
- Fixed searching of the ds parameter merge_parent_groups slice.
57-
- [#6806](https://github.com/apache/trafficcontrol/issues/6806) t3c calculates max_origin_connections incorrectly for topology-based delivery services
58-
- [#6944](https://github.com/apache/trafficcontrol/issues/6944) Fixed cache config generation for ATS 9 sni.yaml from disable_h2 to http2 directive. ATS 9 documents disable_h2, but it doesn't seem to work.
59-
- Fixed TO API `PUT /servers/:id/status` to only queue updates on the same CDN as the updated server
60-
- t3c-generate fix for combining remapconfig and cachekeyconfig parameters for MakeRemapDotConfig call.
59+
- [#6712](https://github.com/apache/trafficcontrol/issues/6712) - Fixed error when loading the Traffic Vault schema from `create_tables.sql` more than once.
60+
- [#6776](https://github.com/apache/trafficcontrol/issues/6776) User properties only required sometimes
6161
- [#6780](https://github.com/apache/trafficcontrol/issues/6780) Fixed t3c to use secondary parents when there are no primary parents available.
62-
- Correction where using the placeholder `__HOSTNAME__` in "unknown" files (others than the defaults ones), was being replaced by the full FQDN instead of the shot hostname.
62+
- [#6792](https://github.com/apache/trafficcontrol/issues/6792) Remove extraneous field from Topologies and Server Capability POST/PUT.
63+
- [#6795](https://github.com/apache/trafficcontrol/issues/6795) Removed an unnecessary response wrapper object from being returned in a POST to the federation resolvers endpoint.
6364
- [#6800](https://github.com/apache/trafficcontrol/issues/6800) Fixed incorrect error message for `/server/details` associated with query parameters.
64-
- [#6712](https://github.com/apache/trafficcontrol/issues/6712) - Fixed error when loading the Traffic Vault schema from `create_tables.sql` more than once.
65-
- [#6883](https://github.com/apache/trafficcontrol/issues/6883) Fix t3c cache to invalidate on version change
65+
- [#6806](https://github.com/apache/trafficcontrol/issues/6806) t3c calculates max_origin_connections incorrectly for topology-based delivery services
6666
- [#6834](https://github.com/apache/trafficcontrol/issues/6834) - In API 4.0, fixed `GET` for `/servers` to display all profiles irrespective of the index position. Also, replaced query param `profileId` with `profileName`.
67-
- [#6299](https://github.com/apache/trafficcontrol/issues/6299) User representations don't match
67+
- [#6883](https://github.com/apache/trafficcontrol/issues/6883) Fix t3c cache to invalidate on version change
6868
- [#6896](https://github.com/apache/trafficcontrol/issues/6896) Fixed the `POST api/cachegroups/id/queue_updates` endpoint so that it doesn't give an internal server error anymore.
69+
- [#6907](https://github.com/apache/trafficcontrol/issues/6907) Fixed Traffic Ops to return the correct server structure (based on the API version) upon a server deletion.
6970
- [#6933](https://github.com/apache/trafficcontrol/issues/6933) Fixed tc-health-client to handle credentials files with special characters in variables
70-
- [#6776](https://github.com/apache/trafficcontrol/issues/6776) User properties only required sometimes
71-
- Fixed TO API `GET /deliveryservicesserver` causing error when an IMS request is made with the `cdn` and `maxRevalDurationDays` parameters set.
72-
- [#6792](https://github.com/apache/trafficcontrol/issues/6792) Remove extraneous field from Topologies and Server Capability POST/PUT.
73-
- [#6795](https://github.com/apache/trafficcontrol/issues/6795) Removed an unnecessary response wrapper object from being returned in a POST to the federation resolvers endpoint.
71+
- [#6944](https://github.com/apache/trafficcontrol/issues/6944) Fixed cache config generation for ATS 9 sni.yaml from disable_h2 to http2 directive. ATS 9 documents disable_h2, but it doesn't seem to work.
72+
- `dequeueing` server updates should not require checking for cdn locks.
73+
- t3c-generate fix for combining remapconfig and cachekeyconfig parameters for MakeRemapDotConfig call.
7474

7575

7676
### Removed
77+
- Dropped CentOS 8 support
78+
- Remove Traffic Ops API version 2
7779
- Remove `client.steering.forced.diversity` feature flag(profile parameter) from Traffic Router (TR). Client steering responses now have cache diversity by default.
7880
- Remove traffic\_portal dependencies to mitigate `npm audit` issues, specifically `grunt-concurrent`, `grunt-contrib-concat`, `grunt-contrib-cssmin`, `grunt-contrib-jsmin`, `grunt-contrib-uglify`, `grunt-contrib-htmlmin`, `grunt-newer`, and `grunt-wiredep`
79-
- Replace `forever` with `pm2` for process management of the traffic portal node server to remediate security issues.
8081
- Removed the Traffic Monitor `peer_polling_protocol` option. Traffic Monitor now just uses hostnames to request peer states, which can be handled via IPv4 or IPv6 depending on the underlying IP version in use.
81-
- Dropped CentOS 8 support
82+
- Replace `forever` with `pm2` for process management of the traffic portal node server to remediate security issues.
8283
- The `/servers/details` endpoint of the Traffic Ops API has been dropped in version 4.0, and marked deprecated in earlier versions.
83-
- Remove Traffic Ops API version 2
8484

8585
### Changed
86-
- [#6694](https://github.com/apache/trafficcontrol/issues/6694) Traffic Stats now uses the TO API 3.0
87-
- [#6654](https://github.com/apache/trafficcontrol/issues/6654) Traffic Monitor now uses the TO API 4.0 by default and falls back to 3.1
86+
- async-http-client: 2.12.1 -> 2.12.3
87+
- commons-codec: 1.6 -> 1.15
88+
- commons-io: 2.0.1 -> 2.11.0
89+
- guava: 18.0 -> 31.1-jre
90+
- spring: 5.2.20.RELEASE -> 5.3.20
91+
traffic_ctl commands, and adds new markup-poll-threshold config.
8892
- Added Rocky Linux 8 support
89-
- Traffic Monitors now peer with other Traffic Monitors of the same status (e.g. ONLINE with ONLINE, OFFLINE with OFFLINE), instead of all peering with ONLINE.
90-
- Changed the Traffic Ops user last_authenticated update query to only update once per minute to avoid row-locking when the same user logs in frequently.
9193
- Added new fields to the monitoring.json snapshot and made Traffic Monitor prefer data in monitoring.json to the CRConfig snapshot
92-
- Changed the default Traffic Ops API version requsted by Traffic Router from 2.0 to 3.1
9394
- Added permissions to the role form in traffic portal
94-
- Updated the Cache Stats Traffic Portal page to use a more performant AG-Grid-based table.
95-
- Updated the CDNs Traffic Portal page to use a more performant AG-Grid-based table.
96-
- Updated the Profiles Traffic Portal page to use a more performant AG-Grid-based table.
97-
- Updated Go version to 1.18
98-
- Removed the unused `deliveryservice_tmuser` table from Traffic Ops database
9995
- Adds updates to the trafficcontrol-health-client to, use new ATS Host status formats, detect and use proper
100-
traffic_ctl commands, and adds new markup-poll-threshold config.
96+
- Changed the Traffic Ops user last_authenticated update query to only update once per minute to avoid row-locking when the same user logs in frequently.
97+
- Changed the default Traffic Ops API version requsted by Traffic Router from 2.0 to 3.1
98+
- Removed the unused `deliveryservice_tmuser` table from Traffic Ops database
10199
- Traffic Monitor now defaults to 100 historical "CRConfig" Snapshots stored internally if not specified in configuration (previous default was 20,000)
100+
- Traffic Monitors now peer with other Traffic Monitors of the same status (e.g. ONLINE with ONLINE, OFFLINE with OFFLINE), instead of all peering with ONLINE.
101+
- Updated Ansible Roles to use Traffic Ops API v3
102+
- Updated Go version to 1.18
103+
- Updated Grove to use the TO API v3 client library
102104
- Updated Traffic Router dependencies:
103-
- commons-io: 2.0.1 -> 2.11.0
104-
- commons-codec: 1.6 -> 1.15
105-
- guava: 18.0 -> 31.1-jre
106-
- async-http-client: 2.12.1 -> 2.12.3
107-
- spring: 5.2.20.RELEASE -> 5.3.20
108-
- `TRAFFIC_ROUTER`-type Profiles no longer need to have names that match any kind of pattern (e.g. `CCR_.*`)
105+
- Updated the CDNs Traffic Portal page to use a more performant AG-Grid-based table.
106+
- Updated the Cache Stats Traffic Portal page to use a more performant AG-Grid-based table.
107+
- Updated the Profiles Traffic Portal page to use a more performant AG-Grid-based table.
109108
- [#4351](https://github.com/apache/trafficcontrol/issues/4351) Updated message to an informative one when deleting a delivery service.
110-
- Updated Grove to use the TO API v3 client library
111-
- Updated Ansible Roles to use Traffic Ops API v3
109+
- [#6654](https://github.com/apache/trafficcontrol/issues/6654) Traffic Monitor now uses the TO API 4.0 by default and falls back to 3.1
110+
- [#6694](https://github.com/apache/trafficcontrol/issues/6694) Traffic Stats now uses the TO API 3.0
111+
- `TRAFFIC_ROUTER`-type Profiles no longer need to have names that match any kind of pattern (e.g. `CCR_.*`)
112112

113113
## [6.1.0] - 2022-01-18
114114
### Added

0 commit comments

Comments
 (0)