From 01ba15cf619e6ae63e53b58ae0912a60879671b9 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 1 Mar 2024 14:40:29 +0100 Subject: [PATCH] Add some info about stability --- CHANGELOG.md | 3 +++ README.md | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da39022..1fb4348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 0.2.0 +This release is a big one, and we are considering omniqueue out of early development now. +You can expect the API to change much less in the coming releases compared to this one. + ## Breaking changes - **redis: Some implementation changes mean that this backend is runtime-incompatible with the same backend in omniqueue 0.1** diff --git a/README.md b/README.md index 1173ee9..6a7fcc8 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ types for which you have provided an encoding and/or decoding function. It is designed to be flexible and to be able to adapt to fit your existing queue configurations, but with a set of defaults that makes it simple to start sending and receiving quickly. -Omniqueue is still early in development. - ## How to use Omniqueue While the exact configuration will depend on the backend used, usage is roughly as follows.