Skip to content

Releases: ph4r5h4d/wait4it

Bug fixes and Improvments.

09 Oct 19:17
47ced58
Compare
Choose a tag to compare

This release will address some issues from earlier days of wait4it development.

Add support for Redis Cluster

30 Aug 18:48
e57bc59
Compare
Choose a tag to compare

This version adds support for Redis Cluster. This version can only check one host within Redis cluster, using multiple hosts to check cluster status for Redis will be added in the next version.

Add support for Redis

28 Aug 19:13
64c9bc6
Compare
Choose a tag to compare

This release adds support for Redis.
Currently, it only supports Redis single instance, support for Redis Sentinel and cluster will be added in the future. For the moment, wait4it can wait for the single instance of Redis.

MongoDB Support

26 Aug 18:14
ad6135d
Compare
Choose a tag to compare

This release will add MongoDB support to wait4it.
Currently, wait4it only supports username/password authentication for MongoDB, if you think another authentication method is needed, kindly open an issue.

Add support for environment variables

26 Feb 21:18
6b8edb9
Compare
Choose a tag to compare

Check the readme file to see what has been added.

Add support for HTTP check

18 Feb 09:59
39f000c
Compare
Choose a tag to compare

This release adds support for Http check, among other checks, for more info check the README.

Add Support for PostgresSQL

16 Feb 19:30
73e7578
Compare
Choose a tag to compare

Check the README, and you will find necessary information regarding how to use PostgresSQL.

Add Support for MySQL

09 Feb 16:28
Compare
Choose a tag to compare

This release introduces numerous refactoring to the codes and also adds support for checking MySQL service status.

Also, note that checking MySQL will check if the service is ready for accepting connections and not just checking if the port is open.

First release

27 Jan 19:30
a7b0fc0
Compare
Choose a tag to compare

This is the first release with basic functionality, it needs improvement and further testing.
Currently, only build for Linux x86_64 is supported on releases, if you need other arch or os just open an issue.