cyclops-react v10.0.4 Release Notes

Release Date: 2018-11-20 // over 5 years ago
  • πŸš€ Cyclops X patch release 4 (10.0.4)

    πŸš€ What’s new Cyclops X patch release 4

    πŸ› Bug fixes

    • πŸ”€ mergeMap / concurrentFlatMapper bugs fixed
    • Sequence and Traverse added for Reactor Mono and Flux
    • Sequence and Traverse added for RxJava2 Single and Flowable
    • values() keys() methods added to ImmutableMaps
    • 🚚 CollectionX removeAll fix
    • 🐎 LazySeq / Seq removeValue and removeFirst performance optimisation
    • Reactive Collection more specific sub-types in return value for a number of operators (e.g. appendAll)

    πŸ”„ Changelog

    πŸ›  Check out the features delivered and bugs fixed -

    github 10.0.4 issues & PRs

    Dependency changes

    None this time

    Modules

    Get cyclops X

    Gradle

    Cyclops

    compile 'com.oath.cyclops:cyclops:10.0.4’
    

    Cyclops AnyM

    compile 'com.oath.cyclops:cyclops-anym:10.0.4’
    

    Cyclops Futurestream

    compile 'com.oath.cyclops:cyclops-futurestream:10.0.4’
    

    Cyclops Pure

    compile 'com.oath.cyclops:cyclops-pure:10.0.4’
    

    Cyclops Reactive Collections

    compile 'com.oath.cyclops:cyclops-reactive-collections:10.0.4’
    

    Cyclops Reactor Integration

     compile 'com.oath.cyclops:cyclops-reactor-integration:10.0.4'
    

    Cyclops RxJava2 Integration

     compile 'com.oath.cyclops:cyclops-rx2-integration:10.0.4'
    

    Cyclops Jackson Integration

     compile 'com.oath.cyclops:cyclops-jackson-integration:10.0.4'
    

    Maven

    Cyclops

    \<dependency\> \<groupId\>com.oath.cyclops\</groupId\> \<artifactId\>cyclops\</artifactId\> \<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops AnyM

    \<dependency\> \<groupId\>com.oath.cyclops\</groupId\> \<artifactId\>cyclops-anym\</artifactId\> \<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops Futurestream

    \<dependency\> \<groupId\>com.oath.cyclops\</groupId\> \<artifactId\>cyclops-anym\</artifactId\> \<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops Pure

    \<dependency\> \<groupId\>com.oath.cyclops\</groupId\> \<artifactId\>cyclops-pure\</artifactId\> \<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops Reactive Collections

    \<dependency\> \<groupId\>com.oath.cyclops\</groupId\> \<artifactId\>cyclops-reactive-collections\</artifactId\> \<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops Reactor Integration

    \<dependency\> &nbsp;&nbsp;&nbsp;&nbsp;\<groupId\>com.oath.cyclops\</groupId\> &nbsp;&nbsp;&nbsp;&nbsp;\<artifactId\>cyclops-reactor-integration\</artifactId\> &nbsp;&nbsp;&nbsp;&nbsp;\<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops RxJava2 Integration

    \<dependency\> &nbsp;&nbsp;&nbsp;&nbsp;\<groupId\>com.oath.cyclops\</groupId\> &nbsp;&nbsp;&nbsp;&nbsp;\<artifactId\>cyclops-rx2-integration\</artifactId\> &nbsp;&nbsp;&nbsp;&nbsp;\<version\>10.0.4\</version\> \</dependency\>
    

    Cyclops Jackson Integration

    \<dependency\> &nbsp;&nbsp;&nbsp;&nbsp;\<groupId\>com.oath.cyclops\</groupId\> &nbsp;&nbsp;&nbsp;&nbsp;\<artifactId\>cyclops-jackson-integration\</artifactId\> &nbsp;&nbsp;&nbsp;&nbsp;\<version\>10.0.4\</version\> \</dependency\>
    

    License

    cyclops-react is licensed under the Apache 2.0 license.

    http://www.apache.org/licenses/LICENSE-2.0#