Skip to content

Commit 65d96e7

Browse files
Document expanded unicode-space baseURL coverage in release notes
Co-authored-by: Eric Allam <eric@trigger.dev>
1 parent 7fe37c2 commit 65d96e7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changeset/curly-radios-visit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ Add a new `@trigger.dev/ai` package with:
1818
mathematical space (`\u205F`) for both wrapper trimming and internal-whitespace rejection
1919
- expanded invisible-separator rejection coverage to include mongolian vowel separator (`\u180E`)
2020
in both wrapper and internal `baseURL` positions
21+
- expanded unicode spacing coverage to include hair space (`\u200A`), thin space (`\u2009`),
22+
punctuation space (`\u2008`), six-per-em space (`\u2006`), and em space (`\u2003`)
2123
- deterministic baseURL validation error ordering for multi-issue inputs (internal whitespace → protocol → query/hash → credentials)
2224
- explicit default `baseURL` behavior (`https://api.trigger.dev`) and case-insensitive `HTTP(S)` protocol acceptance

packages/ai/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
across internal-whitespace rejection, wrapper trimming acceptance, and empty-after-trim validation.
3535
- Expanded invisible-separator coverage to reject `\u180E` (mongolian vowel separator) in both
3636
internal and wrapper `baseURL` positions.
37+
- Expanded unicode space coverage to include `\u200A` (hair space), `\u2009` (thin space),
38+
`\u2008` (punctuation space), `\u2006` (six-per-em space), and `\u2003` (em space)
39+
across wrapper-trimming acceptance and internal-whitespace rejection scenarios.
3740
- Documented that `HTTP://` and `HTTPS://` are accepted (case-insensitive protocol matching).
3841
- Added deterministic validation ordering for multi-issue baseURL values
3942
(internal whitespace → protocol → query/hash → credentials).

0 commit comments

Comments
 (0)