This commit is contained in:
Michael Davidsaver
2022-10-12 10:25:52 -07:00
parent cfde0e26d8
commit 6b2f0918e3
+14 -1
View File
@@ -3,9 +3,22 @@
Release Notes
=============
1.0.0 (UNRELEASED)
1.0.1 (UNRELEASED)
------------------
* Fix c++17 compilation issue
* Allow TypeDef to append StructA and UnionA
* Reduce "non-existent IOID" noise
* Fix CMD_MESSAGE handling
* Fix locking of client monitor during pop()
* Calculate buffer sizes in terms of OS socket buffer limit
* Fix low water mark calculation
* Fix Timer ownership (expert API)
* Avoid ``assert()`` when client asked to search for PV names longer than 1400 bytes.
1.0.0 (Sept 2022)
-----------------
* Add `pvxs::client::ConnectBuilder::server`
* Add hold-off timer when reconnecting to a specific server.
* Fix missing closing quote when printing a ``String`` in tree format.