Skip to content

Commit 1ae3bf0

Browse files
committed
chore: changelog for #2176
1 parent a84f09d commit 1ae3bf0

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
seconds to 100 milliseconds, because now it configures the wait time for
1212
duplicated events, instead of the polling time (#2048 by @andreynering, #1508,
1313
#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
1616
[define map variables in your Taskfiles!](https://taskfile.dev/usage/#variables)
1717
(#1585, #1547, #2081 by @pd93).
1818
- Wildcards can now
@@ -22,7 +22,14 @@
2222
[loop over the files specified by the `generates` keyword](https://taskfile.dev/usage/#looping-over-your-tasks-sources-or-generated-files).
2323
This works the same way as looping over sources (#2151 by @sedyh).
2424
- 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.
2633
- The default taskfile (output when using the `--init` flag) is now an embedded
2734
file in the binary instead of being stored in the code (#2112 by @pd93).
2835
- Improved the way we report the Task version when using the `--version` flag or
@@ -56,6 +63,9 @@
5663
Instead nodes are passed directly into the
5764
[`Reader.Read`](https://pkg.go.dev/github.com/go-task/task/v3/taskfile#Reader.Read)
5865
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).
5969

6070
## v3.42.1 - 2025-03-10
6171

0 commit comments

Comments
 (0)