Oct 3, 2022 — Linode API
about 2 years ago by cverner@akamai.com
v4.137.0
Changed
- Create a domain (POST /domains). The
axfr_ips
andmaster_ips
each have a total combined length limit of 1000 characters for data within their respective arrays. - Update a domain (PUT /domains/{domainId}). The
axfr_ips
andmaster_ips
each have a total combined length limit of 1000 characters for data within their respective arrays.
Fixed
- Assign IPv4s to Linodes (POST /networking/ipv4/assign). Fixed a bug that prevented successful swapping of private IPv4 addresses.
- Create a config (POST /nodebalancers/{nodeBalancerId}/configs) and Update a config (PUT /nodebalancers/{nodeBalancerId}/configs/{configId}). Previously, NodeBalancer configs were created with default values of
2
forcheck_interval
and30
forcheck_timeout
. This violated the requirement thatcheck_timeout
be greater thancheck_interval
, causing config update requests to fail if these values were not updated. Now, the default value forcheck_interval
is31
when creating NodeBalancer configs. - Add a promo credit (POST /account/promo-codes). Fixed a bug that caused an incorrect
expire_dt
value in responses.