Skip to content

0.5.0

Compare
Choose a tag to compare
@cescoffier cescoffier released this 23 Apr 10:03
· 2392 commits to main since this release

Major changes

Complete changelog

  • #115 - Can you please help me understanding how to handle Uni in these cases?
  • #114 - Add some test verifying that emitter can have multiple subscribers
  • #113 - Implement Uni.onItem().delayIt().until()
  • #112 - onTermination must be called only once
  • #111 - Implement Uni.onItem().ifNotNull()
  • #110 - Document Uni combination
  • #109 - Consider adding a onItem().ifNotNull() group
  • #108 - Document Uni and Multi combine
  • #106 - Document the difference between concatenate() and merge()
  • #104 - Unchecked functions/consumers/suppliers helpers
  • #103 - Add Uni.subscribe().with(x -> {})
  • #97 - Enable java 14 build
  • #96 - Add Java 14 CI build