Profiles 0.24.x Changelog
2 minute read
- Last modified: Sep 8, 2026
Version 0.24.6
2 February 2026
Bug Fixes
- Fixed wrong model reference path issue faced in Windows OS
Miscellaneous
- Try both IPV4 and IPV6 addresses for GRPC connectivity between internal processes
Version 0.24.4
15 January 2026
Miscellaneous
- Added retry functionality to retryable errors thrown by BigQuery
Version 0.24.3
8 December 2025
Miscellaneous
- Added timeout to queries run on cleanup command
Version 0.24.2
21 November 2025
Bug Fixes
- Fixed a nil pointer exception in some cases while loading the projects
- Fixed an issue which occurs in Redshift during runs, where internal table creation fails if it already exists
Miscellaneous
- Removed unnecessary warning logs while loading projects
- Shows the right error message that explains why a project failed instead of showing
context cancelledas the message
Version 0.24.0
4 November 2025
Schema version: 93
Release Schedule
| Milestone | Date |
|---|---|
| CLI release | November 4, 2025 |
| Deployment to dev workspaces | November 4, 2025 |
| Deployment to production workspaces | November 6, 2025 |
What’s New
- Rule-based filtering (ID Graph Cardinality Rules) is now supported in ID Stitcher for Snowflake
pb init pb-projectgenerates project with optimizations configuration file by default
Bug Fixes
- IPv4 addressing is used for Go and Python RPC servers
Known Issues
BigQuery
pb validate accesscommand does not work for BigQuery.
Redshift
- If two different users create material objects on the same schema, RudderStack gives an error during cleanup when trying to drop views created by the other user, like
user_var_table. - Cross-database references can fail on Redshift for a few clusters.
- While creating activations, validation for Redshift does not work correctly in the RudderStack dashboard.
Other issues
- Linux users might see this warning for all command runs — you can ignore it:
WARN[0000]log.go:228 gosnowflake.(*defaultLogger).Warn DBUS_SESSION_BUS_ADDRESS envvar looks to be not set, this can lead to runaway dbus-daemon processes.
To avoid this, set envvar DBUS_SESSION_BUS_ADDRESS=$XDG_RUNTIME_DIR/bus (if it exists) or DBUS_SESSION_BUS_ADDRESS=/dev/nullpb insertdoes not work for Redshift, Databricks, and BigQuery.- If you are referring a public package in the project and get the
ssh: handshake failederror, then you will have to manually remove the entire folder fromWhtGitCacheto make it work.