You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tooling/analytics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ Pendo is configured in [`usePendo.js`](https://github.com/linode/manager/blob/de
12
12
13
13
Important notes:
14
14
15
-
- Pendo is only loaded if a valid `PENDO_API_KEY` is configured as an environment variable. In our development, staging, and production environments, `PENDO_API_KEY` is available at build time. See **Locally Testing Page Views & Custom Events and/or Troubleshooting Pendo** for set up with local environments.
15
+
- Pendo is only loaded if the user has enabled Performance Cookies via OneTrust *and* if a valid `PENDO_API_KEY` is configured as an environment variable. In our development, staging, and production environments, `PENDO_API_KEY` is available at build time. See **Locally Testing Page Views & Custom Events and/or Troubleshooting Pendo** for set up with local environments.
16
16
- We load the Pendo agent from the CDN, rather than [self-hosting](https://support.pendo.io/hc/en-us/articles/360038969692-Self-hosting-the-Pendo-agent), and we have configured a [CNAME](https://support.pendo.io/hc/en-us/articles/360043539891-CNAME-for-Pendo).
17
17
- We are hashing account and visitor IDs in a way that is consistent with Akamai's standards.
18
18
- At initialization, we do string transformation on select URL patterns to **remove sensitive data**. When new URL patterns are added to Cloud Manager, verify that existing transforms remove sensitive data; if not, update the transforms.
19
-
- Pendo is currently not using any client-side (cookies or local) storage.
19
+
- Pendo will respect OneTrust cookie preferences in development, staging, and production environments and does not check cookie preferences in the local environment.
20
20
- Pendo makes use of the existing `data-testid` properties, used in our automated testing, for tagging elements. They are more persistent and reliable than CSS properties, which are liable to change.
Copy file name to clipboardExpand all lines: packages/api-v4/CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
## [2025-02-11] - v0.134.0
2
+
3
+
4
+
### Added:
5
+
6
+
- Labels and Taints types and params ([#11528](https://github.com/linode/manager/pull/11528))
7
+
- API endpoints for NotificationChannels ([#11547](https://github.com/linode/manager/pull/11547))
8
+
-`service-transfer` related endpoints ([#11562](https://github.com/linode/manager/pull/11562))
9
+
-`billing_agreement` to Agreements interface ([#11563](https://github.com/linode/manager/pull/11563))
10
+
-`Enhanced Interfaces` to a Region's `Capabilities` ([#11584](https://github.com/linode/manager/pull/11584))
11
+
- New database statuses for database_migration event ([#11590](https://github.com/linode/manager/pull/11590))
12
+
13
+
### Changed:
14
+
15
+
- Quotas API spec to make region field optional ([#11551](https://github.com/linode/manager/pull/11551))
16
+
- Update Taint value to allow undefined ([#11553](https://github.com/linode/manager/pull/11553))
17
+
- Mark `entity-transfers` related endpoints as deprecated ([#11562](https://github.com/linode/manager/pull/11562))
18
+
19
+
### Upcoming Features:
20
+
21
+
- Update `PermissionType` types for IAM ([#11423](https://github.com/linode/manager/pull/11423))
22
+
- Add new API types and endpoints for Linode Interfaces project: `/v4/linodes/instances` ([#11527](https://github.com/linode/manager/pull/11527))
23
+
- Update `AccountAccessType` and `RoleType` types for IAM ([#11533](https://github.com/linode/manager/pull/11533))
24
+
- Add and update `/v4/networking` endpoints and types for Linode Interfaces ([#11559](https://github.com/linode/manager/pull/11559))
25
+
- Update `/v4/account` and `/v4/vpcs` endpoints and types for upcoming Linode Interfaces project ([#11562](https://github.com/linode/manager/pull/11562))
26
+
- Update existing `v4/linodes/instances` endpoints and types for Linode Interfaces project ([#11566](https://github.com/linode/manager/pull/11566))
27
+
- Add new `editAlertDefinition` endpoint to edit the resources associated with CloudPulse alerts ([#11583](https://github.com/linode/manager/pull/11583))
28
+
- Add support for quotas usage endpoint ([#11597](https://github.com/linode/manager/pull/11597))
0 commit comments