Releases: nextcloud/notify_push
Releases · nextcloud/notify_push
0.2.3
- Fix building on some non-linux systems with
--no-default-features
- Fix parsing of some config files
0.2.2
- fix behavior of
--glob-config
- handle urls with an extra
push/
in the beginning to better work with some proxy setups - better handle mysql ssl setups
0.2.1
- Make loading of additional config files optional (
--glob-config
)
0.2.0
- Compatible with Nextcloud 22
- Fix connecting to the database using an ip address if the server accepts ssl connections
- initial support for redis cluster
- add option to disable color (ansi) output in logging
- increase authentication timeout to prevent issues with slower clients
- include extra config files in nextcloud config directory
- minimum supported rust version has been increased to 1.46
0.1.7
- Fix parsing of nextcloud url from
config.php
in some cases - Allow querying metrics using
occ notify_push:metrics
- Improve diagnostics for "trusted proxy" errors during setup
- Basic support for redis cluster setups
- Allow specifying the permissions for the socket (
--socket-permissions 0xxx
orSOCKET_PERMISSIONS=0xxx
) - Cleanup socket on exit
- Better error handling when socket can't be created
- Fix incorrect versions being shown in
--help
output - Allow building without
termion
dependency - Improved generated nginx configuration, by @jknockaert
0.1.6
- Fix metrics not using custom listen ip
- Allow serving metrics on a unix socket
- Explicitly use ipv4 in generated proxy config
- Improve reverse proxy diagnostics
- Disconnect connections if the client stopped responding
0.1.5
- Improve handling of pgsql socket connections
- Allow specifying options using command line arguments instead of environment variables
- Allow listening on a different ip
- Allow listening on a unix socket instead
- Improve error message when push server can't connect to the nextcloud instance
0.1.4
- Improve parsing of
config.php
- Default to port 7867 if not set
- Lower minimum required rust version to 1.45
- Always use ipv4 when using
localhost
as redis host - Improve handling of
localhost
mysql connections
0.1.3
- Improved handling of executable permissions for bundled binaries
- Improved error message when parsing
config.php
fails
0.1.2
- Fix parsing of nextcoud's redis configuration in some setups