Only listing significant user-visible, not internal code cleanups and minor bug fixes.
- Pending changelog
- Bump Spark to 2.1.0
- Bump Curator to 3.2.0
- Remove Spark Logging
- Add exists path in DAO Components
- Update Zookeeper repository management
- Upgrade typesafe config to 1.3.0
- Upgrade akka to 2.4.9
- Upgrade json4s to 3.4.0
- Upgrade spark to 1.6.2
- Remove scala 2.10
- Upgrade curator to 3.2.0
- Added coveralls badge
- Added compatibility for invoking Future.sequence for Options in Scala [(SI-9694)](https://issues.scala-lang .org/browse/SI-9694)
- Enabled Scala cross builds for Scala 2.10 and Scala 2.11.
- Added functional extensions library with State(full|less) iterators and reflect type support.
- Added Cancellable abstraction whereby it is possible to build cancellable-like futures.
- Provide a fancy DSL (so an easy way) to determine type equality in Scala.
- Updated akka and Json4s versions.
- Added functional features to support iterators over next and has next pattern.
- Bug corrected in Dao Generic with Formats.
- Getnodes added in Zookeeper repository.
- Bug corrected in Zookeeper repository and try encapsulation.
- Bug in the serializer of Json4s.
- Entity listener for Zookeeper.
- Upsert funtion in Repository
- MapConfig Component for Map of properties.
- Typesafe Component refactor.
- More generic DAO Component with manifest type.
- Generic DAO for Zookeeper.
- Curator Factory with pull of Connections.
- Bugs corrected in Typesafe Component.
- Integration test added for Zookeeper.
- Corrected bug in Zookeeper Repository Component.
- Spark Logger Component.
- SLF4J Logger Component.
- Zookeeper Repository Component.
- TypeSafe Configuration Component.