Skip to content

Release v9.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 08:39
5f417a4

Fixed

  • Reorganization of storage related APIs. Moved into a specific Storage project, making it clearer to maintain and also when adding support for other storage engines.
  • Introducing EventStore and EventStoreNamespace as concepts, making it more flexible and not tied to concepts such as Microservice and Tenant.
  • Formalizing internal APIs for accessing Kernel, EventStore and EventStoreNamespace
  • Formalizing internal storage APIs for accessing EventStore and EventStoreNamespace
  • Removing usage of execution context internally, making everything explicit (#265)
  • Removed an additional [HttpGet] that was added to the GetRange() API that was conflicting with the existing root GET, this caused the workbench to break when getting content of an event sequence.
  • Upgrading to latest version of Aksio.MongoDB with working support for throttling calls (connections) to the underlying database.
  • Limiting the number of MongoClient to one per server, making the throttling of connections be as expected.