Skip to content

3.12.0

Compare
Choose a tag to compare
@fgalan fgalan released this 29 Feb 09:16
· 353 commits to master since this release

Full documentation at: http://fiware-orion.readthedocs.io/en/3.12.0/

NGSIv2 API reference: https://github.com/telefonicaid/fiware-orion/blob/3.12.0/doc/manuals/orion-api.md

NOTE: this version deprecates -dbhost, -rplSet, -dbTimeout, -dbuser, -dbAuthMech, -dbAuthDb, -dbSSL and -dbDisableRetryWrites CLI parameters along with associated env vars, so you are highly encouraged to use -dbURI (env var ORION_MONGO_URI) instead. Have a look to this documentation section if you need help to migrate the configuration.

Changes (since 3.11.0)

  • Fix: service path levels with 0 length should not be allowed (#4495)
  • Fix: changed the default value of -dbTimeout to 0 to resolve conflict with -dbURI (#4496)
  • Fix: wrong INFO startup log showing ORION_MONGO_TIMEOUT, ORION_IN_REQ_PAYLOAD_MAX_SIZE and ORION_OUT_REQ_MSG_MAX_SIZE env var values (#4496)
  • Fix: return 400 Bad Request when subject.entities exists but it is an empty array (#4499)
  • Deprecate: -dbhost, -rplSet, -dbTimeout, -dbuser, -dbAuthMech, -dbAuthDb, -dbSSL and -dbDisableRetryWrites CLI parameters along with associated env vars (use -dbURI instead`)

Thanks to the following people that contributed to this version:

@goten002
@ArqamFarooqui110719
@fisuda