|
11 | 11 | seconds to 100 milliseconds, because now it configures the wait time for
|
12 | 12 | duplicated events, instead of the polling time (#2048 by @andreynering, #1508,
|
13 | 13 | #985, #1179).
|
14 |
| -- The [Map Variables experiment](#1585) was made generally available so you can |
15 |
| - now |
| 14 | +- The [Map Variables experiment](https://github.com/go-task/task/issues/1585) |
| 15 | + was made generally available so you can now |
16 | 16 | [define map variables in your Taskfiles!](https://taskfile.dev/usage/#variables)
|
17 | 17 | (#1585, #1547, #2081 by @pd93).
|
18 | 18 | - Wildcards can now
|
|
22 | 22 | [loop over the files specified by the `generates` keyword](https://taskfile.dev/usage/#looping-over-your-tasks-sources-or-generated-files).
|
23 | 23 | This works the same way as looping over sources (#2151 by @sedyh).
|
24 | 24 | - Added the ability to resolve variables when defining an include variable
|
25 |
| - (#2108, #2113 @pd93). |
| 25 | + (#2108, #2113 by @pd93). |
| 26 | +- A few changes have been made to the |
| 27 | + [Remote Taskfiles experiment](https://github.com/go-task/task/issues/1317) |
| 28 | + (#1402, #2176 by @pd93): |
| 29 | + - Cached files are now prioritized over remote ones. |
| 30 | + - Added an `--expiry` flag which sets the TTL for a remote file cache. By |
| 31 | + default the value will be 0 (caching disabled). If Task is running in |
| 32 | + offline mode or fails to make a connection, it will fallback on the cache. |
26 | 33 | - The default taskfile (output when using the `--init` flag) is now an embedded
|
27 | 34 | file in the binary instead of being stored in the code (#2112 by @pd93).
|
28 | 35 | - Improved the way we report the Task version when using the `--version` flag or
|
|
56 | 63 | Instead nodes are passed directly into the
|
57 | 64 | [`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read)
|
58 | 65 | method (#2169 by @pd93).
|
| 66 | +- [`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read) |
| 67 | + also now accepts a [`context.Context`](https://pkg.go.dev/context#Context) |
| 68 | + (#2176 by @pd93). |
59 | 69 |
|
60 | 70 | ## v3.42.1 - 2025-03-10
|
61 | 71 |
|
|
0 commit comments