README.md in fake_sqs-0.2.0 vs README.md in fake_sqs-0.3.0
- old
+ new
@@ -17,9 +17,10 @@
* Send messages (and in batch)
* Receive messages (and in batch)
* Deleting messages (and in batch)
* Changing queue attributes (but not all, and no validation)
* Setting visibility timeouts for messages
+* Purge Queue
Certain bits are left off on purpose, to make it easier to work with, such as:
* No checking on access keys or signatures
* No 60 second delay between deleting a queue and recreating it.