What's Changed
Changelog
- release(turborepo): 1.10.15 by @github-actions in #6107
- fix: set size for tar directory entries by @chris-olszewski in #6100
- Reuse existing login tokens by @Zertsov in #6034
- feat(turborepo): Go Implementation of Capnproto Hashing by @NicholasLYang in #6110
- Chunking Refactor Step 1 by @sokra in #6104
- chore: fix clippy lints by @chris-olszewski in #6112
- Chunking Refactor Step 2 by @jridgewell in #6120
- Performance Improvements (5) by @sokra in #6076
- Extract as_chunk into shared ChunkType trait by @jridgewell in #6123
- use temp files for auth login test by @Zertsov in #6115
- Ensure process.env.TURBOPACK is always set by @timneutkens in #6116
- feat(Turborepo): Drop turbo.json from inference calculation by @gsoltis in #6079
- chore: Always build run stub by @NicholasLYang in #6124
- Revert "Reuse existing login tokens" by @nathanhammond in #6133
- feat(turborepo): Layered Config by @nathanhammond in #5796
- feat: hook up task cache by @chris-olszewski in #6117
- release(turborepo): 1.10.16-canary.0 by @github-actions in #6125
- chore: update pnpm by @feedthejim in #6140
- Turbopack: detect
spawn(process.argv[0], ['-e', ...])
by @wbinnssmith in #6118 - Fix some clippy issues, ignore others by @wbinnssmith in #6129
- chore: add go workspace by @chris-olszewski in #6111
- fix(docs): update storybook build command by @steadily-worked in #6134
- refactor(Turborepo): Move inference to repository crate by @gsoltis in #6127
- Update docs and tests. by @nathanhammond in #6028
- feat: make chrome tracing non-conditional and connect --profile flag by @arlyon in #6146
- chore: add schema to vercel.json configs by @mehulkar in #6151
- remove unnecessary fields in vercel.json from docs by @styfle in #6153
- chore: remove unnecessary vercel.json from docs by @styfle in #6154
- Escape colons in globs before sending to the daemon by @gsoltis in #6141
- chore(turborepo): Bump global cache key by @NicholasLYang in #6156
- release(turborepo): 1.10.16-canary.1 by @github-actions in #6161
- fix: update global cache keys by @chris-olszewski in #6164
- chore: run clippy by @arlyon in #6159
- fix: support non UTF-8 logs by @chris-olszewski in #6167
- Chunking Refactoring by @sokra in #6160
- Chunking Refactoring followup fixes by @sokra in #6172
- chore: add a few diagnostic log lines for measuring time-to-execute by @arlyon in #6173
- chore: fail if chrometracing setup fails by @chris-olszewski in #6168
- fix: log replay output by @chris-olszewski in #6155
- chore(ci): Break up e2e tests by @mehulkar in #6169
- Add support for FreeVarReference::Error by @timneutkens in #6177
- chore: update turborepo team members for labeler by @mehulkar in #6181
- chore: add more instrumentation by @arlyon in #6158
- Auth and API Client refactor by @Zertsov in #6150
- Don't open browser when in test mode by @Zertsov in #6187
- fix chunk loading in build runtime by @sokra in #6180
- Deduplicate referenced_output_assets by @jridgewell in #6191
- build: Update
swc_core
tov0.86.1
by @kdy1 in #6171 - fix(turborepo): Size comes from the thing being read. by @nathanhammond in #6092
- Resistance is futile; change is inevitable (twitter -> X) by @jakeleventhal in #6192
- chore: re-enable clippy lints and fix new lint errors by @chris-olszewski in #6185
- feat: port task execution env restriction by @chris-olszewski in #6184
- chore: fix new clippy lints in auth crate by @chris-olszewski in #6193
- Move OutputAssets length check into new method by @jridgewell in #6194
- Fix filewatching setup cookie path by @gsoltis in #6183
- fix(postcss): fallback postcss config locations by @kwonoj in #6119
- chore: remove debug logging for file hashes by @mehulkar in #6196
- chore: Update CODEOWNERS by @mehulkar in #6198
- fix: log replay message should say replay by @chris-olszewski in #6199
- feat: add pprof flamegraphs behind a feature flag by @arlyon in #6147
- chore(lockfiles) avoid hand written reflection by @chris-olszewski in #6143
- feat(Turborepo): Initial run preamble by @gsoltis in #6205
- fix(Turborepo): Drop root package removal by @gsoltis in #6208
- chore: avoid allocations during log capture and replay by @chris-olszewski in #6189
- fix double self time reporting by @sokra in #6179
- chore: fix old clippy warnings by @chris-olszewski in #6204
- allow to show span count by @sokra in #6135
New Contributors
- @feedthejim made their first contribution in #6140
- @steadily-worked made their first contribution in #6134
- @jakeleventhal made their first contribution in #6192
Full Changelog: v1.10.15...v1.10.16