Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Add changelog, prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Jun 8, 2018
1 parent 9890211 commit fe659cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.1.0]
### Added
- Add PHP-CS and preliminary tests (integration with Travis)
- Add `loop_sleep` configuration parameter
- Add `compress` configuration parameter
- First implementation
5 changes: 0 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,3 @@ Example:
# Enable compression, and sleep for 0.8 secods during loops if the queue is empty
MESSENGER_TRANSPORT_DSN="filesystem:/%kernel.project_dir%/var/queue/default?compress=true&loop_sleep=800000"
```

## Todo
- Add PHP CS and static analysis
- Add tests
- Implement a bundle to auto-register the `filesystem://` transport

0 comments on commit fe659cc

Please sign in to comment.