Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.48.5
**`(chore):`** Add timing logs for each phase of SDK generation: code generation, package manager install,
lockfile generation, formatting/linting, build, and publish. Each phase logs its duration
in milliseconds with a `[TIMING]` prefix for easy identification.


## 3.48.4
**`(fix):`** Switch Docker base image from `node:22.12-alpine3.20` to `node:22.12-slim` (Debian).
Alpine uses musl instead of glibc, causing a ~14x performance regression for Biome
Expand Down