Skip to content
This repository has been archived by the owner on Aug 18, 2019. It is now read-only.

Releases: instacount/appengine-counter

Release V2.0.1

03 Oct 22:30
Compare
Choose a tag to compare
  • Fix #24 Invalid CounterStatus is allowed when creating or updating a counter.

Release V2.0.0

27 Sep 15:38
Compare
Choose a tag to compare
  • Issue #20 Introduced CounterService.create() to create a counter without having to increment it.
  • Adjusted CounterService.getCounter to return an Optional.absent() if the counter doesn't exist.
  • Introduced CounterService.reset() to reset all counter shards to 0.
  • Changes to sharding implementation to unify increment and decrement.
  • Counter.java now holds a BigInteger instead of a long since the aggregation of multiple shards may exceed (Long.MAX_VALUE - 1).
  • Better failure handling in the event of a memcache failure.
  • Default counter memcache settings reduced to 60 seconds.
  • Improvements around Objectify's session cache handling of CounterShards.

Release 1.0.1

08 Dec 21:35
Compare
Choose a tag to compare
  • Publishing to Maven Central

Release 1.0.0 (Not Yet Published in Maven Central)

14 Jul 20:31
Compare
Choose a tag to compare
  • Re-releasing appengine-counter under the UpSwell name.
  • Upaded dependencies. See github readme.