Skip to content

Latest commit

 

History

History
152 lines (122 loc) · 7.46 KB

CHANGES.md

File metadata and controls

152 lines (122 loc) · 7.46 KB

Storehaus

Version 0.11.0

  • Add correct String/ChannelBuffer injections #257
  • initial scalatest migration #260
  • Remove usage of twitter's maven repo, travis seems to dislike it -- mayb... #261
  • Bijection 0.8.0, algebird 0.10.0, scalding 0.14.0, and scala 2.10.5

Version 0.10.0

Version 0.9.1

  • Feature/write through cache perf: twitter#234
  • Share the Retrying Read Write store in storehaus repo: twitter#230
  • initial Kafka 0.8 support: twitter#232
  • Exceptions on the cache-store should be ignored for Read/WriteThroughStore: twitter#225

Version 0.9.0

Version 0.8.0

Version 0.7.1

  • Remove sources req on specs2, breaks downstream deps

Version 0.7.1

Version 0.7.0

  • Read from two stores concurrently: twitter#158
  • Merge returns the value before: twitter#163
  • Mergeable uses Semigroup (swap store is possible): twitter#165
  • Better sorted set support in redis: twitter#152
  • Move from java Closeable to twitter.util.Closable (Future[Unit] return)

Version.0.6.0

Version.0.5.1

Version.0.5.0

Thanks to Doug Tangren, Ruban Monu, Ximing Yu, Ryan LeCompte, Sam Ritchie and Oscar Boykin for contributions!

Version.0.4.0

  • Storehaus-Mysql support for numeric types
  • Name change in mysql store

Version.0.3.0

  • Adds storehaus-mysql
  • Adds storehaus-cache
  • Adds storehaus-redis
  • RetryingReadableStore
  • CachedReadableStore
  • CachedReadableStore
  • ReadableStore.find (and SearchingReadableStore)

Version.0.2.0

  • Move MergeableStore into storehaus-core
  • Remove Mergeable
  • Prep for open source release.

Version.0.1.0

  • Documentation overhaul
  • BufferingStore
  • UnpivotedStore
  • FutureCollector

Version 0.0.4

  • Break Store into Store and MergeableStore.
  • Massive API cleanup.

Version 0.0.3

  • Change up Store interface's multiGet.
  • ChannelBuffer bijection.

Version 0.0.2

  • storehaus-algebra
  • multiGet returns Map[K, Option[V]]

Version 0.0.1

  • Basic store traits.
  • storehaus-memcache