Releases: killaitis/peloton
Releases · killaitis/peloton
v0.4.5
What's Changed
- Update sbt-sonatype to 3.12.2 by @killaitis in #55
- Update http4s-circe, http4s-dsl, ... to 0.23.29 by @killaitis in #54
- Update mysql-connector-j to 8.4.0 by @killaitis in #53
- Update fs2-core to 3.9.4 by @killaitis in #52
- Update sbt, sbt-dependency-tree to 1.10.5 by @killaitis in #61
- Update cats-effect to 3.5.5 by @killaitis in #59
- Update logback-classic to 1.5.12 by @killaitis in #58
- Update mysql-connector-j to 9.1.0 by @killaitis in #57
- Update fs2-core to 3.11.0 by @killaitis in #56
- Update quartz to 2.5.0 by @killaitis in #62
- Update pureconfig-cats-effect, ... to 0.17.8 by @killaitis in #64
- Update cats-effect to 3.5.7 by @killaitis in #65
- Update cats-effect-testing-scalatest to 1.6.0 by @killaitis in #67
- Update http4s-circe, http4s-dsl, ... to 0.23.30 by @killaitis in #68
- Update sbt-pgp to 2.3.1 by @killaitis in #69
- Update sbt, sbt-dependency-tree, ... to 1.10.7 by @killaitis in #73
- Update logback-classic to 1.5.16 by @killaitis in #74
- Update postgresql to 42.7.5 by @killaitis in #75
Full Changelog: v0.4.4...v0.4.5
v0.4.4
- MySQL and Cassandra drivers are now included in the release
Full Changelog: v0.4.2...v0.4.4
v0.4.2
What's Changed
- Update sbt, sbt-dependency-tree to 1.10.0 by @killaitis in #28
- Update log4cats-slf4j to 2.7.0 by @killaitis in #27
- Update http4s-circe, http4s-dsl, ... to 0.23.27 by @killaitis in #26
- Update pureconfig-core to 0.17.7 by @killaitis in #30
- Update sbt-sonatype to 3.11.2 by @killaitis in #37
- Update sbt, sbt-dependency-tree to 1.10.1 by @killaitis in #35
- Update circe-core, circe-generic, ... to 0.14.9 by @killaitis in #34
- Update scalatest to 3.2.19 by @killaitis in #32
- Update sbt, sbt-dependency-tree to 1.10.3 by @killaitis in #50
- Update logback-classic to 1.5.11 by @killaitis in #49
- Update sbt-pgp to 2.3.0 by @killaitis in #46
- Update doobie-core, doobie-hikari to 1.0.0-RC6 by @killaitis in #45
- Update http4s-circe, http4s-dsl, ... to 0.23.28 by @killaitis in #43
- Update circe-core, circe-generic, ... to 0.14.10 by @killaitis in #42
- Update postgresql to 42.7.4 by @killaitis in #40
- Update sbt-sonatype to 3.11.3 by @killaitis in #39
Full Changelog: v0.4.1...v0.4.2
v0.4.1
v0.4.0
- Added snapshot support for event sourced actors, including purging of deprecated events and snapshots with retention rules.
- Added
KryoPayloadCodecas a faster alternative to the standardJsonPayloadCodecfor the durable state and event store. - The
CronSchedulernow has an optional start and end date for the evaluation of CRON expressions. - API CHANGE: The various versions of
ActorSystem.spawnhave been split to allow for default parameters. The new methods
also are more precise in their name about what they are actually doing:spawnActorspawnDurableStateActorspawnEventSourcedActor
- CONFIG CHANGE: The persistence config block now is split into separate entities for durable state store and event store.
v0.3.0
v0.3.0-rc1
- Introduced event sourced actors.
- Introduced CRON-based scheduling for Cats Effect.
- Improved store factory for better handling of
DurableStateStoreandEventStore. - API change:
ActorContext.respondhas been renamed toActorContext.reply.
v0.2.1
v0.2.0
v0.2.0-rc2
- Fixed build/publish issues