Skip to content

Commit

Permalink
docs: Adds 0-ver note
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodedrift committed Oct 18, 2022
1 parent 66a523a commit 356477c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ _Messaging Queue for any document-friendly architectures (DocumentDB, Mongo, Pos
>
> 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.
: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.
: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.

```
0.y.x
^ ^- fixes, features
\-- breaking changes
```

## Installation

Expand Down

0 comments on commit 356477c

Please sign in to comment.