zio-entity
zio-entity copied to clipboard
Zio-Entity, a distributed, high performance, functional event sourcing library
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.thesamet.scalapb:compilerplugin](https://togithub.com/scalapb/ScalaPB) | patch | `0.11.10` -> `0.11.17` | --- ### Release Notes scalapb/ScalaPB (com.thesamet.scalapb:compilerplugin) ###...
Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.11 to 3.2.13. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...
Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from 2.3.2 to 2.3.3. [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.3.3) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.3.2...v2.3.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-magnolia](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from 1.0.13 to 1.0.16. [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v1.0.16) - [Version Diff](https://github.com/zio/zio/compare/v1.0.13...v1.0.16) I'll automatically update this PR to resolve conflicts as...
Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.0. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.0) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [dev.zio:zio-interop-cats](https://github.com/zio/interop-cats/) from 3.2.9.1 to 3.3.0. [GitHub Release Notes](https://github.com/zio/interop-cats/releases/tag/v3.3.0) - [Version Diff](https://github.com/zio/interop-cats/compare/v3.2.9.1...v3.3.0) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.7 to 3.5.8. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.8) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.7...v3.5.8) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...
Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-magnolia](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from 1.0.13 to 1.0.15. [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v1.0.15) - [Version Diff](https://github.com/zio/zio/compare/v1.0.13...v1.0.15) I'll automatically update this PR to resolve conflicts as...
It looks like this part: https://github.com/thehonesttech/zio-entity/blob/71dccddd986280c70ef265f9fbe01a1850b1a08e/core/src/main/scala/zio/entity/core/KeyedAlgebraCombinators.scala#L32-L45 cause issues when events are appended in a concurrent way. Consider two threads/fibers: T1, T2 T1 and T2 read offset (say offset = 2)...