Releases: lancer-kit/uwe
Releases · lancer-kit/uwe
Dependency update
Add IMQ Worker
Merge pull request #9 from lancer-kit/imq Add an internal message queue for workers communication
Update ozzo, logrus and other dependencies
Merge pull request #8 from lancer-kit/documentation Update dependencies
Update Docs and Add Examples
Changelog
Add
- Add missed godoc for code;
- Add
WorkerFunc
preset; - Add new examples;
Update
- Actualize README.md;
- Small code refactoring;
cron.Job
andcron.NewJob(...)
were moved topresets.Job
,presets.NewJob(...)
;
Change type of socket.Response.Data from interface{} to json.RawMessage
v2.1.2 Change type of socket.Response.Data from interface{} to json.RawMessage
fix the graceful shutdown of the socket listener
Merge pull request #5 from lancer-kit/feature/heathcheck remove dead-lock and fix the graceful shutdown
Service status info through the socket
Add possibility to receive the information about the status of a running service through an open service socket
Solve the problem with incorrect validation
Solve the problem with incorrect validation
Add API worker preset
v1.2.0 Resolve the issue with incorrect validation
Remove unnecessary `fmt.Errorf`
v2.0.5 Remove unnecessary `fmt.Errorf`