0.24.1 is out
As promised, 0.24.1 is out. Here's the changelog:
- Updated vim filetype detection. (#900 and #963)
- Default resources like schedules no longer conflict with managed resources. (#965)
- Removing the ability to disable http keep-alive, since it didn't really work anyway and it should no longer be necessary.
- Refactored http keep-alive so it actually works again. This should be sufficient enough that we no longer need the ability to disable keep-alive. There is now a central module responsible for managing HTTP instances, along with all certificates in those instances.
- Fixed a backward compatibility issue when running 0.23.x clients against 0.24.0 servers -- relationships would consistently not work. (#967)
- Closing existing http connections when opening a new one, and closing all connections after each run. (#961)
- Removed warning about deprecated explicit plugins mounts.
The main fixes are that http keep-alive works now (meaning you should only have one connection open to your server, not tens or hundreds), the backward compatibility problem is fixed, and default schedules work again.
Fri, 21 Dec 2007 | Tags: puppet, release