|
2 | 2 |
|
3 | 3 | <!-- scriv-insert-here --> |
4 | 4 |
|
| 5 | +<a id='changelog-"2.4.0"'></a> |
| 6 | +# "2.4.0" — 2026-02-05 |
| 7 | + |
| 8 | +## Changed |
| 9 | + |
| 10 | +- Update to BIDS Schema v1.2.0 (BIDS v1.11.0) |
| 11 | + |
| 12 | +<a id='changelog-"2.3.2"'></a> |
| 13 | +# "2.3.2" — 2026-02-02 |
| 14 | + |
| 15 | +## Changed |
| 16 | + |
| 17 | +- File reads are temporarily cached to avoid multiple fetches/opens. |
| 18 | + |
| 19 | +## Fixed |
| 20 | + |
| 21 | +- Retrieval of remote data on S3 is now more robust, avoiding resource leaks |
| 22 | + by setting timeouts and a reasonable retry protocol. |
| 23 | + |
| 24 | +<a id='changelog-"2.3.1"'></a> |
| 25 | +# "2.3.1" — 2026-01-27 |
| 26 | + |
| 27 | +Mismatch between version and tag. Re-releasing for consistency. No other changes. |
| 28 | + |
| 29 | +<a id='changelog-"2.3.0"'></a> |
| 30 | +# "2.3.0" — 2026-01-27 |
| 31 | + |
| 32 | +## Changed |
| 33 | + |
| 34 | +- Improve types for memoized functions by passing argument and return types to callers. |
| 35 | + |
| 36 | +- Render Markdown links as OSC-8 links in terminals where support is detected. |
| 37 | + |
| 38 | +## Fixed |
| 39 | + |
| 40 | +- Exit with a non-zero exit code if nested datasets are validated and found to have errors. |
| 41 | + |
| 42 | +- Prevent HED check from failing for null values found in sidecar metadata. |
| 43 | + |
| 44 | +<a id='changelog-"2.2.10"'></a> |
| 45 | +# "2.2.10" — 2026-01-15 |
| 46 | + |
| 47 | +## Changed |
| 48 | + |
| 49 | +- Improve types for memoized functions by passing argument and return types to callers. |
| 50 | + |
| 51 | +## Fixed |
| 52 | + |
| 53 | +- Extract AWS region from S3 special remote, defaulting to us-east-1. |
| 54 | + |
| 55 | +<a id='changelog-"2.2.9"'></a> |
| 56 | +# "2.2.9" — 2026-01-15 |
| 57 | + |
| 58 | +## Changed |
| 59 | + |
| 60 | +- Reverted terminal URLs for the 2.2.x series. It should be back in 2.3.0. |
| 61 | + |
| 62 | +<a id='changelog-"2.2.8"'></a> |
| 63 | +# "2.2.8" — 2026-01-15 |
| 64 | + |
| 65 | +## Changed |
| 66 | + |
| 67 | +- Render Markdown links as OSC-8 links in terminals where support is detected. |
| 68 | + |
| 69 | +## Fixed |
| 70 | + |
| 71 | +- Fix typo in S3 URL generation code that prevented reading remote files. |
| 72 | + |
| 73 | +<a id='changelog-"2.2.7"'></a> |
| 74 | +# "2.2.7" — 2026-01-13 |
| 75 | + |
| 76 | +## Added |
| 77 | + |
| 78 | +- Maintainer documentation for creating and fixing releases. |
| 79 | + |
| 80 | +- Support for rendering Markdown in validation messages in the terminal. |
| 81 | + |
| 82 | +- Display validation summaries for derivative datasets when recursive validation |
| 83 | + (`-r`/`--recursive`) is run. |
| 84 | + |
| 85 | +- Support for presigning S3 URLs if AWS credentials are detected. |
| 86 | + |
| 87 | +## Fixed |
| 88 | + |
| 89 | +- Validate derivative file paths relative to the derivative dataset root. |
| 90 | + |
| 91 | +- Have all three calls to fetch in HttpOpener use same error handling. |
| 92 | + |
| 93 | +- Fix memoization memory leak for readRemotes. |
| 94 | + |
| 95 | +- Replace SPEC_ROOT placeholder with actual documentation link in CLI output |
| 96 | + |
| 97 | +## Infrastructure |
| 98 | + |
| 99 | +- Pin Deno to 2.5.6 in wheel builds to account for bugs with MacOS binaries compiled with 2.6.0. |
| 100 | + |
5 | 101 | <a id='changelog-"2.2.5"'></a> |
6 | 102 | # "2.2.5" — 2025-12-10 |
7 | 103 |
|
|
0 commit comments