All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This release contains bugfixes only.
- Nothing
- Nothing
- Fixed a bug regarding output in timed mode.
This release is mostly about packaging and distributing.
The package is renamed from opensim to oscsim, since "opensim" is already taken on PyPI.
Some minor bugs were fixed.
- Nothing
- Nothing
- Nothing
This release contains mainly 2 topics:
- NGSI-LD Support (experimental) - Starting with this release the experimental Orion LD-server (Version: post-v0.7) can be used with Open Smart City-Sim.
- Changes in Options - This release has some changes in options in a way, that there is now a more generic way for creating necessary headers. If you are familiar with the current options (in 1.0.0), here is, how to "migrate" to the new options:
- Bearer token - In 1.0.0 you might have used the -b [--bearer] option like:
... -b BEARER_TOKEN ...
. With this new release you will have to use-H Authorization "Bearer INSERT_BEARER_TOKEN_HERE"
instead. - Tenant - If you used the -t [--tenant] option like:
... -t MY_TENANT ...
to set the Fiware-service you have to switch to-H Fiware-service MY_TENANT
now. - X-Gravitee-Api-Key - If you used the -x [--x-api-key] option to set an X-Gravitee-Api-Key, please use
-H X-Gravitee-Api-Key MY_API_KEY
now.
- Bearer token - In 1.0.0 you might have used the -b [--bearer] option like:
- NGSI-LD support (experimental).
- Option -H [--header] can be used to add header.
- Removed options -b [--bearer], -x [--x-api-key] and -t [--tenant].
- Nothing
- Version- and Copyright-printout.
- CONTRIBUTION.md
- Nothing.
- Nothing.