Releases: nextcloud/notify_push
Releases Β· nextcloud/notify_push
0.6.4
What's Changed
- Speedup: Use faster random generator for generating ping messages by @JakubOnderka in #281
- Fix clippy warnings by @JakubOnderka in #283
- Speedup: Reduce enum sizes by @JakubOnderka in #277
- Speedup: file_id is always provided for StorageUpdate event by @JakubOnderka in #280
- Speedup: Remove unnecessary async by @JakubOnderka in #279
- Use async for Redis cluster by @JakubOnderka in #284
- Update the SetupWizard to take into account FreeBSD systems. by @GuillaumedeVolpiano in #273
- Fixing a bug in Command/Setup.php execute() by @GuillaumedeVolpiano in #276
- Speedup: hashing by @JakubOnderka in https://github.com/nextcloud/notify_push/pull/
- Add ability to set maximum connection time by @JakubOnderka in #282
- Follow Caddy's best practices by @plexxman in #307
- New instructions for Nextcloud Snap by @Pilzinsel64 in #345
New Contributors
- @skjnldsv made their first contribution in #272
- @JakubOnderka made their first contribution in #281
- @GuillaumedeVolpiano made their first contribution in #273
- @nextcloud-command made their first contribution in #274
- @dependabot made their first contribution in #289
- @plexxman made their first contribution in #307
Full Changelog: v0.6.3...v0.6.4
0.6.3
- Fix deprecation warning with php 8.2
- Support Nextcloud 27
0.6.2
- Fix packaging issue with 0.6.1
0.6.1
- Fix changes from groupfolders and collectives not being pushed
0.6.0
- Supports Nextcloud 26
- Update dependencies
- MSRV has been increased to 1.60
0.5.2
- Fix packaging issue from 0.5.1
0.5.1
- Improved error messages for redis errors
0.5.0
- Compatible with Nextcloud 25
- Bump MSRV to 1.59
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
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