Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jun 20, 2023
1 parent 4246074 commit 3ac359d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cygnus-common/spec/SPECS/cygnus-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ rm -rf $RPM_BUILD_ROOT
* Tue Jun 20 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 3.2.0
- [cygnus-common][pSQL] Allow use null for ST_GeomFromGeoJSON
- [cygnus-common][SQL] cache tablename with schema in pSQL for capRecords case
- [cygnus-common][sql] Log full values in insert_error instead of placeholder
- [cygnus-common][sql] Check keys for delete lastdata in lowercase for PSQL
- [cygnus-common][sql] Check if delete query for lastdata was completed before use it
- [cygnus-common][SQL] Log full values in insert_error instead of placeholder
- [cygnus-common][SQL] Check keys for delete lastdata in lowercase for PSQL
- [cygnus-common][SQL] Check if delete query for lastdata was completed before use it
- [cygnus-common][cygnus-ngsi] Fix: exclude of attribute processing alterationType send by a subscription in all of their values (#2231, reopened)
- [cygnus-common] [sql] Fix sql syntax for expiration records (select, delete, filters) in non mysql instances (#2242)
- [cygnus-common] [sql] Exclude error table from persist policy (cap records is based on recvtime which is non used by persistError)
- [cygnus-common] [sql] Add missed capRecords implementation for PSQL backends
- [cygnus-common][SQL] Fix sql syntax for expiration records (select, delete, filters) in non mysql instances (#2242)
- [cygnus-common][SQL] Exclude error table from persist policy (cap records is based on recvtime which is non used by persistError)
- [cygnus-common][SQL] Add missed capRecords implementation for PSQL backends

* Thu May 24 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 3.1.0
- [cygnus-common] Add: delete entity in lastData when alterationType entityDelete is received (#2231). Requires Orion 3.9+
Expand Down
1 change: 1 addition & 0 deletions cygnus-ngsi/spec/SPECS/cygnus-ngsi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Jun 20 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 3.2.0
- [cygnus-ngsi] Check access to arrayList getting attribute name
- [cygnus-common][cygnus-ngsi] Fix: exclude of attribute processing alterationType send by a subscription in all of their values (#2231, reopened)

* Thu May 24 2023 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 3.1.0
- [cygnus-ngsi] Add: delete entity in lastData when alterationType entityDelete is received (#2231). Requires Orion 3.9+
Expand Down

0 comments on commit 3ac359d

Please sign in to comment.