Releases: IcecaveStudios/overpass
Releases · IcecaveStudios/overpass
Version 2.0.3
Version 2.0.2
- [FIXED] Remove archer publish version 7.1
Version 2.0.1
- [IMPROVED] Update dependencies
Version 2.0.0
- [NEW] Amqp rpc server accepts custom error handler
- [IMPROVED] Include procedure name in RPC timeout exception message
- [IMPROVED] Include timing information for RPC calls
- [IMPROVED] RPC logging improvements
Version 1.0.1
- [FIXED] Reverted JSON logging
Version 1.0.0
- [NEW] Added job queing subsystem (thanks @darianbr)
- [IMPROVED] Use a channel-wide pre-fetch limit in the AMQP RPC server
- [IMPROVED] Log complete messages in JSON format, rather than a partial representation
- [FIXED] Allow the RPC server to crash when an internal server error (unexpected exception) occurs, this prevents applications in unrecoverable state from appearing OK while unresponsive
Version 0.3.5
- [FIXED] Fixed incorrect
icecave/isolator
version constraint
Version 0.3.4
- [IMPROVED] RPC server can now be shutdown gracefully by a signal handler
Version 0.3.3
- [IMPROVED] Improved logging and removed some noisy log messages
Version 0.3.2
- [FIXED] RPC exception messages are no longer propagated to the client unless the exception is an
ExecutionException
- [IMPROVED] Improved consistency of logging