Skip to content

Commit b20cf2b

Browse files
committed
release: v0.4.9
1 parent 2c94182 commit b20cf2b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.9] - 2026-03-18
9+
10+
### Added
11+
12+
- Script to build and run compiled binary locally (#262)
13+
14+
### Fixed
15+
16+
- Snowflake auth — support all auth methods (`password`, `keypair`, `externalbrowser`, `oauth`), fix field name mismatches (#268)
17+
- dbt tool regression — schema format mismatch, silent failures, wrong results (#263)
18+
- `altimate-dbt compile`, `execute`, and children commands fail with runtime errors (#255)
19+
- `Cannot find module @altimateai/altimate-core` on `npm install` (#259)
20+
- Dispatcher tests fail in CI due to shared module state (#257)
21+
22+
### Changed
23+
24+
- CI: parallel per-target builds — 12 jobs, ~5 min wall clock instead of ~20 min (#254)
25+
- CI: faster release — build parallel with test, lower compression, tighter timeouts (#251)
26+
- Docker E2E tests skip in CI unless explicitly opted in (#253)
27+
828
## [0.4.1] - 2026-03-16
929
## [0.4.2] - 2026-03-18
1030

0 commit comments

Comments
 (0)