This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
94 lines (54 loc) · 1.82 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Changelog
## [0.6.1] - 2022-07-02
### Changed
- updated dependencies
## [0.6.0] - 2022-06-28
### Added
- send audit-logs to sagiri
- message-forwarding to kyouko over a temporeary session now possible, which also allows messages from kyouko to the outside
### Changed
- Websockets now on the same port like the REST-API
- use websockets instead of sakura-network to interact with the backend
- changes in config
### Fixed
- fixed file-requests for dashboard
## [0.5.0] - 2022-02-14
### Added
- forwarding of stream-messages with a new proxy-endpoint
## [0.4.0] - 2022-01-09
### Changed
- updated http-requests
- connection to misaka to validate incomming requesets
- updated to c++17
## [0.3.0] - 2021-07-30
### Added
- support request of png-images
### Removed
- monitoring-endpoint removed
## [0.2.0] - 2021-03-29
### Changed
- only use one port for all functionalities to avoid cross-site-scripting problems with policies in web-browser
## [0.1.4] - 2021-01-02
### Fixed
- handling of the websocket for the client was broken
- in some cases a http-request was broken because of an improper copy of a string
## [0.1.3] - 2020-12-12
### Fixed
- error-code handling for web-sockets
- close-process for websockets
## [0.1.2] - 2020-12-06
### Added
- some more error-output
### Changed
- updated client-handling and internal callbacks for current version of libKitsunemimiSakuraMessaging
### Fixed
- race-condition at the start, which sometime could break the programm
- added missing try-catch for web-sockets, which could also result in seg-fault
## [0.1.1] - 2020-12-05
### Added
- add support to process POST-requests for control-connection
## [0.1.0] - 2020-12-02
### Added
- initial version
- http-session and -server for client, monitoring and control
- websocket-session and -server for client and monitoring