Skip to content

Commit

Permalink
Merge pull request #1639 from FIWARE/task/post-release
Browse files Browse the repository at this point in the history
Preparing develop post-release
  • Loading branch information
kzangeli authored Jul 15, 2024
2 parents 00ba993 + ecd0f2e commit e51b101
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
IMAGE_NAME: orion-ld
IMAGE_TAG_LATEST: latest
IMAGE_TAG_DEBUG: debug
IMAGE_TAG_PRE: 1.6.0-PRE-${{ github.run_number }}
IMAGE_TAG_PRE: 1.7.0-PRE-${{ github.run_number }}

jobs:

Expand Down
22 changes: 0 additions & 22 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
## Fixed Issues:
* #1535: Ignore Subscription::q when matching subscriptions for deletion of an entity
* #1542: Array Reduction (arrays of one single element are "flattened" to that very element)
* #1551: format=simplified for distribute GET /entities gave Normalized for entities from other brokers
* #1557: Cannot count entities if geo query with $near - mongodb doesn't allow it
* #1573: pagination not working when entities have the exact same creation date (sort also by entity id)
* #1583: If a 'q' contains an ampersand, that ampersand needs to be forwarded as a semicolon
* #1593: Modify the type of an entity in a Replace operation (only working in legacy mode)
* #1612: Support for ISO8601 timezones expressed in +/- HH:mm in 'q' for entity query
* #1615: Crash in HTTPS notifications with a notification endpoint with empty URL PATH
* SOF: https://stackoverflow.com/questions/77911109/fiware-to-payload-too-large
* Fixed a possible crash for TRoE and attributes of type Vocab/Json/Language
* Forbidden to DELETE the Core Context !!! (it can be reloaded)
* Bug fix: JSON NULL literal is no longer forwarded!
* Improved treatment of malfunctioning notification receivers, on timeout (for clients that don't respond to notifications)
* Core context added to response if @context in payload body (Accept: application/ld+json)

## New Features:
* Support for attributes of type VocabularyProperty
* Support for attributes of type JsonProperty
* Support for the new URL parameter "format" for output formats (normalized, concise, simplified)
* New service: DELETE /ngsi-ld/v1/entities (support for URL param 'type' only - the rest of the options are still missing)
* First draft of Distributed Subscriptions

## Notes
* TRoE is still not prepared for attributes of type Vocab/Json/Language, so, attributes of those types are not stored in the historical database
* Improved the @context hosting feature to be according to API spec
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project is part of [FIWARE](https://www.fiware.org/). For more information
Issues on this projects can be reported as [github issues](https://github.com/FIWARE/context.Orion-LD/issues),
while questions are preferred on [Stack Overflow](http://stackoverflow.com/questions/tagged/fiware-orion), using the tag `fiware-orion`.

> The latest release of Orion-LD is [1.5.1](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.5.1) from January 2024
> The latest release of Orion-LD is [1.6.0](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.6.0) from July 2024
Orion-LD is a Context Broker and [CEF](https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/About+us)
[building block](https://joinup.ec.europa.eu/collection/egovernment/solution/cef-context-broker) for context data
Expand Down Expand Up @@ -101,11 +101,11 @@ Every merged pull request results in a new fixed tag in dockerhub/quay.io.

Please note that for production and/or performance implementations, there is a thorough guide for that right [here](https://github.com/FIWARE/load-tests)

If you want to use a more stable image, the latest release (as of January 2024) is
[1.5.1](https://github.com/FIWARE/context.Orion-LD/releases/tag/1.5.1)
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.5.1
docker run quay.io/fiware/orion-ld:1.6.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.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/orionld/common/orionldState.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ extern "C"
//
// ORIONLD_VERSION -
//
#define ORIONLD_VERSION "post-v1.5.1"
#define ORIONLD_VERSION "post-v1.6.0"



Expand Down

0 comments on commit e51b101

Please sign in to comment.