Skip to content

Releases: RafaelVidaurre/yakuza

v1.0.7: Merge pull request #50 from Narzerus/development

21 Jul 20:45
Compare
Choose a tag to compare

Some minor bug fixes

01 Jul 19:24
Compare
Choose a tag to compare

This version implements some small fixes, including task:*:success not being triggered when the job was stopped

Clone shared values

27 May 19:15
Compare
Choose a tag to compare

Small hotfix which clones shared values when retrieved to avoid passing them by reference which can lead to nasty bugs

Hotfix: Do not send empty cookies

22 Apr 18:35
Compare
Choose a tag to compare

This hotfix does not set an empty cookies header if no cookies sent

Bug fixes

16 Apr 18:27
Compare
Choose a tag to compare
  • Fixes Agent.plan() not providing method chaining
  • Updates needle dependency to v0.9.2 which fixes cookie parsing with specific characters

New setup API

16 Apr 17:52
Compare
Choose a tag to compare

The .setup() method has been deprecated and replaced by specialized functions.

New methods:

  • Agent.plan(): Sets the agent's execution plan
  • Task.hooks(): Sets the task's hooks

Multiple improvements

13 Apr 18:45
Compare
Choose a tag to compare
  • Implemented travis-ci support
  • Add ability to re-run failed tasks (not yet documented)
  • Increased default connection timeout to 1 minute

Connection timeout incresed

06 Apr 20:25
Compare
Choose a tag to compare

This release extends Yakuza#Http's connection timeout period to one minute.

Full coverage and big refactoring

02 Apr 17:11
Compare
Choose a tag to compare

New in this version:

  • 100% code coverage
  • improved class properties notation for better maintainance
  • various refactors

Improved log entries

19 Mar 21:29
Compare
Choose a tag to compare

Added data property yo log entries in the http object so that the user can see whta was sent as data.