Skip to content

Releases: OkraScheduler/OkraApi

1.6.0

27 Feb 16:53
Compare
Choose a tag to compare

Major changes

  • Updating dependencies
  • Updating License/Copyright info

1.5.1

19 Jan 16:58
Compare
Choose a tag to compare

Major changes

  • Updating license

1.5.0

01 Jun 01:13
Compare
Choose a tag to compare

Major changes

  • Bug fixes and a lot of improvements
  • Performance improvements

1.4.6

31 May 01:17
Compare
Choose a tag to compare

Major changes

  • Adding Spring API version

1.4.5

31 May 01:00
Compare
Choose a tag to compare

Major changes

  • Renaming some classes (simplifying the code)
  • Adding some equals() / hashCode
  • OkraItemDeleteCallback now receives the quantity of deleted items - BREAKING CHANGE
  • OkraItemScheduleCallback now does not receives a boolean as parameter - BREAKING CHANGE
  • The default collection name now starts with a lowercase letter - BREAKING CHANGE
  • DateUtils has been moved to OkraApi project

1.4.3

30 May 17:32
Compare
Choose a tag to compare

Major changes

  • Improving builder

1.4.2

30 May 17:10
Compare
Choose a tag to compare

Major changes

  • Reverting Delete callback change

1.4.0

30 May 16:59
Compare
Choose a tag to compare

Major changes

  • Changing async api callbacks

1.3.2

30 May 03:39
Compare
Choose a tag to compare

Major changes

  • Fixing release bug added on v1.3.1

1.3.1

30 May 03:37
Compare
Choose a tag to compare

Major changes

  • AsyncOkra's schedule method now receives an OkraItemScheduleCallback as callback
  • Minor improvements