This repository has been archived by the owner on Aug 18, 2019. It is now read-only.
Releases: instacount/appengine-counter
Releases · instacount/appengine-counter
Release V2.0.1
- Fix #24 Invalid CounterStatus is allowed when creating or updating a counter.
Release V2.0.0
- 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
- Publishing to Maven Central
Release 1.0.0 (Not Yet Published in Maven Central)
- Re-releasing appengine-counter under the UpSwell name.
- Upaded dependencies. See github readme.