Skip to content

Latest commit

 

History

History
345 lines (228 loc) · 16.1 KB

Changelog.md

File metadata and controls

345 lines (228 loc) · 16.1 KB

Gazebo Fuel Tools 4.x

Gazebo Fuel Tools 4.9.1 (2024-01-05)

  1. Create directories and more output on fail

  2. Update github action workflows

  3. Zip: use non-deprecated methods

Gazebo Fuel Tools 4.9.0 (2023-05-03)

  1. Add bash completion

  2. Reflect pagination of RESTful requests in iterator API

Gazebo Fuel Tools 4.8.3 (2023-03-29)

  1. Support link referral download

Gazebo Fuel Tools 4.8.2 (2023-03-21)

  1. Allow Curl redirect on get.

  2. CI and license updates.

Gazebo Fuel Tools 4.8.1 (2023-02-07)

  1. Fix model downloads for ignitionrobotics.org URIs.

Gazebo Fuel Tools 4.8.0 (2022-12-07)

  1. Reduce asset download sizes.

  2. Update tutorials to use Gazebo.

  3. Change ignitionrobotics.org to gazebosim.org.

Gazebo Fuel Tools 4.7.0 (2022-11-17)

  1. ign -> gz Migrate Ignition Headers : gz-fuel-tools.

Gazebo Fuel Tools 4.6.0 (2022-08-15)

. Ignition to Gazebo server rename * Pull request #263

  1. Remove redundant namespace references

  2. Change IGN_DESIGNATION to GZ_DESIGNATION

  3. Ignition -> Gazebo

  4. Remove unused files (bitbucket-pipelines, docs)

  5. Disable staging-fuel.gazebosim.org test

Ignition Fuel Tools 4.5.0 (2022-06-01)

  1. APIs for retrieving models in parallel

  2. Add missing header guard for Interface.hh

  3. Print error when unzipping fails to save a file

  4. More checks when manipulating file system in tests

  5. Move test cache to build folder

  6. Improve and fix ResultType tests

  7. FuelClient.cc: include

Ignition Fuel Tools 4.4.0 (2021-06-17)

  1. Remove tools/code_check and update codecov

  2. Fixed windows download

  3. Master branch updates

  4. Support private-token in config.yaml

  5. Add Windows Installation

  6. Use semantic version and prevent crash if version is missing

  7. Document IGN_FUEL_CACHE_PATH on command line

  8. Support editing/patching model files

  9. Set keep alive on

Ignition Fuel Tools 4.3.0 (2020-12-01)

  1. Improve fork experience.

  2. Download dependencies.

  3. Includes all changes up to version 3.5.0.

Ignition Fuel Tools 4.2.1 (2020-08-26)

  1. Fix ign fuel download, which was missing the -j option.

Ignition Fuel Tools 4.2.0 (2020-08-26)

  1. Set license information based on licenses available from a Fuel server and legal information in a metadata.pbtxt file.

  2. Added edit subcommand to the ign fuel. The edit command currently supports editing a model's privacy.

  3. Alphabetical listing of subcommands.

  4. All changes up to and including Ignition Fuel Tools 3.3.0 are included.

Ignition Fuel Tools 4.1.0 (2020-02-27)

  1. Resource deletion CLI.

  2. Fetch files

  3. README and tutorial updates:

Ignition Fuel Tools 4.0.0 (2019-12-10)

  1. Model upload CLI, resource metadata CLI, depend on ign-msgs5.

Ignition Fuel Tools 3.x

Ignition Fuel Tools 3.x.x (20xx-xx-xx)

Ignition Fuel Tools 3.5.0 (2020-11-30)

  1. Fix windows build.

  2. Resolve updated codecheck issues.

  3. Update Backpack model to fix tests.

  4. Use lowercase resource and owner names when storing assets on disk.

Ignition Fuel Tools 3.4.0 (2020-08-19)

  1. Modernize github actions by updating to the new style.

  2. Fix test worlds.

  3. Add capability for downloading collections.

  4. Fix windows build.t

Ignition Fuel Tools 3.3.0 (2020-07-29)

  1. openrobotics to OpenRobotics

  2. Fix world tests

  3. Add missing dependency in Actions CI

  4. Backport file fetching

  5. Convert model:// to Fuel URLs instead of absolute paths

Ignition Fuel Tools 3.2.2 (2020-05-18)

  1. Fix URL encodings in RestClient.

  2. Print message when downloading a resource.

  3. Use ${YAML_TARGET} instead of YAML::YAML imported target.

  4. Convert emissive map file path.

  5. Fix windows build with popen and pclose macros.

  6. Remove std::experimental for filesystem (support for VS2019).

Ignition Fuel Tools 3.2.1 (2019-08-12)

  1. Support actors

Ignition Fuel Tools 3.2.0 (2019-06-14)

  1. FuelClient::DownloadModel accepts HTTP headers, and the ign fuel download command can accept a single HTTP header.

Ignition Fuel Tools 3.1.0 (2019-05-xx)

  1. Fix PBR material URI

Ignition Fuel Tools 3.0.0 (2018-02-28)

  1. Integration with ign-gazebo. The following set of pull requests update fuel-tools to use ign-cmake2, sets api.ignitionfuel.org as the default server, fixes codecheck errors, removes old deprecations, and parses model.config files using tinyxml2.

Ignition Fuel Tools 1.x

Ignition Fuel Tools 1.x.x (20xx-xx-xx)

  1. Use ${YAML_TARGET} instead of YAML::YAML imported target.

Ignition Fuel Tools 1.2.0 (2018-05-30)

  1. Get cached model resource file

  2. Add some AsString functions

  3. Change cache directory structure and use it

  4. Client return only relevant cached models

  5. Model version support

  6. Remove server API version from model unique name

  7. Client handle unique names and get server info from config

  8. Changed model list to use headers for paging instead of iterating until a 404 is hit. Also added a mechanism to set the user agent

  9. FuelClient: Don't use ServerConfig if there's ModelId

  10. List models from command line

  11. Get cached model resource file

  12. Added const constructors for ModelIter and Model

  13. Use common::URI for server URL

  14. Remove server local name

  15. Encode url path before downloading models

  16. Download model from command line

  17. Backport code style changes

Ignition Fuel Tools 1.0.0 (2018-01-25)