Skip to content

v0.24.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 16:15
· 890 commits to master since this release

Changes

πŸš€ Features

  • feat(search): improve message on temporal query returning 404 #440 @bobeal (#441)
  • feat(entity): switch to concurrent Kafka container factory @bobeal (#434)
  • refactor(entity): add a data class to convey query params @bobeal (#433)
  • feat(entity): upgrade to neo4j 4.2 @bobeal (#431)
  • feat(search): only one query when searching for temporal evolution of attributes of the same type @bobeal (#425)
  • feat(search): allow to configure if we store entity payloads or not @bobeal (#427)

πŸ› Bug Fixes

  • fix(entity): performance of query creating admin link upon the creation of an entity @bobeal (#435)
  • fix(entity): counting number of results with limit 0 #389 @HoucemKacem (#424)

πŸ”€ Refactoring

  • refactor(common): remove Spring Cloud Kafka in favor of Spring Kafka only @bobeal (#426)