Releases: telefonicaid/fiware-cygnus
Releases · telefonicaid/fiware-cygnus
3.15.0
3.14.0
Changes (since 3.13.0):
- [cygnus-ngsi][arcgis] Log feature table error
- [cygnus-ngsi][arcgis] fix log warn to debug level in arcgis feature when no object id is found (#2430)
- [cygnus-ngsi][arcgis] Add another check to connection reset when no java.net.SocketException has no cause (#2405)
- [cygnus-ngsi] Upgrade Debian version from 12.6 to 12.7 in Dockerfile
3.13.0
Changes (since 3.12.0):
- [cygnus-ngsi][arcgis] Try to get GlobalID if OID is not found in retrieved feature (#2424)
- [cygnus-ngsi][arcgis] Fix json parse for instance of PolyLine, Polygon and Multipoint (#2423)
- [cygnus-ngsi][arcgis] Check feature table is connected before use it (#2405)
- [cygnus-ngsi][arcgis] Set feature table to not connected after a connection error (#2405)
3.12.0
Changes (since 3.11.0):
- [cygnus-common][arcgis] toString of complex geometry is not returning equivalent input (#2418)
- [cygnus-ngsi][arcgis] Log json geometry before create instance and in errors related
- [cygnus-ngsi][arcgis] Fix CygnusRuntimeError due to Cannot invoke "java.util.List.size()" because "serverFeatures" is null (#2413)
3.11.0
WARNING: this version deprecates mongo_hosts
, mongo_username
, mongo_password
, mongo_auth_source
and mongo_replica_set
. Please use mongo_uri
instead. The support to the deprecated setting is still mantained in this version but could be removed soon in a new version.
Changes (since 3.10.0)
- [cygnus-common][cygnus-ngsi] New setting mongo_uri (#2387)
- [cygnus-common][cygnus-ngsi] Deprecate (mongo_hosts, mongo_username, mongo_password, mongo_auth_source, mongo_replica_set) (use mongo_uri instead)
- [cygnus-ngsi][restHandler] Add header value to logs about bad header (#2410)
- [cygnus-ngsi][arcgis] fix log warn to info level in arcgis feature when attribute string (#2407)
- [cygnus-ngsi] Upgrade Debian version from 12.5 to 12.6 in Dockerfile
3.10.0
Changes (since 3.9.0):
- [cygnus-common] [mongo-backend] Use sslEnabled, sslInvalidHostNameAllowed, sslKeystorePathFile, sslKeystorePassword, sslTruststorePathFile and sslTruststorePassword options for mongoDB connections
- [cygnus-common] [mongo-backend] Allow mongodb autodiscover at connect when just one server is provided
- [cygnus-common] Upgrade gson dependency from 2.10.1 to 2.11.0
- [cygnus-ngsi] [mongo-sink] Add mongo_ssl, mongo_ssl_invalid_host_allowed, mongo_ssl_keystore_path_file, mongo_ssl_keystore_password, mongo_ssl_truststore_path_file and mongo_ssl_truststore_password options for mongoDB connections
- [cygnus-ngsi] [arcgis-sink] Add esri Geometry PolyLine, MultiPoint and Polygon support (#2392)
3.9.0
Changes (since 3.8.0)
3.8.0
3.7.0
Changes (since 3.6.0):
- [cygnus-ngsi][ColumnAggregator] Fix lastdata when remove multiple entities by alterationType with entityDelete
- [cygnus-ngsi][ColumnAggregator][LastData] Fix error when remove old values in lastData which does not exist (i.e. creating and updating entities)