Skip to content

Releases: davidmoten/rxjava-extras

0.7.9.22

03 Oct 21:47
Compare
Choose a tag to compare
  • fixes and tests for Transformers.mapLast

0.7.9.20

02 Oct 11:38
Compare
Choose a tag to compare
  • add Transformers.mapLast
  • add IO.serverSocket overloads with server socket factory

0.7.9.15

16 Sep 06:35
Compare
Choose a tag to compare
  • update to rxjava 1.1.10
  • add Transformers.repeatLast
  • add IO.serverSocket
  • reduce allocations with Bytes.unzip
  • add Actions.close
  • add Checked.a2

0.7.9.13

10 Sep 01:54
Compare
Choose a tag to compare
  • reduce volatile reads in PublishSubjectSingleSubscriber
  • add Obs.intervalLong
  • update to rxjava 1.1.9
  • add Bytes.collect
  • groupBy with evictingMapFactory now supported by rxjava so remove code and tests
  • add Checked.a2

0.7.9.11

13 Aug 01:59
Compare
Choose a tag to compare
  • added Obs.rangeLong(start, count) because Observable.range only supports integer ranges.

0.7.9.10

06 Jul 07:05
Compare
Choose a tag to compare
  • add Transformers.onTerminateResume from @akarnokd
  • add fix for Strings.split from RxJavaString #39
  • add Transformers.doOnEmpty from @thomasnield
  • use OnSubscribe instead of Operator to reduce allocations
  • add Bytes.from(file)
  • add add RetryWhen.delaysInt
  • add marble diagrams to README.md

0.7.9.7

16 Jun 08:09
Compare
Choose a tag to compare
  • fix naming of stateMachine builder.initialRequest
  • add Transformers.bufferUntil and Transformers.bufferWhile contributed by @akarnokd
  • add synonyms toListUntil and toListWhile
  • reduce allocations for Transformations.split by not wrapping left over with a dedicated class

0.7.9.5

13 Jun 11:59
Compare
Choose a tag to compare
  • fix Transformers.stateMachine so does not request Long.MAX_VALUE of upstream. Initial request is now configurable and defaults to 1.

0.7.9.4

31 May 01:52
Compare
Choose a tag to compare
  • RetryWhen builder fix: RetryWhen.delay(n, timeUnit).build() only delayed once. Added repeat.
  • add Transformers.removePairs

0.7.9.1

31 May 01:43
Compare
Choose a tag to compare
  • simplify generics for orderedMerge and handle warnings
  • add Transformers.delayFinalUnsubscribe for use with refCount