File tree Expand file tree Collapse file tree 4 files changed +363
-61
lines changed
Expand file tree Collapse file tree 4 files changed +363
-61
lines changed Original file line number Diff line number Diff line change 1- 1.1.0.0 - [8/29/2025]
1+ # 1.1.1.0 - [10/03/2025]
2+ - Update slick_logger to 1.0.0.4
3+
4+ # 1.1.0.0 - [08/29/2025]
25- Replace spdlog with slick_logger via FetchContent for better integration
36- Update slick_queue handling and remove obsolete cmake/slick_queue.cmake
47- Enhance Windows shared memory security with session-isolated names
58- Bump version to 1.1.0.0 and update CHANGELOG, README.md, and build files
69- Refactor includes and dependencies in source files for consistency
710
8- 1.0.0.3
11+ # 1.0.0.3
912- Rotate log file
1013
11- 1.0.0.2
14+ # 1.0.0.2
1215- Fix shutdown exception
1316- Disable precompile header
1417
15- 1.0.0.1
18+ # 1.0.0.1
1619- Fix shutdown deadlock
1720- Add example
1821- Rename project to websocket_proxy
1922
20- 1.0.0.0
23+ # 1.0.0.0
2124- Initial release
Original file line number Diff line number Diff line change @@ -37,11 +37,10 @@ set(BUILD_SLICK_LOGGER_BENCHMARKS OFF CACHE BOOL "" FORCE)
3737FetchContent_Declare(
3838 slick_logger
3939 GIT_REPOSITORY https://github.com/SlickQuant/slick_logger.git
40- GIT_TAG v0.1 .0.2
40+ GIT_TAG v1.0 .0.4
4141)
4242FetchContent_MakeAvailable(slick_logger)
4343
44- message (STATUS "Slick Queue: ${slick_queue_SOURCE_DIR} " )
4544message (STATUS "Slick Logger: ${slick_logger_SOURCE_DIR} " )
4645message (STATUS "OpenSSL: ${OPENSSL_INCLUDE_DIR} " )
4746message (STATUS "Beast: ${boost_beast_CONFIG} " )
You can’t perform that action at this time.
0 commit comments