We have released Qt 6.4.3 today. As a patch release, Qt 6.4.3 does not introduce any new features but contains more than 300 bug fixes, security updates, and other improvements to the top of the Qt 6.4.2 release. See more information about the most important changes and bug fixes from Qt 6.4.3 release note.
Get Qt 6.4.3
As earlier, you can add Qt 6.4.3 to the existing online installation by using the maintenance tool or do a clean installation by using the Qt Online Installer which can be downloaded from the Qt Account Portal (for commercial users) and from the opensource download area (for opensource users).
In addition, Qt 6.4.3 source packages are available in the opensource download area for opensource users. For commercial users, the Qt 6.4.3 offline installers and Qt 6.4.3 source packages are available in the Qt Account Portal.
Qt 6.4 release plan
Qt 6.4.3 will be the last release from Qt 6.4 series.
Commenting for this post has ended.
Big problem on 6.4.3 : now deploying doesn't find Qt6Bluetooth.dll (which does not exist) on windows !!! Back to 6.4.2 works ok
Could you create a bug report about the issue in Jira, thanks.
Yes, still investigating, but will do :)
bug report created : https://bugreports.qt.io/browse/QTBUG-111984
https://bugreports.qt.io/browse/QTBUG-111996
I wanted to bring to your attention that there has been a change in PySide6.QtSql.QSqlQuery's behavior. When running QSqlQuery.exec(), passed parameters are no longer implicitly converted to the defined data type of the parameter. For example, in a stored procedure that takes an int parameter, passing '1' as a string no longer works and the parameter needs to be passed as an integer value instead. This change in behavior was observed in Qt 6.4.3, while in the previous version (Qt 6.4.2), it was working both ways. I am not sure if this change was intended or not, but I wanted to bring it to your attention.