Skip to content

Releases: flipkart-incubator/batchman

v1.3.12

06 Jul 05:58
69cfd22
Compare
Choose a tag to compare

#156 - Exposing forced argument from BatchController

v1.3.11

20 Jul 10:45
03f5762
Compare
Choose a tag to compare

#152 - Handling outOfBounds exception in QueueFile readElement

v1.3.10

10 Dec 14:16
9e453dd
Compare
Choose a tag to compare
  1. Updated method to be protected to be overridden by subclass

v1.3.9

03 Jun 18:59
cfef9d0
Compare
Choose a tag to compare

Change Logs:

  1. Moving to Android X
  2. Version change of error prone and other 3rd party libraries.

v1.3.8

09 Mar 06:49
Compare
Choose a tag to compare
  • Moved to 27.1.0 support version libraries
  • Moved to Gradle 3.0

v1.3.7

06 Mar 10:24
0b5c046
Compare
Choose a tag to compare

Bug Fix for NoSuchElementFound Exception for InMemoryObjectQueue

v1.3.6

05 Apr 14:15
Compare
Choose a tag to compare

Low Memory Queue File Fix

v1.3.5

06 Mar 11:20
Compare
Choose a tag to compare

Corrected Retry logic and some other code corrections.

v1.3.4

20 Jan 18:15
Compare
Choose a tag to compare

Added @keep Annotation : Denotes that the annotated element should not be removed when the code is minified at build time.

v1.3.3

20 Jan 13:53
Compare
Choose a tag to compare
  • Includes Bug Fix : Fixed Scenario where the subtype of TagData was being used in TagBatch
  • Unit Test : Bumped up Robolectric version
  • Performance : Removed custom Serialize/DeserializeException classes