-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
30 lines (23 loc) · 772 Bytes
/
CHANGELOG
File metadata and controls
30 lines (23 loc) · 772 Bytes
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
# 1.1.1.2 - [11/1/2025]
- Update slick_logger to v1.0.0.8
# 1.1.1.1 - [10/04/2025]
- Update slick_logger to v1.0.0.6
# 1.1.1.0 - [09/12/2025]
- Update slick_logger to 1.0.0.4
# 1.1.0.0 - [08/29/2025]
- Replace spdlog with slick_logger via FetchContent for better integration
- Update slick_queue handling and remove obsolete cmake/slick_queue.cmake
- Enhance Windows shared memory security with session-isolated names
- Bump version to 1.1.0.0 and update CHANGELOG, README.md, and build files
- Refactor includes and dependencies in source files for consistency
# 1.0.0.3
- Rotate log file
# 1.0.0.2
- Fix shutdown exception
- Disable precompile header
# 1.0.0.1
- Fix shutdown deadlock
- Add example
- Rename project to websocket_proxy
# 1.0.0.0
- Initial release