All Versions
112
Latest Version
Avg Release Cycle
5 days
Latest Release
306 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