@jmah I'm sorry you're frustrated. I feel very badly about how things have been going this past week, and I'm working nonstop to try to straighten it out.
Here's the full story of what happened starting with Arq 2.6.3:
There's a problem with some of S3's servers, particularly in the us-west-1 region, but also in other regions. Connections just get stuck. Customers were complaining heavily about Arq getting stuck. The Apple networking API that Arq was using had no facility for timing out; plus it was very hard to throttle properly. So I changed Arq to use Apple's older CFHTTP API.
In my haste to fix this customer problem, I didn't do enough testing on 2.6.3-4. I screwed up.
(In fact, I never intended to publish 2.6.3 to everyone. I was sending updates via email in response to several people's complaints of Arq getting "stuck". But one time when I ran my build script late at night I accidentally ran the part that puts it into the update stream. I didn't realize it until the next morning, and by that time I couldn't go backwards.)
There was a bug in 2.6.3-4 where some objects were marked as "compressed" but they weren't actually compressed. So Arq couldn't restore properly. So, since there's no way for me to tell which objects were compressed, Arq 2.6.5 ignores all backups made after March 7 by an Arq version < 2.6.5. I added a "version" to the backup data so that if this sort of thing happens again, I can fix it with a less drastic solution.
In addition, 2.6.5 fails on some transient network errors that I couldn't reproduce. But from customer log data I think I've tracked down all the possible error cases and Arq will retry for those transient errors. Arq 2.6.7 will have fixes for them, but I'm not going to release it until I'm comfortable that it works properly, probably within a few days.
So, please hang on for another day or two. I will publish a release when it's very stable, and it takes time to do enough testing to make sure that's the case. I also need to figure out a way to avoid accidentally publishing a release to the update stream.
By the way, downgrading isn't something I test, and Arq assumes that it's replacing an older version, not a newer version. If anyone else is considering going to an older version of Arq, please don't. Contact me here or via email at support@haystacksoftware.com. I'm pretty responsive via email.