File nextcloud-notify-push.changes of Package nextcloud-notify-push
-------------------------------------------------------------------
Tue Mar 17 07:38:37 UTC 2026 - Matthias Fehring <buschmann23@opensuse.org> - 1.3.1
- update to version 1.3.1
* Listen to IPv6 and IPv4 by default
* Fix handling of ipv6 database addresses in config parsing
* Gate test endpoints behind authentication
-------------------------------------------------------------------
Sat Jan 10 11:31:34 UTC 2026 - Matthias Fehring <buschmann23@opensuse.org> - 1.3.0
- update to version 1.3.0
* Add support for Nextcloud 33
- changes from version 1.2.2
* bugfix/socket-permissions
* fix: clear appconfig cache in reverse-cookie self-test
-------------------------------------------------------------------
Tue Nov 4 07:25:30 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 1.2.1
- update to version 1.2.1
* Add soft dependencies to systemd service
* docs(readme): mention METRICS_SOCKET_PATH env variable
* fix(SelfTest): Skip mapping test if no oc_mounts are available yet
-------------------------------------------------------------------
Wed Aug 20 05:25:16 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 1.2.0
- update to version 1.2.0
* Compatible with Nextcloud 32
* MSRV has increased to 1.85
-------------------------------------------------------------------
Sat Aug 9 05:55:34 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 1.1.1
- update to version 1.1.1
* send keepalive pings over redis pubsub connection
* fix: better error if push server didn't set version in redis
* spread out debouce times per-connection
* feat: allow configuring a separate redis instance for use with
notify_push
-------------------------------------------------------------------
Thu May 8 05:23:59 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 1.1.0
- update to version 1.1.0
* support Nextcloud running with private CA certificates
* track per-message type events
* redis tls support
* MSRV has increased to 1.81
-------------------------------------------------------------------
Thu Jan 16 15:18:42 UTC 2025 - Matthias Fehring <buschmann23@opensuse.org> - 1.0.0
- update to version 1.0.0
* Fix build on non-x86_64 archs
* Update systemd service example
* MSRV has increased to 1.77
-------------------------------------------------------------------
Mon Jul 29 14:30:50 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.7.0
- updat to version 0.7.0
* Add app icon
* docs: clearify that 1.2.3.4 is only a test value
* feat(deps): Add Nextcloud 30 support
* MSRV has increased to 1.74.1
-------------------------------------------------------------------
Wed May 29 13:03:29 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.12
- update to version 0.6.12
* Support SystemD Type=notify
- changes from version 0.6.11
* fix: filter more paths from being sent to the daemon
-------------------------------------------------------------------
Thu Apr 4 06:06:33 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.10
- update to version 0.6.10
* more detailed error messages
-------------------------------------------------------------------
Tue Feb 20 14:09:50 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.9
- update to version 0.6.9
* fix handling of pgsql sockets without hostname
-------------------------------------------------------------------
Wed Jan 24 13:57:08 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.8
- update to version 0.6.8
* Update dependencies + move to sqlx-oldapi for now
* MSRV has been increased to 1.70
-------------------------------------------------------------------
Thu Jan 18 10:13:54 UTC 2024 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.7
- update to version 0.6.7
* extend trusted proxy diagnostics
* Update Command/Reset: add type declarations
* Update Command/Log: add type declarations
* Make pre_auth usable by non-js clients
-------------------------------------------------------------------
Thu Dec 21 18:51:10 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.6
- update to version 0.6.6
* Update dependencies
- spec file changes
* remove cargo_config, now included in the vendor.tar created by
obs service cargo_vendor
-------------------------------------------------------------------
Tue Dec 12 07:32:06 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.5
- update to version 0.6.5
* Fix os detection [gh#nextcloud/notify_push#355]
- spec file changes
* Use obs-service-cargo_vendor to get vendor bundle
* Use rpm macros for build and install
-------------------------------------------------------------------
Thu Nov 9 06:52:34 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.4
- update to version 0.6.4
* Speedup: Use faster random generator for generating ping messages
* Fix clippy warnings
* Speedup: Reduce enum sizes
* Speedup: file_id is always provided for StorageUpdate event
* Speedup: Remove unnecessary async
* Use async for Redis cluster
* Update the SetupWizard to take into account FreeBSD systems
* Fixing a bug in Command/Setup.php execute()
* Speedup: hashing
* Add ability to set maximum connection time
* Follow Caddy's best practices
* New instructions for Nextcloud Snap
-------------------------------------------------------------------
Wed May 17 06:23:14 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.3
- Fix deprecation warning with php 8.2
- Support Nextcloud 27
-------------------------------------------------------------------
Fri Mar 31 07:19:06 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org> - 0.6.2
- update to version 0.6.2
* Fix packaging issue with 0.6.1
- changes from version 0.6.1
* Fix changes from groupfolders and collectives not being pushed
- changes from version 0.6.0
* Supports Nextcloud 26
* Update dependencies
* MSRV has been increased to 1.60
-------------------------------------------------------------------
Fri Feb 10 09:14:43 UTC 2023 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 0.5.2
* Fix packaging issue from 0.5.1
- changes from version 0.5.1
* Improved error messages for redis errors
-------------------------------------------------------------------
Sun Oct 9 08:29:59 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 0.5.0
* Compatible with Nextcloud 25
* Bump MSRV to 1.59
-------------------------------------------------------------------
Mon May 2 13:51:56 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 0.4.0
* Send changed file ids to clients when they request it
* Don't send updates for files the user can't access
* Improved error messages for parsing nextcloud config file
* Improved debounce logic
* Make maximum debounce time configrable
(--max-debounce-time/MAX_DEBOUNCE_TIME)
* MSRV is raised to 1.54
-------------------------------------------------------------------
Sun Nov 14 20:51:52 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 0.3.0
* Automatically disable color output when output is not a TTY
* Improved debouncing of repeated messages
* Add support for listening with TLS
* Add command to close all open websocket connections
- changes from version 0.2.4
* Fix error during installation or upgrade in some cases
* Mark as compatible with the upcoming 20.0.13 release
- changes from version 0.2.3
* Fix building on some non-linux systems with --no-default-features
* Fix parsing of some config files
-------------------------------------------------------------------
Tue Aug 24 18:49:03 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 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
-------------------------------------------------------------------
Fri Jul 2 21:37:32 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 0.2.1
* Make loading of additional config files optional (--glob-config)
- changes from version 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
-------------------------------------------------------------------
Tue Apr 13 13:52:03 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to version 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 or SOCKET_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
-------------------------------------------------------------------
Mon Apr 12 11:44:49 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- add more values to the instance configuration example
- add README.SUSE
-------------------------------------------------------------------
Sat Apr 10 21:25:00 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- add systemd instance unit files
-------------------------------------------------------------------
Sat Apr 10 17:06:24 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- first packaged version 0.1.6