Skip to content

Releases: Cratis/Cratis

Release v9.15.3

02 Mar 13:04
d98ab71
Compare
Choose a tag to compare

Bumps Aksio.Fundamentals from 1.6.1 to 1.6.3.

Release notes

Sourced from Aksio.Fundamentals's releases.

Release v1.6.3

Debugging publish errro

Release v1.6.2

VerisonBump to test new npm token

Changelog

Sourced from Aksio.Fundamentals's changelog.

[v1.6.3] - 2024-2-28 [PR: #0]()

Debugging publish errro

[v1.6.2] - 2024-2-28 [PR: #0]()

VerisonBump to test new npm token

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Release v9.15.2

14 Jan 08:39
5f417a4
Compare
Choose a tag to compare

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.

Release v9.15.1

31 Dec 07:18
50d2de6
Compare
Choose a tag to compare

Fixed

  • Build error

Release v9.15.0

29 Dec 08:00
9233844
Compare
Choose a tag to compare

Summary

Minor bugfix.

Fixed

  • Fixes /api/events/store/{microserviceId}/{tenantId}/sequence/{eventSequenceId}/all endpoint to have eventTypes actually be optional as it should.

Release v9.14.19

12 Dec 19:27
3ab97e0
Compare
Choose a tag to compare

Fixed

  • Jobs view now shows [N/A] when there is no status changes instead of crashing.

Release v9.14.18

12 Dec 17:49
4fccb00
Compare
Choose a tag to compare

Fixed

  • Ensuring correct execution context for the different parts of the boot procedure of the Kernel.

Release v9.14.17

12 Dec 17:48
4fccb00
Compare
Choose a tag to compare

Fixed

  • Ensuring correct execution context for the different parts of the boot procedure of the Kernel.

Release v9.14.16

12 Dec 16:04
9b1b5a7
Compare
Choose a tag to compare

Fixed

  • Stopping the rehydration of event sequences from failing at startup, instead log an error. We want the server to survive any non fatal errors at startup.

Release v9.14.15

12 Dec 15:30
802168f
Compare
Choose a tag to compare

Fixed

  • Fixing so that we have at least 1 degree of parallelism for concurrency for our task scheduler.
  • Adding more explicit exception to see when parallism is configured wrongly.
  • Added logging to see the degree of parallelism for concurrency for our task scheduler.

Release v9.14.14

12 Dec 14:55
ed2e811
Compare
Choose a tag to compare

Fixed

  • Lazily getting an instance of the TaskScheduler for CpuBoundWorker when its needed the first time.