I don't blame the monthly updates at all for these inconveniences mentioned in OP.It's more to do with how developers work as a team.
Checking out a class for whatever versioning system does not make the changes come in next release unless ready and tested and checked in again.
And if this code is not fully tested, it can be excluded by inserting switches in code - governed when to activate, when it's actually tested and ready for release.
And devs need to syncronize if they are working on the same class - usually handled when a checkin is made, by merging code. But testing of that class really need to be tested by both working on that code before release. If not doing the latter - you might get current result that new bugs are introduced by fixes.
The possible flaw in events regarding this - does not improve by just increasing intervals for release.But maybe cut out some fixes for a release until fully tested - that a fix does not backfire.
Use code switches that are not removed until fully tested - so they don't interfere with other fixes.
Somebody with the overall knowledge of Sonar as a system need to govern this - can this fix alter behavior in other areas and inflict on that.
How Cakewalk is taking care of CWBR and categorising these, finding mutual cause of problems etc - and putting on todo list - and also fixing problems - is an internal problem at Cakewalk not to do with release intervals, as I see it.
Cakewalk improved a lot the last five years - and there is no doubt they are always working on to improve.
And maybe the heat is on to make a certain length of a fix list each month.But this monthly release model is rather new - and is sure they will alter how they do things to improve.
I absolutely love this new model of working and releasing. I'm most likely to benefit not having to experience many bugs because of it.
I mean each bug usually introduce some hours of narrowing down and finding a workaround and multiply that by each fix made each month and then multiply by users of Sonar - that is many manhours saved.