All Versions
13
Latest Version
Avg Release Cycle
76 days
Latest Release
250 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.14.0 Changes
August 08, 2020[0.14.0] - 2020-08-08
โ Added
- ๐ฑ Node heartbeat functionality for dynamic environments #392 by @ananthakumaran (disabled by default) ๐ ๐
- ๐ฑ Exq telemetry events #414 by @hez โจ
- ๐ Allow custom job IDs #417 by @bradediger โ๏ธ
๐ Changed
- ๐ฒ Don't log Redis disconnects #420 by @isaacsanders
๐ Fixed
- exq.run mix task starts dependent apps as well #408 by @ananthakumaran
- Cast queue level concurrency #401 by @ananthakumaran
- ๐ Fix documentation typo #423 by @LionsHead
- ๐ Fix conflicting unit in docs #419 by @JamesFerguson
-
v0.13.5 Changes
January 01, 2020[0.13.5] - 2020-01-01
โ Added
- ๐ฑ Queue adapter for mock testing @ananthakumaran and @samidarko ๐ ๐
-
v0.13.4 Changes
November 04, 2019[0.13.4] - 2019-11-3
๐ Fixed
- โ Remove unnecessary serialization of enqueue calls #390 by @ananthakumaran and @sb8244
- ๐ Fix warnings by @hkrutzer #394
- โ Start all the apps during test by @ananthakumaran #391
- Replace KEYS with a cursored call to SCAN for realtime stats by @neslinesli93 #384
-
v0.13.3 Changes
June 16, 2019[0.13.3] - 2019-06-16
โ Added
- ๐ Handle AWS Elasticache Redis DNS failover. This ensures persistent connections are shutdown, forcing a reconnect in scenarios where a Redis node in a HA cluster is switched to READONLY mode by @deepfryed.
-
v0.13.2 Changes
March 15, 2019[0.13.2] - 2019-03-15
๐ Fixed
- ๐ Fix json_library issue #369 needing addition to config file. Add default value.
-
v0.13.1 Changes
February 24, 2019[0.13.1] - 2019-02-24
โ Added
- ๐ Support for configurable JSON parser, with Jason as default by @chulkilee.
๐ Fixed
-
v0.13.0 Changes
January 21, 2019[0.13.0] - 2019-01-21
โ Removed
- ๐ Due to library dependencies, support for Elixir 1.3, Elixir 1.4 and OTP 18.0, OTP 19.0 has been removed.
- ๐ Redix version older than 0.8.1 is no longer supported.
- Config options
reconnect_on_sleep
andredis_timeout
are now removed.
โ Added
- ๐ Support for Redix >= 0.8.1 by @ryansch and @ananthakumaran.
- ๐ง Configuration for Mix Format by @chulkilee.
- ๐ Use :microsecond vs :microseconds by @KalvinHom.
๐ Changed
- Redis options are now passed in via
redis_options
by @ryansch and @ananthakumaran. - โ Removed redix_sentinel dependency, now supported by new Redix version by @ananthakumaran.
-
v0.12.2 Changes
October 14, 2018[0.12.2] - 2018-10-14
๐ Fixed
- Don't assume redis_opts is enumerable by @ryansch
โ Added
- โ Add {:system, VAR} format support for more config params by @LysanderGG
- ๐ Allow setting mode to both [:enqueuer, :api] by @buob
๐ Changed
- Specify less than 0.8.0 on redix version in mix.exs by @buob
-
v0.12.1 Changes
July 13, 2018๐ Fixed
- Cleanup packaging for
elixir_uuid
change.
- Cleanup packaging for
-
v0.12.0 Changes
July 12, 2018๐ Fixed
- ๐ Change
uuid
toelixir_uuid
which has been renamed. This will prevent future namespace clashes by @tzilist.
- ๐ Change