Skip to content

Releases: vladopajic/go-actor

v0.9.5

17 Feb 14:53
45d8d5c
Compare
Choose a tag to compare

What's Changed

  • fix(mailbox): potential data not received when stopped while concurrently sending by @vladopajic in #108

Full Changelog: v0.9.4...v0.9.5

v0.9.4

17 Feb 08:51
8dc89d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

31 Jan 14:46
Compare
Choose a tag to compare

What's Changed

  • combine: only call Stop() once on underlying actors by @vladopajic in #94

Full Changelog: v0.9.2...v0.9.3

v0.9.2

23 Jan 15:45
Compare
Choose a tag to compare

What's Changed

  • dep: deque lib update by @vladopajic in #89
  • fix: OptOnStopCombined not called when there was 1 actor combined by @vladopajic in #92
  • combine: when 0 actors are provided Idle actor will be created by @vladopajic in #93

Full Changelog: v0.9.1...v0.9.2

v0.9.1

18 Nov 15:39
2f5cc93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Feb 12:58
b18ff4a
Compare
Choose a tag to compare

Changes:

  • go version bump to v1.22
  • simplify mailbox capacity options (#72)

Braking changes:

  • simplify mailbox capacity options (#72) - was a breaking change.
    OptMinCapacity and OptMailbox where removed in favor of single option for setting capacity OptCapacity.

Full Changelog: v0.8.4...v0.9.0

v0.8.4

20 Jan 10:14
8c04049
Compare
Choose a tag to compare

Changes:

  • Add new option OptOnStartCombined(func (Context)) that can be used as option for combined actor

Full Changelog: v0.8.3...v0.8.4

v0.8.3

15 Nov 10:29
58821e9
Compare
Choose a tag to compare

Changes:

  • Mailbox receiveC and sendC are created with small buffer to allow better asynchronicity
  • Mailbox worker writes directly to receiveC if there is space in buffer
  • Panic will be raised when Mailbox.Send(...) is called for non-running mailbox

v0.8.2

11 Nov 14:11
329821f
Compare
Choose a tag to compare

Changes:

  • add new option OptStopAfterReceivingAll() that will stop mailbox only after all messages have been received.

release to retract releases with v1.x.x

03 Nov 12:42
Compare
Choose a tag to compare
Pre-release
v1.0.6

retract update