You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[security fix] agent: The Teamscale access token was logged in clear text in DEBUG-level logs (e.g., when debug=true was set) and in the WARN-level log emitted when multiple -javaagent arguments are present. The token is now obfuscated in those logs as well, matching INFO-level behavior.
[fix] agent: The profiled application no longer crashes when the profiler configuration is invalid (e.g., missing teamscale-user). Instead, the application starts normally without coverage collection.
[fix] agent: Fixed IllegalStateException: Can't add different class with same name when application servers like JBoss perform a reload without full restart or when duplicate class files exist across multiple archives
[fix] teamscale-gradle-plugin: Annotated tasks with @DisableCachingByDefault where caching can't be applied
[feature] teamscale-client: User-Agent header now includes the specific component performing the request (e.g., "Teamscale Gradle Plugin", "Teamscale Maven Plugin") and version number
[feature] maven-plugin: Added maven properties for runImpacted and runAllTests configuration parameters
[fix] maven-plugin: The warning "Both baselineRevision and baselineCommit are set but only one of them is needed" was displayed incorrectly
[fix] maven-plugin: Coverage upload used "Now" instead of auto-resolved Git revision when no commit/revision was configured