All Versions
161
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 16

  • v1.12.2 Changes

    October 28, 2011
    • Json thrift deserializer
    • Finagle: count pending timeouts
    • ๐Ÿ›  Fix eval precompile bug
  • v1.12.0 Changes

    October 21, 2011
    • util.Config.Specified now delays evaluation of specified value, to ensure evaluation happens in correct dependency order, rather than in class-hierarchy order. This change is mostly source compatible, unless you have directly used the Specified class.
  • v1.11.9 Changes

    October 14, 2011
    • โฑ ivar/future: provide "TCE", per-thread scheduling, and promise squashing
    • โช logger: restore original logging level after modifying them
    • u64: fix
    • filehandler: thread-visibility
    • eval: fix mtime invalidation
    • base64 encoder: make it threadsafe
  • v1.11.8 Changes

    October 04, 2011
    • Back out TCE for ivar/futures. This introduced a space leak and will be fixed momentarily.
    • ๐Ÿ‘ป FuturePool: Catch any exception thrown by executor.submit() and return as a Future.exception
  • v1.11.7 Changes

    September 28, 2011
    • โฑ ivar/future: provide "TCE", per-thread scheduling, and promise squashing
    • util-core: add bijection
    • util: Time.now is now measured at nanosecond granularity instead of millisecond.
    • futurepool: don't attempt to perform work for Futures that are cancelled
  • v1.11.2 Changes

    August 12, 2011
    • offer: use Int.compare instead of subtraction to avoid integer overflow in ObjectOrder
    • offer: accept an empty offer list. this is just Offer.never
    • Eval: persistent compilation targets
  • v1.11.1 Changes

    August 05, 2011
    • ๐Ÿ›  offer/broker: fixes, simplifications - gets rid of thunked values on sends. removing the infrastructure required to support this led to significant simplification. lock the correct objects for broker events. don't try to resolve identical objects in lock order.
    • ๐Ÿ‘ offer: java support
    • hashing: actually return 64bit values from the 64bit hash functions; tests
  • v1.11.0 Changes

    August 02, 2011
    • Introduce new util-codec module to contain various codecs. Primarily so that it can depend on apache commons-codec 1.5 for base64 improvements over the sun one.
  • v1.10.4 Changes

    July 29, 2011
    • โž• Added TestLogging specs helper to util-logging.
    • Spools: like scala streams, but with deferred tails.
  • v1.10.3 Changes

    July 27, 2011
    • โž• add GZip string encoder