File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments