Skip to content

First Psalm v7 beta!

Pre-release
Pre-release
Compare
Choose a tag to compare
@danog danog released this 20 Mar 10:45
· 45 commits to master since this release

Announcing the first public beta of Psalm v7!

Psalm v7 brings huge performance improvements to security analysis, up to 10x thanks to a full refactoring of both the internal representation of taints, and optimization of the graph resolution logic.

It also brings performance improvements to dead code analysis, and fixes for list types.

Even more performance improvements and new features will be released soon!

What's Changed

Breaking changes

See here for the full list of breaking changes between v6 and v7.

Features

  • Huge performance improvements for taint analysis by @danog in #11342
  • More detailed progress for taint graph resolution and JIT compilation by @danog in #11349

Fixes

Other changes

Full Changelog: 6.9.0...7.0.0-beta1