Skip to content

Releases: GoGoCarl/appygram4j

1.0.2

05 Jun 23:38

Choose a tag to compare

Appygram4J 1.0.2

Version bump release with changes to the build process. Code-wise, the same as 1.0.1

Download and Usage

Appygram4J comes in JAR format that can be readily imported into any Java project. As of this release, there is but a single external dependency, [google-gson](https://code.google.com/p/google-gson/ v2.2.4).

If you are already using this in your project, or prefer to download it separately, you should download "appygram4j-1.0.2.jar".

This release also make this project available via Maven:

Release

Use of Appygram will require an API key from the Appygram service. You can sign up for a free account today to get started:

Appygram: http://www.appygram.com

1.0.1

18 Nov 18:30

Choose a tag to compare

Appygram4J 1.0.1

This is solely a bug fix release, correcting a problem with encoding the app_json block on the Appygram side.

Download and Usage

Appygram4J comes in JAR format that can be readily imported into any Java project. As of this release, there is but a single external dependency, [google-gson](https://code.google.com/p/google-gson/ v2.2.4).

If you are already using this in your project, or prefer to download it separately, you should download "appygram4j-1.0.1.jar".

If you would prefer an all-inclusive JAR instead, then download "appygram4j-1.0.1-complete.jar" instead.

Use of Appygram will require an API key from the Appygram service. You can sign up for a free account today to get started:

Appygram: http://www.appygram.com

1.0.0

08 Apr 23:06

Choose a tag to compare

Appygram4J 1.0.0

Initial release of Appygram4J. This release has no functional difference from the 0.9.1 release, but to repeat, this initial release of Appygram4J contains all the basics to get started.

  • Configure your application with one or more Appygram API Keys
  • Quick Properties file support for Appygram configuration
  • Send Appygrams to Appygram.com with basic information and additional custom JSON.
  • Send Traces (sending properly formatted exceptions to /traces)
  • List Topics
  • Logger support

Any new features, issues, or bugs will be addressed in milestones and proper releases from here on out.

Download and Usage

Appygram4J comes in JAR format that can be readily imported into any Java project. As of this release, there is but a single external dependency, [google-gson](https://code.google.com/p/google-gson/ v2.2.4).

If you are already using this in your project, or prefer to download it separately, you should download "appygram4j-1.0.0.jar".

If you would prefer an all-inclusive JAR instead, then download "appygram4j-1.0.0-complete.jar" instead.

Use of Appygram will require an API key from the Appygram service. You can sign up for a free account today to get started:

Appygram: http://www.appygram.com

0.9.1 Preview

22 Jul 14:41

Choose a tag to compare

0.9.1 Preview Pre-release
Pre-release

An initial preview release of Appygram4J. Contains all the basics to get started.

  • Configure your application with one or more Appygram API Keys
  • Quick Properties file support for Appygram configuration
  • Send Appygrams to Appygram.com with basic information and additional custom JSON.
  • Send Traces (sending properly formatted exceptions to /traces)
  • List Topics
  • Logger support