Skip to content

Releases: telefonicaid/fiware-cygnus

3.15.0

14 Nov 11:56
806aefa
Compare
Choose a tag to compare

Changes (since 3.14.0)

  • [cygnus-ngsi][cygnus-comon] Add arcgis_connectionTimeout and arcgis_readTimeout sink options to allow set non infinite conection timeouts with arcgis (#2440)

3.14.0

07 Nov 13:46
aa628dc
Compare
Choose a tag to compare

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

14 Oct 11:01
c542af8
Compare
Choose a tag to compare

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

27 Sep 08:29
58e4eba
Compare
Choose a tag to compare

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

19 Sep 14:38
2cc4db4
Compare
Choose a tag to compare

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

08 Aug 10:49
33e7205
Compare
Choose a tag to compare

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

12 Jun 13:12
4a17892
Compare
Choose a tag to compare

Changes (since 3.8.0)

  • [cygnus-common] [arcgis] Force null geometry when invalid geo:json format or type is found instead of Point(0,0) (#2379)
  • [cygnus-ngsi] [arcgis-sink] Get service and subservice using enableNameMappings flag config
  • [cygnus-ngsi] [arcgis-sink] Insert null attribute as is in feature table (#2376)

3.8.0

17 Apr 09:16
f62eff7
Compare
Choose a tag to compare

Changes (since 3.7.0):

  • [cygnus-common] [SQL-sinks] Define default values and allow to set connection pool config for maxPoolSize(3), maxPoolIddle(2), minPoolIdle(0) and minPoolIdleTimeMillis(10000) (#2366)
  • [cygnus-ngsi] Upgrade Debian version from 12.4 to 12.5 in Dockerfile

3.7.0

11 Mar 14:14
c53e00b
Compare
Choose a tag to compare

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)

3.6.0

04 Mar 11:26
e66c484
Compare
Choose a tag to compare

Changes (since 3.5.0)

  • [cygnus-ngsi] [arcgis-sink] Set always uniqueField from aggregator for all features (#2349)
  • [cygnus-common] [arcgis] Fix: check feature attributes containsKey before get it (#2347)
  • [cygnus-common] Upgrade postgresql from 42.4.3 to 42.7.2