Skip to content

Commit 356477c

Browse files
committed
docs: Adds 0-ver note
1 parent 66a523a commit 356477c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ _Messaging Queue for any document-friendly architectures (DocumentDB, Mongo, Pos
1212
>
1313
> Simple. Performance. This kind of solution will never be as fast as an in-memory Redis queue or an event bus. If fast FIFO is your goal, you should consider BullMQ, Kue, Bee, Owl, and others.
1414
15-
:warning: **ALPHA SOFTWARE** - This is still in active development, there will be bugs. As of this writing, the basic queue/process/recurrence/delay pieces work, but there's still work to be done smoothing APIs, cleaning up typescript definitions etc.
15+
:warning: **ALPHA SOFTWARE** - This is still in active development, there will be bugs. As of this writing, the basic queue/process/recurrence/delay pieces work, but there's still work to be done smoothing APIs, cleaning up typescript definitions etc. This project follows semver spec for versions < 1.
16+
17+
```
18+
0.y.x
19+
^ ^- fixes, features
20+
\-- breaking changes
21+
```
1622

1723
## Installation
1824

0 commit comments

Comments
 (0)