- Migrate to Go modules, work with Go 1.17
- Add Jenkins pipeline
- Update dependencies
- Add docker-compose for running a RabbitMQ in dev
- Add environment variables
- Clean Makefile
- Improve README
- Port is parameterized
- Internal: Update go version 1.10 and 1.11
- Internal: Update godep version
- Internal: Update Makefile and dependencies
- Internal: Update go version for docker image
- Systems: Use network host mode
- Internal: Added godep for dependency management - Updated Makefile - Excluded vendor directory from git - Updated .travis - Updated dependencies
- Internal: Removed go version 1.6 and 1.7. Added 1.8.x, 1.9.x and master versions
- Use manual prefix "docker/" for docker_log_tag.It's necessary for docker v1.12
- Update go version to 1.6.3
- Travis configuration uses 1.6 1.7 and tip
- golint is not supported in go version 1.5
- Remove update_deps doesnt work correctly :-(
- Update deprecated docker compose configuration syslog-tag
- Internal: Unify Makefile and travis.yml
- Publish queries with the timeout value as amqp message ttl so messages are expired after timeout
- Bugfix: ignore messages that can not be deserialized.
- return 408 error code when timeout happens
- Support a query string argument to especify a request timeout in milliseconds (e.g. curl http://localhost/foo?timeout=1500)
- Support multiple methods
- simplified code
- API changes
- Bugfix. Memory leak in the map that stores pending responses.
- Improved logging to show query id, topic and criteria.
- Nothing. Just released to test deployment
- Initial release