Skip to content

Commit f478479

Browse files
authored
Release 2.0.0 (#165)
* Update changelog * 2.0.0
1 parent 1ba7ce4 commit f478479

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22
Changelog for package web_video_server
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
2.0.0 (2024-10-11)
6+
------------------
7+
* Replace boost with std (#164)
8+
* Add ament_cpplint test, resolve TODOs (#162)
9+
* Add license headers to all C++ source files, update copyrights (#161)
10+
* Add support for alpha pngs by adding per stream type decode functions (backport #106) (#163)
11+
* Add link to /stream in stream list (backport #118) (#160)
12+
* Add support for jpg compression format (backport #142) (#159)
13+
* Reformat the code with uncrustify (#158)
14+
* Use hpp extension for headers (#157)
15+
* Fix request logging, remove global parameters (#156)
16+
* Replace nh with node (#155)
17+
* Fix declaring and retrieving node parameters (#154)
18+
* Fix usage of deprecated libavcodec functions (#150)
19+
* Use cv_bridge hpp headers when available (#149)
20+
* Use target_link_libraries instead of ament_target_dependencies where applicable
21+
* Don't install headers
22+
* Add CI workflow and ament_lint tests (#148)
23+
* Update package maintainer
24+
* allow topic searches to continue past invalid multi-type topics. (#146)
25+
* Add QoS profile query parameters (#133)
26+
* Fix build for ROS2 Humble (#129)
27+
* Fix build for ROS2 Foxy (#111)
28+
* Contributors: Błażej Sowa, Domenic Rodriguez, Robert Brothers, Sebastian Castro, Tina Tian, TobinHall, Matthew Bries
29+
530
1.0.0 (2019-09-20)
631
------------------
732
* Port to ROS 2

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>web_video_server</name>
5-
<version>1.0.0</version>
5+
<version>2.0.0</version>
66
<description>HTTP Streaming of ROS Image Topics in Multiple Formats</description>
77

88
<maintainer email="[email protected]">Błażej Sowa</maintainer>

0 commit comments

Comments
 (0)