Skip to content

Commit 4c1d0e2

Browse files
committed
update slick_logger to 1.0.0.4; Enhance README
1 parent 4eef4f4 commit 4c1d0e2

File tree

4 files changed

+363
-61
lines changed

4 files changed

+363
-61
lines changed

CHANGELOG

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
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

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ set(BUILD_SLICK_LOGGER_BENCHMARKS OFF CACHE BOOL "" FORCE)
3737
FetchContent_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
)
4242
FetchContent_MakeAvailable(slick_logger)
4343

44-
message(STATUS "Slick Queue: ${slick_queue_SOURCE_DIR}")
4544
message(STATUS "Slick Logger: ${slick_logger_SOURCE_DIR}")
4645
message(STATUS "OpenSSL: ${OPENSSL_INCLUDE_DIR}")
4746
message(STATUS "Beast: ${boost_beast_CONFIG}")

0 commit comments

Comments
 (0)