Skip to content

Tags: vitaliihonta/zio-temporal

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make ZAsync.as by-name (#140)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added ZWorker.addActivityImplementationLayer method (#135)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Workflow.getMemo wrapper method (#123)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
TemporalIO aliases TemporalExcetion instead of just WorkflowException (

…#111)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump zio to 2.0.16 (#105)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stubs scaladoc (#90)

v0.2.0-RC4

Toggle v0.2.0-RC4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Complete documentation (#86)

* Docs draft

* More workflows documentation

* More documentation

* Even more docs

* Code cleanup

v0.2.0-NIGHTLY-2023-06-04

Toggle v0.2.0-NIGHTLY-2023-06-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove -Xsource:3 to make IDE more happy (#85)

v0.2.0-NIGHTLY-2023-06-03

Toggle v0.2.0-NIGHTLY-2023-06-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generalization improvements; coverage report improvements (#83)

* Generilized continueAsNew; coverage report improvements

* minor stuff

v0.2.0-NIGHTLY-2023-06-02

Toggle v0.2.0-NIGHTLY-2023-06-02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Supporting parameterized workflows (#82)

* Supporting parameterized workflows

* fixed compilation error but found deser error

* ZLayerAspect moved

* Make generics example work

* Emmitting warning for bad usage of generics

* Added scala 3 checks

* Remove todos