Skip to content

Releases: killaitis/peloton

v0.4.5

15 Jan 09:56
6f5f616

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

23 Oct 09:53

Choose a tag to compare

  • MySQL and Cassandra drivers are now included in the release

Full Changelog: v0.4.2...v0.4.4

v0.4.2

23 Oct 09:25
eca9529

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 Apr 16:38
3fa6717

Choose a tag to compare

  • Dependency updates

v0.4.0

30 Dec 14:47

Choose a tag to compare

  • Added snapshot support for event sourced actors, including purging of deprecated events and snapshots with retention rules.
  • Added KryoPayloadCodec as a faster alternative to the standard JsonPayloadCodec for the durable state and event store.
  • The CronScheduler now has an optional start and end date for the evaluation of CRON expressions.
  • API CHANGE: The various versions of ActorSystem.spawn have been split to allow for default parameters. The new methods
    also are more precise in their name about what they are actually doing:
    • spawnActor
    • spawnDurableStateActor
    • spawnEventSourcedActor
  • CONFIG CHANGE: The persistence config block now is split into separate entities for durable state store and event store.

v0.3.0

24 Dec 09:39

Choose a tag to compare

  • Introduced event sourced actors.
  • Introduced CRON-based scheduling for Cats Effect.
  • Improved store factory for better handling of DurableStateStore and EventStore.
  • API change: ActorContext.respond has been renamed to ActorContext.reply.

v0.3.0-rc1

24 Dec 09:08

Choose a tag to compare

v0.3.0-rc1 Pre-release
Pre-release
  • Introduced event sourced actors.
  • Introduced CRON-based scheduling for Cats Effect.
  • Improved store factory for better handling of DurableStateStore and EventStore.
  • API change: ActorContext.respond has been renamed to ActorContext.reply.

v0.2.1

14 Dec 12:31
a5a159b

Choose a tag to compare

Dependency updates and new artifact versioning scheme

v0.2.0

13 Dec 13:42

Choose a tag to compare

The release that brings remote actors and an improved handling of scoped actor systems

v0.2.0-rc2

12 Dec 11:37

Choose a tag to compare

v0.2.0-rc2 Pre-release
Pre-release
  • Fixed build/publish issues