We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b815efe commit dac35acCopy full SHA for dac35ac
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.23)
2
-project(grpcxx VERSION 0.1.3 LANGUAGES CXX)
+project(grpcxx VERSION 0.1.4 LANGUAGES CXX)
3
4
cmake_policy(SET CMP0135 NEW)
5
changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## 0.1.4 - 12th January, 2024
+
+* Fix to ensure idle connections don't block worker threads (#20).
6
7
## 0.1.3 - 28th December, 2023
8
9
* Fix to map types correctly when generating RPC definitions (#16).
0 commit comments