Skip to content

Latest commit

 

History

History
195 lines (158 loc) · 4.56 KB

CHANGELOG.rst

File metadata and controls

195 lines (158 loc) · 4.56 KB

Changelog for package rosapi

0.7.17 (2017-01-25)

  • Added bug fix in rosapi
  • no rospy needed, just for debug logging
  • new service: get actionlib servers
  • adjust log level for security globs Normal operation (i.e. no globs or successful verification of requests) is now silent, with illegal requests producing a warning.
  • correct default values for security globs also accept empty list as the default "do not check globs" value in addition to None. Finally, append rosapi service glob after processing command line input so it's not overwritten
  • Added services_glob to CallServices, added globs to rosbridge_tcp and rosbridge_udp, and other miscellanous fixes.
  • As per the suggestions of @T045T, fixed several typos, improved logging, and made some style fixes.
  • Fixed time object field definitions to match documentation.
  • Two minor fixes.
  • Added new parameters for topic and service security. Added 3 new parameters to rosapi and rosbridge_server which filter the topics, services, and parameters broadcast by the server to match an array of glob strings.
  • Contributors: Devon Ash, Eric, Marco Arruda, Nils Berg

0.7.16 (2016-08-15)

  • new srv: topics types and details
  • Contributors: Marco Arruda

0.7.15 (2016-04-25)

  • changelog updated
  • Contributors: Russell Toris

0.7.14 (2016-02-11)

  • Update proxy.py Fixes an issue when call the service "/rosapi/service_type"
  • Contributors: Robert Codd-Downey

0.7.13 (2015-08-14)

  • Fix catkin_lint issues
  • Contributors: Matt Vollrath

0.7.12 (2015-04-07)

0.7.11 (2015-03-23)

  • rename rosapi script to rosapi_node to address #170
  • Contributors: Jihoon Lee

0.7.10 (2015-02-25)

  • Make get_topics() and get_topic_type() reference the full list of active topics.
  • Contributors: Justin Huang

0.7.9 (2015-02-24)

  • add findding service function as specific service type
  • Contributors: dwlee

0.7.8 (2015-01-16)

0.7.7 (2015-01-06)

0.7.6 (2014-12-26)

  • 0.7.5
  • update changelog
  • 0.7.4
  • changelog updated
  • 0.7.3
  • changelog updated
  • 0.7.2
  • changelog updated
  • 0.7.1
  • update changelog
  • 0.7.0
  • changelog updated
  • Contributors: Jihoon Lee, Russell Toris

0.7.5 (2014-12-26)

0.7.4 (2014-12-16)

0.7.3 (2014-12-15)

0.7.2 (2014-12-15)

  • 0.7.1
  • update changelog
  • Contributors: Jihoon Lee

0.7.1 (2014-12-09)

0.7.0 (2014-12-02)

0.6.8 (2014-11-05)

0.6.7 (2014-10-22)

  • updated package manifests
  • Contributors: Russell Toris

0.6.6 (2014-10-21)

0.6.5 (2014-10-14)

  • 0.6.4
  • update changelog
  • 0.6.3
  • update change log
  • Contributors: Jihoon Lee

0.6.4 (2014-10-08)

0.6.3 (2014-10-07)

0.6.2 (2014-10-06)

0.6.1 (2014-09-01)

  • make rosapis use absolute namespace
  • Contributors: Jihoon Lee

0.6.0 (2014-05-23)

  • Ensure proper locking for Parameter Server access
  • Contributors: Lasse Rasinen

0.5.4 (2014-04-17)

  • add rosnode and rosgraph
  • Contributors: Jihoon Lee

0.5.3 (2014-03-28)

0.5.2 (2014-03-14)

0.5.1 (2013-10-31)

0.5.0 (2013-07-17)

  • 0.5.0 preparation for hydro release
  • Removes trailing commas.
  • removing global bin installation in setup.py
  • Contributors: Brandon Alexander, Jihoon Lee

0.4.4 (2013-04-08)

0.4.3 (2013-04-03 08:24)

0.4.2 (2013-04-03 08:12)

  • eclipse projects removed
  • Contributors: Russell Toris

0.4.1 (2013-03-07)

  • fixes import issue in rosapi
  • Contributors: Russell Toris

0.4.0 (2013-03-05)

  • Fixes ambiguous params class reference.
  • Uses only 1 .gitignore to avoid confusion.
  • Fixing rosapi's "Cannot include proxy..." errors.
  • Adds BSD license header to code files. See Issue #13.
  • rosbridge_server requires rosapi.
  • Adds message and service generation to rosapi.
  • Adding setup.py to rosapi.
  • Clarifies name of rosapi is rosapi.
  • Catkinizes rosapi.
  • Collapse directory structure.
  • Contributors: Austin Hendrix, Brandon Alexander