Releases: mongodb/mongo-hadoop
r1.3.2: Version 1.3.2
This release contains bug fixes and pull requests made since 1.3.1 and is a recommended upgrade for all users of that version. To use these jars with maven, use the following entry:
<dependency>
<groupId>org.mongodb.mongo-hadoop</groupId>
<artifactId>mongo-hadoop-core</artifactId>
<version>1.3.2</version>
</dependency>
For gradle, use:
compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.3.2'
r1.3.1: Version 1.3.1
This release includes a number of bug fixes and pull requests. As with the last release, this release focuses partially on a continued refinement of the build and release processes. To use these jars with maven, you would use the following entry:
<dependency>
<groupId>org.mongodb.mongo-hadoop</groupId>
<artifactId>mongo-hadoop-core</artifactId>
<version>1.3.1</version>
</dependency>
For gradle, please use
compile 'org.mongodb.mongo-hadoop:mongo-hadoop-core:1.3.1'
Please note that the groupId differs from the 1.3.0 release.
r1.3.0: Version 1.3.0
This release consists of a number of bug fixes and feature enhancements. You can see the list of issues here.
This release was largely a focus on updating the build and test infrastructure to align with the rest of the JVM team's tools and practices. The biggest change for mongo-hadoop users, however, is that this release sees the return of maven artifacts. As byproduct of the build restructuring, we are once again publishing artifacts to maven central. You can find the core artifacts here as well as below. You will also be able to test -SNAPSHOT builds as they get pushed after every successful jenkins run.
As always, please let us know if you have any problems with this release by opening an issue at https://jira.mongodb.org/browse/HADOOP
r1.2.0
r1.2.0-rc1
Version 1.2.0-rc1
r1.2.0-rc0
Version 1.2.0-rc0