New hook (accept) for filtering out requests that a service cannot process
Improved logging- Apache-like HTTP access log for servers,
compatible with popular log parsing tools, logging config uses YAML,
subsystems have their own log files, web-admin’s logs show IP of the user connecting to it
Ability for users to store configutation in their own INI-style files
zato –version is clearer what exact git commit was used to build it
Constants in zato.common.broker_message
became wrappers around integers - use .value attribute to reference them. For instance, SERVICE.PUBLISH.value instead of SERVICE.PUBLISH.
Added a hot_deploy.delete_after_pick_up flag,
setting of which to False will prevent Zato from deleting hot-deployed Python code effectively
making servers work in a live-reload mode