You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Temporal](https://github.com/temporalio/temporal) is a Workflow-as-Code platform for building and operating
6
-
resilient applications using developer-friendly primitives, instead of constantly fighting your infrastructure.
6
+
resilient applications using developer-friendly primitives instead of constantly fighting your infrastructure.
7
7
8
-
This Clojure SDK is a framework for authoring Workflows and Activities in Clojure. (For other languages, see [Temporal SDKs](https://docs.temporal.io/application-development).)
8
+
This Clojure SDK is a framework for authoring Workflows and Activities in Clojure. (For other languages, see [Temporal SDKs](https://docs.temporal.io/application-development).)
9
9
10
10
### Status
11
11
12
12
**Alpha**
13
13
14
-
This SDK is functional, but undergoing active development. Some major features (Queries, Child-Workflows, SideEffects, etc) are missing/incomplete. API may evolve in breaking ways, though we will always bump at least the minor version when this happens and include a note.
14
+
This SDK is battle-tested and used in production but is undergoing active development and is subject to breaking changes (*). Some significant features (Versioning, Queries, and Child-Workflows, etc) are missing/incomplete.
15
+
16
+
> (*) We will always bump at least the minor version when breaking changes are introduced and include a release note.
15
17
16
18
### Clojure SDK
17
19
18
20
-[Clojure SDK and API documentation](https://cljdoc.org/d/io.github.manetu/temporal-sdk)
19
21
-[Clojure Samples](./samples/README.md)
22
+
- Presentations
23
+
-[Boston Clojure Group Meetup 1/19/23](https://www.meetup.com/boston-clojure-group/events/290502741/)
0 commit comments