Releases: sonroyaalmerol/pbs-plus
Releases · sonroyaalmerol/pbs-plus
v0.7.1
What's Changed
- use inotify for log file closure event and avoid brute force by @sonroyaalmerol in #49
- use prlimit to limit pbs client file handlers by @sonroyaalmerol in #50
- modularize job run functions by @sonroyaalmerol in #51
- fix task monitoring by @sonroyaalmerol in #52
- Move file mutex to main backup function by @sonroyaalmerol in #53
- initializing monitor before starting the backup process by @sonroyaalmerol in #54
- add monitoring initialized signal before starting backup process by @sonroyaalmerol in #55
- Ensure RunBackup is async after task monitoring by @sonroyaalmerol in #56
- fix unmounting on RunBackup function end by @sonroyaalmerol in #57
- Merge websockets with the golang broadcast channel implementation by @sonroyaalmerol in #58
- build server websocket code in client as well by @sonroyaalmerol in #59
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add more logs for websockets client side and remove registry VSS key by @sonroyaalmerol in #27
- remove prlimit by @sonroyaalmerol in #28
- cleanup snapshot code and add periodic vss get by @sonroyaalmerol in #29
- allow non-existing os.Remove by @sonroyaalmerol in #30
- ignore all cleanup snapshot errors by @sonroyaalmerol in #31
- Remove passthrough proxy and mount modified JS instead by @sonroyaalmerol in #32
- fix js pbs url by @sonroyaalmerol in #33
- Add ExecStopPost unmount on systemd + fix CORS by @sonroyaalmerol in #34
- Attempt to fix CORS issue by @sonroyaalmerol in #35
- Allow all origins for CORS instead by @sonroyaalmerol in #36
- Use javascript to forward auth cookie to plus server by @sonroyaalmerol in #37
- Get csrfprevention token from proxmox library by @sonroyaalmerol in #38
- Remove passthrough authentication by @sonroyaalmerol in #39
- change agent ping path by @sonroyaalmerol in #40
- Fix agent registration by @sonroyaalmerol in #41
- mount modified proxmoxlib.js by @sonroyaalmerol in #42
- encode target and drive to base32 for URL safety by @sonroyaalmerol in #43
- store pointers of SFTPConfig by @sonroyaalmerol in #44
- use read and write pumps for websockets by @sonroyaalmerol in #45
- fix channel broadcast on server by @sonroyaalmerol in #46
- use client connections for agent ping instead by @sonroyaalmerol in #47
- fix SFTP unmount by @sonroyaalmerol in #48
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Implement websockets communication between server and client for on-demand SFTP serving by @sonroyaalmerol in #20
- Skip ssl verification for wss by @sonroyaalmerol in #21
- implement a channel broadcast for multiple receivers by @sonroyaalmerol in #22
- Fix subscription deadlock by @sonroyaalmerol in #23
- separate unmount and SFTP closure by @sonroyaalmerol in #24
- ensure websocket reconnects on unexpected dc by @sonroyaalmerol in #25
- fix win build by @sonroyaalmerol in #26
Full Changelog: v0.5.10...v0.6.0
v0.5.10
What's Changed
- Fix agent update old error by @sonroyaalmerol in #18
- ensure client logs are appended on function return by @sonroyaalmerol in #19
Full Changelog: v0.5.9...v0.5.10
v0.5.9
What's Changed
- Accumulate logs to array for log file by @sonroyaalmerol in #15
- fix missing job task update on function end by @sonroyaalmerol in #16
- remove unnecessary code by @sonroyaalmerol in #17
Full Changelog: v0.5.8...v0.5.9
v0.5.8
What's Changed
- increase vss life to 30 min by @sonroyaalmerol in #14
Full Changelog: v0.5.7...v0.5.8
v0.5.7
What's Changed
- Revert "use simple array for client log instead" by @sonroyaalmerol in #12
- modify pbs client flags by @sonroyaalmerol in #13
Full Changelog: v0.5.6...v0.5.7
v0.5.6
What's Changed
- use simple array for client log instead by @sonroyaalmerol in #6
- Bugfix/file errors by @sonroyaalmerol in #11
Full Changelog: v0.5.5...v0.5.6
v0.5.5
What's Changed
- use prlimit on pbs client + remove partial file scan on <10mb by @sonroyaalmerol in #10
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- Don't skip mod > created files by @sonroyaalmerol in #7
- fix partial files edit ui by @sonroyaalmerol in #9
- fix version checker loop by @sonroyaalmerol in #8
Full Changelog: v0.5.3...v0.5.4