Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

44 lines (37 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New Context Broker subscription feature that retrieves configs from yaml file. (#421)
  • New Context Broker subscription feature that implements subscriptions to entities configured.(#421)
  • New Context Broker notification endpoint that receives all data subscriptions that match with the subscriptions types. (#421)
  • New Blockchain Connector feature that receives notification data and generates DOME Events with hashlinks (#442)
  • New docker-compose to update the context-broker and the blockchain connector locally (#421)
  • New additional Spring Boot metadata file for Context Broker YAML configuration attributes(#421)
  • New test for Context Broker domain classes (#421)
  • New Subscription Service to implement subscription business logic. (#425)
  • New DTOs for communication between the service and Orion Context Broker (#427)
  • New methods to communicate with Context Broker (#427)
  • New methods to build new subscriptions (#427)
  • Added TokenValidationFilter to compare the access token included on Authorization Header with our valid AccessToken (#458)

Change

  • Changed Context Broker Config to use Subs Service (#425)
  • Update README.md with new Context Broker information (#421)
  • Update CHANGELOG.md with new features
  • SubscriptionService now detects subscriptions before doing a new one (#427)
  • SubscriptionService now changes existing subscriptions when it detects one with different parameters (#427)
  • Changed Context Broker configuration to specify valid access token (#458)

Deleted

  • Delete Blockchain Event Entity because it is not used for now and has its own branch to be implemented in the future.

0.0.0 - 2023-07-20

Added

  • Initial project structure (#414)
  • .gitignore (#414)
  • Dockerfile (#414)
  • README.md (#415)
  • CHANGELOG.md (#416)
  • Azure Pipelines (#419)

[unreleased]: