modcluster / mod_proxy_cluster

mod_cluster is an intelligent native Apache httpd-based and pure-Java Undertow-based load-balancer
https://www.modcluster.io
Apache License 2.0
7 stars 15 forks source link

Update the version string in mod_proxy_cluster.h #243

Open rhusar opened 4 months ago

rhusar commented 4 months ago

https://github.com/modcluster/mod_proxy_cluster/blob/main/native/include/mod_proxy_cluster.h#L21

Side question: can we include the git hash somehow?

rhusar commented 4 months ago

Note that the version is available via VERSION command - https://github.com/modcluster/mod_proxy_cluster/blob/main/native/mod_manager/mod_manager.c#L2384

So we need to make sure the name is correctly consumed, although, I don't think this is available / used anywhere (officially) yet.

jajik commented 4 months ago

related to #246

jajik commented 1 month ago

Once we release the beta, should we update the name as well (mod_cluster -> mod_proxy_cluster)? Because we discussed the versioning policy only...