All Versions
112
Latest Version
Avg Release Cycle
5 days
Latest Release
661 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v0.1.11 Changes
- Rescuing all the "before Sidekiq" processing so errors won't affect other incoming messages
- ๐ Fixed dying actors after connection error
- โ Added a new app status - "initializing"
- Karafka::Status model cleanup
-
v0.1.10 Changes
- โ Added possibility to specify redis namespace in configuration (failover to app name)
- Renamed redis_host to redis_url in configuration
-
v0.1.9 Changes
- โ Added worker logger
-
v0.1.8 Changes
- โฌ๏ธ Dropped local env support in favour of Envlogic - no changes in API
-
v0.1.7 Changes
- Karafka option for Redis hosts (not localhost only)
-
v0.1.6 Changes
- โ Added better concurency by clusterization of listeners
- โ Added graceful shutdown
- โ Added concurency that allows to handle bigger applications with celluloid
- Karafka controllers no longer require group to be defined (created based on the topic and app name)
- Karafka controllers no longer require topic to be defined (created based on the controller name)
- โก๏ธ Readme updates
-
v0.1.5 Changes
- ๐ Celluloid support for listeners
- ๐ฒ Multi target logging (STDOUT and file)
-
v0.1.4 Changes
- ๐ Renamed events to messages to follow Apache Kafka naming convention
-
v0.1.3 Changes
- ๐ Karafka::App.logger moved to Karafka.logger
- โก๏ธ README updates (Usage section was added)
-
v0.1.2 Changes
- ๐ฒ Logging to log/environment.log
- Karafka::Runner