Skip to content

Releases: gojek/work

Release v0.8.2

01 Jun 09:07
88d8bf7

Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

Release v0.8.1

14 Apr 10:45
5e3a41e

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

Release v0.8.0

07 Apr 11:20
75f3f46

Choose a tag to compare

What's Changed

Full Changelog: v0.7.9...v0.8.0

Release v0.7.9

18 Nov 05:44
bc111b9

Choose a tag to compare

What's Changed

  • Enhanced EnqueueIn/UniqueIn function to run job after atleast given seconds & Added EnqueueAt method to support job scheduling at specific time by @Rjtsahu in #48

New Contributors

Full Changelog: v0.7.8...v0.7.9

Release v0.7.8

04 Oct 10:17
897f108

Choose a tag to compare

What's Changed

  • Expose web ui router for external server, and switch to *http.ServeMux from gocraft/web in #44
  • Fix webui test & warnings in #45

Full Changelog: v0.7.7...v0.7.8

Release v0.7.7

26 Sep 07:55
53d536c

Choose a tag to compare

Minor changes:

  • Bump redigo
  • Separate benchmark dependencies

Release v0.7.6

31 Jul 15:22
29c6507

Choose a tag to compare

Minor changes:

  • Update webui dependencies

Release v0.7.5

25 May 09:42
39a9c48

Choose a tag to compare

Important changes:

  • Introduce redis replication wait option for enqueuer (#30)

Minor changes:

  • Handle redis.ErrNil for Queues's latency (#32)

Release v0.7.4

29 Jun 09:56
718d0e0

Choose a tag to compare

Important changes

  • Handle bad JSON input in Args and BusyWorker components (#24)

Release v0.7.3

14 Jun 07:34
44c09da

Choose a tag to compare

Important changes

Display job arguments in a new component that supports syntax highlighting, collapsing properties and copying properties in WebUI (#21)

Additional changes:

  • The job arguments display component also checks for a root level base64 encoded JSON property named payload, iff present, it tries to unwrap it and display.