Skip to content

Commit bfbde8f

Browse files
committed
fmt
1 parent f1dae99 commit bfbde8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
## 4.4.4 — 2025-06-24
44
### Added
55
* **CDN Subdomain Support**: Added support for automatic subdomain generation to improve CDN performance and caching.
6-
- New `CnameGenerator` class for generating CNAME prefixes based on public key using SHA256 hashing
7-
- Configuration options:
8-
- `use_subdomains` - Enable automatic subdomain generation (default: `false`)
9-
- `cdn_base_postfix` - Base domain for subdomain generation (default: `https://ucarecdn.net/`)
10-
- `default_cdn_base` - Original CDN base URL (default: `https://ucarecdn.com/`)
11-
- `cdn_base` - Dynamic CDN base selection based on subdomain configuration
12-
- New `cdn_url` method for `File` and `Group` entities to get CDN URLs using configured base
13-
- New `file_cdn_urls` method for `Group` entities to get CDN URLs of all files in a group without API requests
6+
* New `CnameGenerator` class for generating CNAME prefixes based on public key using SHA256 hashing
7+
* Configuration options:
8+
* `use_subdomains` - Enable automatic subdomain generation (default: `false`)
9+
* `cdn_base_postfix` - Base domain for subdomain generation (default: `https://ucarecdn.net/`)
10+
* `default_cdn_base` - Original CDN base URL (default: `https://ucarecdn.com/`)
11+
* `cdn_base` - Dynamic CDN base selection based on subdomain configuration
12+
* New `cdn_url` method for `File` and `Group` entities to get CDN URLs using configured base
13+
* New `file_cdn_urls` method for `Group` entities to get CDN URLs of all files in a group without API requests
1414
* New `Uploadcare::Exception::ConfigurationError` for configuration-related errors
1515

1616
## 4.4.3 — 2024-07-06

0 commit comments

Comments
 (0)