Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Releases: cloudstateio/go-support

Go Support – v0.3.0

27 Jan 07:35
1169391
Compare
Choose a tag to compare
Go Support – v0.3.0 Pre-release
Pre-release

Support Cloudstate protocol 0.2 — Actions, Entities, Event Sourced Entities, and Replicated (CRDT) Entities.

Get started: https://cloudstate.io/docs/go/gettingstarted.html
New API: https://pkg.go.dev/github.com/cloudstateio/go-support/cloudstate

Go Support – v0.2.2

12 Jan 18:42
1131164
Compare
Choose a tag to compare
Go Support – v0.2.2 Pre-release
Pre-release

This is a fix release fixing backport issues found with #67.

  • [eventsourcing] context reset fix
  • [crdt] set PersistenceId for CRDTs on entity registry

Go Support – v0.2.1

15 Nov 20:48
ec5c76d
Compare
Choose a tag to compare
Go Support – v0.2.1 Pre-release
Pre-release

This is a fix release fixing minor documentation, testing and TCK issues.

  • [docs] fix invalid links.
  • [tests] report err on fatal condition.
  • [tck] choose new proxy image.

Go Support – v0.2.0

10 Nov 23:52
4be8b76
Compare
Choose a tag to compare
Go Support – v0.2.0 Pre-release
Pre-release

Go Support 0.2.0

Features and changes:

  • CRDT Support
  • Eventsoured re-implementation
  • New API
  • Integration Tests for the CRDT implementation, to be used for the TCK
  • Integration Tests for the Eventsourced implementation
  • Adoption of new Cloudstate Model based TCK tests
  • Protobuf cleanup for go packages
  • Eventsourced TCK Support
  • Eventsourced effects and forward support
  • Significant test coverage increase
  • Dapr contrib model support with new CRDT support
  • Chat example
  • CRDT Shopping Cart example
  • devcontainer.json Support
  • Updated documentation
  • CRDT and Effects & Forwards documentation

List of issues resolved: https://github.com/cloudstateio/go-support/milestone/1?closed=1
Detailed information: about the release can be found here: #43 (comment)

Go Support – v0.1.1

15 Jun 19:43
d87dac5
Compare
Choose a tag to compare
Go Support – v0.1.1 Pre-release
Pre-release

This release fixes an issue where entities where not removed after the proxy passivated an entity by closing its stream.

Issues fixed with this release:

  • #27 – "Entity throws error after 30 seconds of inactivity"

v0.1.0

11 Nov 11:42
faaff6d
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #10 from marcellanz/feature/issues6_7_8

feature/issues[6,7,8]