Skip to content
Snippets Groups Projects
Commit 86fe2c92 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

added changelog

parent 2772ca44
No related branches found
No related tags found
No related merge requests found
## 20.03 (unreleased)
FEATURES
* introduced substreams for producer/consumer [[JIRA_102](https://agira.desy.de/browse/HIDRA2-102)]
IMPROVEMENTS
* switch to MongoDB 4.2
* receiver use ASAP3 directory structure to save files to
* API documentation is available at [asapo-docs.desy.de](asapo-docs.desy.de)
BUG FIXES
* consumer operation timout - take duration of the operation into account
\ No newline at end of file
......@@ -8,7 +8,7 @@
- /producer/asapo-producer
**Library:** ProducerImpl library which can send data to the receiver
**Library:** Producer library which can send data to the receiver
- /receiver
......@@ -24,10 +24,11 @@
## With documentation
Need Doxygen >= [1.8.10](https://github.com/doxygen/doxygen/releases/tag/Release_1_8_11)
and sphinx
- mkdir build
- cd build
- cmake -DBUILD_DOCS=ON ..
- cmake -DBUILD_CPP_DOCS=ON _DBUILD_PYTHON_DOCS ..
## With tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment