From 43617588b3943c73160048ddf6d8bbb02aeab5df Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Wed, 16 Oct 2024 09:42:01 +0200 Subject: [PATCH] Post release --- .github/workflows/deploy.yml | 2 +- CHANGES_NEXT_RELEASE | 16 ++-------------- README.md | 2 +- src/lib/orionld/common/orionldState.h | 2 +- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74735025d6..4813b12adb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ env: IMAGE_NAME: orion-ld IMAGE_TAG_LATEST: latest IMAGE_TAG_DEBUG: debug - IMAGE_TAG_PRE: 1.7.0-PRE-${{ github.run_number }} + IMAGE_TAG_PRE: 1.8.0-PRE-${{ github.run_number }} jobs: diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index acde4c90a3..6fd7bd35e7 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,19 +1,7 @@ ## Fixed Issues: - #1621: URL-Encoding single quote in attribute values in TRoE DB - #1649: Crash when using subscriptions in a mixed environment (LD and V2) - #1682: Default User Context - #1688: Forward of idPattern URL parameter + #0000: nada ## New Features: - * Native support for DDS (off by default - to activate use CLI: -wip dds) - * Distributed subscriptions: subordinate subscriptions are DELETED when their "father" is deleted. - * Support for the URL parameter 'csf' in GET /ngsi-ld/v1/csourceRegistrations - * Support for the URL parameter 'orderBy' (must be an attribute) in GET /ngsi-ld/v1/entities, but only if 'local' is set. (This is not NGSI-LD standard. Yet ...) - - Also supporting sorting on entity id, type, and modifiedAt - - One more URL parameter '?reverse=true' to reverse the sorting order - * Support for GET /ngsi-ld/v1/info/sourceIdentity - * Support for management::localOnly in registrations - * Support for new CLI parameter '-pageSize' to set the default pagination limit (default is 20 if -pageSize is not used) + * Support for ... ## Notes - * Lots of improvements for subordinate subscriptions - still not 100% ready, but a lot better. diff --git a/README.md b/README.md index 7f5c36cf8c..e8d3592876 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ If you want to use a more stable image, the latest release (as of July 2024) is [1.6.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.6.0) ```console -docker run quay.io/fiware/orion-ld:1.6.0 +docker run quay.io/fiware/orion-ld:1.7.0 ``` Please check [quay.io](https://quay.io/repository/fiware/orion-ld?tab=tags) or [dockerhub](https://hub.docker.com/r/fiware/orion-ld/tags) for other releases. diff --git a/src/lib/orionld/common/orionldState.h b/src/lib/orionld/common/orionldState.h index 963f0026a3..4762886047 100644 --- a/src/lib/orionld/common/orionldState.h +++ b/src/lib/orionld/common/orionldState.h @@ -69,7 +69,7 @@ extern "C" // // ORIONLD_VERSION - // -#define ORIONLD_VERSION "post-v1.6.0" +#define ORIONLD_VERSION "post-v1.7.0"