Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Releases: jonahseguin/Payload

3.1.0

28 Feb 14:27
cbd0c1f
Compare
Choose a tag to compare

v3.1.0
See the #8 PR for a list of changes in this release
Notably:

  • Google Guice usage
  • Improved performance
  • new Redis driver/client library

3.0.0

28 Feb 14:26
9859a77
Compare
Choose a tag to compare

3.0.0 release

2.0.0

20 Sep 00:52
bb9c8ab
Compare
Choose a tag to compare

Initial Version 2.0.0 Release

Version 2.0.0 is now stable enough to be used and will have minor improvements and bugfixes regularly in future subversions.

1.1

24 Aug 18:05
c3465b2
Compare
Choose a tag to compare
1.1

Final Legacy Release: Version 1.1

This will be the last release of the current implementation of Payload.

Version 2.0 is under heavy development and is aiming to have its first beta release in the coming days.

Version 1.0

23 Jan 21:22
Compare
Choose a tag to compare

Official 1.0 release.

Maven: pom.xml

Add this to your repositories:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

and this to your dependencies:

<dependency>
    <groupId>com.github.jonahseguin</groupId>
    <artifactId>Payload</artifactId>
    <version>1.0</version>
</dependency>

Version 0.5

21 Nov 18:14
Compare
Choose a tag to compare
Version 0.5 Pre-release
Pre-release

Release #1: v0.5

  • pre-release
  • still needs documentation on most classes
  • project is buildable
  • needs testing

Maven: pom.xml

Add this to your repositories:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

and this to your dependencies:

<dependency>
    <groupId>com.github.jonahseguin</groupId>
    <artifactId>Payload</artifactId>
    <version>0.5</version>
</dependency>

Enjoy