Skip to content

Releases: liuliqiang/redisbeat

Release v1.2.6

10 Oct 13:07
Compare
Choose a tag to compare

New features:

  • Add list and get methods to retrieve ScheduleEntries
  • Use lazy logging
  • Update jsonpickle dependence version

Redis sentinel supported

06 Oct 12:49
Compare
Choose a tag to compare

In this release, we add redis sentinel support.

Release Notes

  • Feature
    • Add redis sentinel supported #24

Thanks

@svajipay

Docker support!

18 Sep 01:13
Compare
Choose a tag to compare

In this release, we fix some bugs and add docker compose sample support to reduce the complex for users.

Release Notes:

  • Fix
    • Can't see current schedule
  • Improve
    • Remove local runing examples
    • Add docker compose examples

Thanks:

CI ready version

18 Sep 01:00
Compare
Choose a tag to compare

After this version, redisbeat support ci support and codes should add test codes.

In this release, we fix bugs and add some improve.

  • Fix
    • When all schedules were removed, they created again
  • Add
    • Travis ci support