Skip to content

v0.47.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bufdev bufdev released this 29 Jul 15:30
· 1570 commits to main since this release
  • Rewrite the git cloner to use git init && git fetch rather than git clone. git clone is limited to local branches on the remote, whereas git fetch we can fetch any references on the remote including remote branches.
  • Add php_namespace managed mode handling.
  • Add java_string_check_utf8 managed mode handling.