Releases: flipkart-incubator/batchman
Releases · flipkart-incubator/batchman
v1.3.2
Fixed issue where JSONObject TypeAdapter was being used instead of JSONArrayTypeAdapter
v1.3.1
Performance Improvements : This version contains a bunch of performance improvements for JSON parsing.
Removed all custom serializers and deserializes, converted them into TypeAdapters.
Created typeadapters for all internal Pojos.
Added Capability to pass the typeadapter for a custom pojo
Cleaned up code, removed unused files
Fixed all error prone warnings
v1.2.4
Merge pull request #119 from flipkart-incubator/fix/methodAccess Updated package protected to public
v1.2.3
Merge pull request #118 from flipkart-incubator/fix/privateAccess Updated BatchManager builder to be public from package protected
v1.2.2
version bump for batching-core
v1.2.1
Gradle and travis update.
v1.2.0
- Library broken down into submodules.Seperate dependency for batching, and batching-gson.
- Bug Fixes
Open release
Merge pull request #106 from flipkart-incubator/develop Register built in type BatchImpl.class