Skip to content

Releases: CopernicaMarketingSoftware/Yothalot-PHP

Yothalot-PHP 2.2.2

11 Feb 10:17
Compare
Choose a tag to compare
  • The version of the extension can now be retrieved from within PHP.

Yothalot-PHP 2.2.1

02 Feb 10:14
Compare
Choose a tag to compare
  • The Yothalot\Task interface no longer requires a parameter in the process method.

Yothalot-PHP 2.2.0

26 Jan 12:05
Compare
Choose a tag to compare
  • Support for simple/regular jobs (instead of the more complicated Race or MapReduce jobs)
  • Key/value pairs can now be directly written to a Yothalot\Output file, using method kv()
  • Added method Yothalot\Job::directory() to find the temp dir that is being used by a job
  • Yothalot\Connection objects can be serialized

Yothalot-PHP 2.1.0

15 Jan 13:57
Compare
Choose a tag to compare
  • Inputiterator now accepts an std::string, to avoid unnecessary std::strlen in constructor.
  • Path class no longer uses an invalid const char*.
  • Properly handle errors in jobs by outputting them to Php::warning.
  • Added a simple setter for the local property.
  • Added Wrapper::map() method to prepare for upcoming new yothalot library.
  • Implemented the new Yothalot API capabilities into the extension, while completely maintaining old behaviour for old scripts (should not break anything.)
  • Fileparts can now also be added again and certain servers can be specified if needed so.
  • Cleanup is also a choice now on a per-file basis.

Yothalot-PHP 2.0.0

17 Nov 13:08
Compare
Choose a tag to compare
  • Yothalot-PHP is now compatible with simplified yothalot library.
  • Serialize/unserialize are now compatible with each other,
  • Correctly take the modulo from the argv.
  • Properly retrieve the modulo setting.
  • Implemented a RaceResult and a MapReduceResult class
  • Added information about the winner of a race job to result

Yothalot-PHP 1.0.0

06 Nov 11:02
Compare
Choose a tag to compare

Initial release