-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dependabot/maven/cygnus-common/com.google.…
…code.gson-gson-2.8.9
- Loading branch information
Showing
57 changed files
with
663 additions
and
262 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
[cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.10.1 | ||
- [cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.10.1 | ||
- [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0 | ||
- [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293) | ||
- [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286) | ||
- [cygnus-common][SQL] Fix expiration records tablename used by delete and select (#2265) | ||
- [cygnus-common][SQL] Fix expiration records select with a limit to avoid java out of memory error (#2273) | ||
- [cygnus-ngsi] Removes "_" in schema name for DM -schema family (#2270, #2201 reopens for Postgis) | ||
- [cygnus-ngsi] UPGRADE: Debian version from 11.6 to 12.1 in Dockerfile | ||
- [cygnus-common] Upgrade mongodb driver dep from 3.12.12 to 3.12.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -171,6 +171,23 @@ rm -rf $RPM_BUILD_ROOT | |
/var/run/%{_project_name} | ||
|
||
%changelog | ||
|
||
* Tue Jun 20 2023 Alvaro Vega <[email protected]> 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][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 | ||
|
||
* Thu May 24 2023 Alvaro Vega <[email protected]> 3.1.0 | ||
- [cygnus-common] Add: delete entity in lastData when alterationType entityDelete is received (#2231). Requires Orion 3.9+ | ||
- [cygnus-common] Add: exclude of attribute processing alterationType send by a subscription in all of their values (#2231) | ||
- [cygnus-common] Fix: missing blank space in create table if not exists for postgresql | ||
|
||
* Thu May 04 2023 Alvaro Vega <[email protected]> 3.0.0 | ||
- [cygnus-common] OracleSQL backend (#2195) | ||
- [cygnus-common] MongoDB indexes are created depending on DM (#2204) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.