Skip to content

2.0.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 15:24
· 530 commits to refs/heads/master since this release

Changes

⚠️ Migration notes are available on https://stellio.readthedocs.io/en/latest/admin/upgrading_to_2.0.0.html ⚠️

πŸš€ Features

  • feat(core): migration of core API endpoints to PG backend
  • feat(core): set NGSI-LD Test Suite the default test suite for develop
  • feat(common): check syntax for idPattern
  • feat(entity): handle cases of missing entity or attribute id in paths
  • feat(search): improve DB index usage for better performance (#830)
  • feat(search): align authorization model with the one from entity service
  • feat(subscription): better business checks and start switching to coroutines and Either model
  • feat(subscription): add status field as mandated by 5.2.12
  • feat(subscription): do not serialize default values
  • feat(devops): Docker build enhancements
  • doc: add link to broker comparison page @jason-fox (#835)

πŸ› Bug Fixes

  • fix(subscription): missing bind when creating a subscription
  • fix(subscription): remove default value for type to ensure it is provided by producers
  • fix(subscription): handle updates without an id
  • fix(subscription): more fine-grained handling of JSON-LD parsing exceptions (#761)

🧰 Maintenance

  • chore(infra): upgrade to CP-Kafka 7.3.1
  • chore(subscription): override with same parameter name