Skip to content

Changes

#62 (Jan 27, 2024, 2:57:05 AM)

  1. increase binary-compatibility-check.version to 3.4.0 after release — Thomas Jaeckle / githubweb
  2. update logback — Thomas Jaeckle / githubweb
  3. search and count by post — Pieter-Jan Lanneer / githubweb
  4. added license headers for 2024 — Thomas Jaeckle / githubweb
  5. prepare JS client release — Thomas Jaeckle / githubweb

#59 (Oct 17, 2023, 7:48:59 AM)

  1. fix MergeThing command being used for creating new things did not respect "inlinePolicy" — Thomas Jaeckle / githubweb
  2. update used GitHub actions versions; k8s version matrix for Helm — Thomas Jaeckle / githubweb
  3. update maven names — Thomas Jaeckle / githubweb
  4. prepare Ditto 3.4.0 release — Thomas Jaeckle / githubweb
  5. fix Java client build after upstream changes in Ditto — Thomas Jaeckle / githubweb

3.3.3 (Jul 7, 2023, 3:47:44 AM)

  1. prepare 3.3.0 JS client release — Thomas Jaeckle / githubweb

3.3.0 (Jun 23, 2023, 2:42:35 AM)

  1. post Ditto 3.2.0 release: update binary-compatibility-check to version 3.2.0 — Thomas Jaeckle / githubweb
  2. post Ditto 3.2.0 release: update SECURITY.md — Thomas Jaeckle / githubweb
  3. add ILike filter to JS library — Bob Claerhout / githubweb
  4. prepare Ditto JS client 3.2.1 release — Thomas Jaeckle / githubweb
  5. adjusted Eclipse Ditto domain to eclipse.dev/ditto — Thomas Jaeckle / githubweb
  6. prepare 3.3.0 release — Thomas Jaeckle / githubweb

3.2.0 (Mar 8, 2023, 6:00:40 AM)

  1. Introduce options for java live message API — David Schwilk / githubweb
  2. Minor code review fixes — David Schwilk / githubweb
  3. update binary compatibility version to 3.1.0 — Thomas Jaeckle / githubweb
  4. Update SECURITY.md — noreply / githubweb
  5. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/api — noreply / githubweb
  6. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/node — noreply / githubweb
  7. Bump json5 from 2.2.1 to 2.2.3 in /javascript/lib/dom — noreply / githubweb
  8. Bump json5 from 1.0.1 to 1.0.2 in /javascript — noreply / githubweb
  9. updated github repository locations to new "eclipse-ditto" org — Thomas Jaeckle / githubweb
  10. Bump http-cache-semantics from 4.1.0 to 4.1.1 in /javascript — noreply / githubweb
  11. update contact information for Thomas Jaeckle in pom.xml — Thomas J??ckle / githubweb
  12. removed section in contributing about adding company name — noreply / githubweb
  13. added merge property to javascript client sdk — Pieter-Jan Lanneer / githubweb
  14. update developers information — Thomas Jaeckle / githubweb
  15. prepare Ditto 3.2.0 release for JS client — Thomas Jaeckle / githubweb
  16. updated developers sections — Thomas Jaeckle / githubweb

3.1.0 (Dec 16, 2022, 4:02:28 AM)

  1. fix ditto-client test about policy import "importable" flag — Thomas Jaeckle / githubweb
  2. fix unit test — Dominik Guggemos / githubweb
  3. post-release 3.0.0 commit: — Thomas Jaeckle / githubweb
  4. Adds a ClientReconnectingException which is thrown if the client is attempting a reconnect while a message should be sent. — David Schwilk / githubweb
  5. small typo fix — David Schwilk / githubweb
  6. Fix JavaDoc errors — David Schwilk / githubweb
  7. fix for TS2611 — Dirk Van Haerenborgh / githubweb
  8. updated changelog for Ditto JS client 3.0.1 — Thomas Jaeckle / githubweb
  9. prepared Ditto JS client 3.0.1 release — Thomas Jaeckle / githubweb
  10. add support for cursor param — Matthias Weirich / githubweb
  11. add tests — Matthias Weirich / githubweb
  12. return cursor in SearchThingsResponse — Matthias Weirich / githubweb
  13. throw error when both cursor/size and limit is set — Matthias Weirich / githubweb
  14. directly close&release OSS nexus repositories on Ditto release — Thomas Jaeckle / githubweb
  15. prepare Ditto-Clients 3.1.0 release — Thomas Jaeckle / githubweb
  16. adjusted copyright headers for next year — Thomas Jaeckle / githubweb

3.0.0 (Sep 28, 2022, 4:35:32 AM)

  1. fixed some module/dependency mess by e.g: — Thomas Jaeckle / githubweb
  2. apply naming of Thing.getPolicyEntityId() to getPolicyId() — Thomas Jaeckle / githubweb
  3. moved GatewayException and its (rightful) implementations to new module "gateway-api" — Thomas Jaeckle / githubweb
  4. enhanced Ditto client by adding the option to configure a "default-namespace" — Thomas Jaeckle / githubweb
  5. aligned Jenkinsfile_multibranch_pipeline — Thomas Jaeckle / githubweb
  6. futher consolidate Jenkins_multibranch_pipeline — Thomas Jaeckle / githubweb
  7. Remove default namespace configuration — Yannic Klem / githubweb
  8. increase binary compatibility check version to 2.4.0 — noreply / githubweb
  9. fixed nullable expectations if live.commands.modify package — Thomas Jaeckle / githubweb
  10. made MessageMapper aware of additional inbound headers to pass additional headers — Thomas Jaeckle / githubweb
  11. excluded ThingSearchPublisher method from japicmp-check — Thomas Jaeckle / githubweb
  12. Ditto 3.0 preparation: removed deprecated marked code and adjusted japicmp excludes accordingly — Thomas Jaeckle / githubweb
  13. added japicmd exclusion — Thomas Jaeckle / githubweb
  14. Revert "added japicmd exclusion" — Thomas Jaeckle / githubweb
  15. Revert "Ditto 3.0 preparation: removed deprecated marked code and adjusted japicmp excludes accordingly" — Thomas Jaeckle / githubweb
  16. Manually shutdown the executor of ThingSearchSubscription. — Yufei Cai / githubweb
  17. Transfer ownership of the executor of ThingSearchSubscription to its subscriber to be spec-conform. — Yufei Cai / githubweb
  18. Move creation of single threaded executor back into ThingSearchSubscription for spec conformance (Rule 1.03) — Yufei Cai / githubweb
  19. Ditto 3.0 preparation: removed deprecated marked code and adjusted japicmp excludes accordingly — Thomas Jaeckle / githubweb
  20. updated used dependencies to latest bugfix versions — Thomas Jaeckle / githubweb
  21. updated readme.md with new website location — noreply / githubweb
  22. [#181] fix DITTO_DUMMY_AUTH_USER config resolving in DittoClientUsageExamples — Thomas Jaeckle / githubweb
  23. [#193] fixed responding to messages in JS client did not preserve the message "headers" — Thomas Jaeckle / githubweb
  24. [#169] added `ErrorResponse` type used as "reject" reason in order to access status code together with body — Thomas Jaeckle / githubweb
  25. update node versions to test with — noreply / githubweb
  26. add workflow_dispatch to nodejs action — noreply / githubweb
  27. update lerna and node versions to test against to 14, 16, 18 — Thomas Jaeckle / githubweb
  28. undid domain change for Ditto website — Thomas Jaeckle / githubweb
  29. removed copyright holders from NOTICE.md as they are not required to be listed — Thomas Jaeckle / githubweb
  30. updated JS client CHANGELOG.md for upcoming Ditto 3.0.0 release — Thomas Jaeckle / githubweb

2.4.0 (Apr 14, 2022, 8:47:38 AM)

  1. update dependencies — Thomas Jaeckle / githubweb
  2. added python client to readme.md — noreply / githubweb
  3. added go reference badge to Go client section — noreply / githubweb
  4. Add fieldSelector and option to RetrievePolicy — David Schwilk / githubweb
  5. Revert "Set revision to policy when it can be derived from the entity tag contained in the response headers" — David Schwilk / githubweb
  6. Remove accidentally added test — David Schwilk / githubweb
  7. review: deprecate WithSelectedFields in things model in favor in same interface in base model — Johannes Schneider / githubweb
  8. review: revert imports of WithSelectedFields interface to prevent api break — Johannes Schneider / githubweb
  9. added ™ — noreply / githubweb
  10. prepared Ditto-clients release 2.4.0 — Thomas Jaeckle / githubweb

2.4.0-M1 (Mar 25, 2022, 8:08:01 AM)

  1. upgrade dependencies — Yannic Klem / githubweb
  2. updated Ditto JS client CHANGELOG.md — Thomas Jaeckle / githubweb
  3. set next "binary-compatibility-check.version" to released 2.3.0 — Thomas Jaeckle / githubweb
  4. Set revision to policy when it can be derived from the entity tag contained in the response headers — Yannic Klem / githubweb
  5. update nexus-staging-maven-plugin — noreply / githubweb

2.3.0 (Jan 21, 2022, 9:11:43 AM)

  1. updated JS CHANGELOG.md for 2.2.0 changelog — Thomas Jaeckle / githubweb
  2. Added option for live channel condition. — Juergen Fickel / githubweb
  3. update dependencies: classindex, slf4j, logback, junit — Thomas Jaeckle / githubweb
  4. prepare Ditto JS client release 2.3.0 — Thomas Jaeckle / githubweb

2.2.0 (Nov 22, 2021, 1:51:50 PM)

  1. eclipse/ditto#898: added ditto-placeholders to assembly.xml as it is now a transitive dependency of ditto-protocol — Thomas Jaeckle / githubweb
  2. prepared Ditto JS client release 2.1.0 — Thomas Jaeckle / githubweb
  3. configured "binary-compatibility-check.version" version to 2.1.0 — Thomas Jaeckle / githubweb
  4. shutdown executor after stream cancellation — Johannes Schneider / githubweb
  5. Review: ensure executor shutdown in error case. — Yufei Cai / githubweb
  6. update Ditto JS Client "node" dependencies to their latest within their minor version — Thomas Jaeckle / githubweb
  7. prepare Ditto JS Client release 2.2.0 — Thomas Jaeckle / githubweb

2.1.0 (Sep 27, 2021, 8:15:14 AM)

  1. Prepare changelog for the 2.1.0 release of the JS client — Florian Fendt / githubweb
  2. [#559] add condition option to ditto java client for thing operations; — Stefan Maute / githubweb
  3. release 2.1.0-M1 — Johannes Schneider / githubweb
  4. release 2.1.0-M2 — Johannes Schneider / githubweb
  5. [#559] remove usage of Condition class in ditto java client; — Stefan Maute / githubweb
  6. Issue #559: Refactored `OutgoingMessageFactory`. — Juergen Fickel / githubweb
  7. Issue #559: Extracted method for checking if option is allowed. — Juergen Fickel / githubweb
  8. fix unit test — Johannes Schneider / githubweb
  9. Issue #559: Extracted class for building DittoHeaders from options for particular outgoing message. — Juergen Fickel / githubweb
  10. Issue #559: Added empty lines to improve readability. Slightly adjusted some Javadoc comments. — Juergen Fickel / githubweb
  11. Issue #559: Widened type of condition argument to CharSequence. Adjusted Javadoc as well. — Juergen Fickel / githubweb
  12. Issue #559: Adjusted Javadoc of `ConditionOptionVisitor`. — Juergen Fickel / githubweb
  13. Issue #559: Made CONDITION a Global option as it is valid not only for modify commands but retrieve commands as well. — Juergen Fickel / githubweb
  14. fixed that for Java Runtime 8, using corePoolSize 0 leads to CPU usage of 100% — Thomas Jaeckle / githubweb
  15. update 2.1.0 release date — Thomas Jaeckle / githubweb

2.1.0-M3 (Jul 13, 2021, 4:02:13 AM)

  1. enhance Ditto java client with a "disconnection listener" — Thomas Jaeckle / githubweb
  2. fixed NPE for ClientCredentialsAuthenticationProvider not providing a "jsonWebtokenSupplier" — Thomas Jaeckle / githubweb
  3. fixed compile error — Thomas Jaeckle / githubweb
  4. enhanced OSGi test for instantiating classes relying on ClassIndex import — Thomas Jaeckle / githubweb
  5. minor code formatting; — Stefan Maute / githubweb

2.1.0-M2 (Jul 5, 2021, 5:39:46 AM)

  1. fix incorrect variable replacement for messageSubject in featureSelector; — Stefan Maute / githubweb
  2. add argumentNotNull check for type to registerForMessages implementations in LiveFeatureHandleImpl, LiveImpl and LiveThingHandleImpl; — Stefan Maute / githubweb
  3. updated eclipse jarsigner version to latest 1.3.1 — Thomas Jaeckle / githubweb

2.1.0-M1 (Jun 23, 2021, 5:13:17 AM)

  1. use ${revision} again as ditto.version — Thomas Jaeckle / githubweb
  2. activate binary compatibility check to version 2.0.0 — Thomas Jaeckle / githubweb
  3. fix http connection — Vincenzo Territo / githubweb
  4. add new copyright holder — Vincenzo Territo / githubweb
  5. #156 add HTTP proxy for HTTP requests with the node client — Florian Fendt / githubweb
  6. #156 add basic tests for the node http requester — Florian Fendt / githubweb
  7. #157: fix encoding of search options, which did encode the sorting option twice — Florian Fendt / githubweb
  8. #157 send query params in node http requests — Florian Fendt / githubweb
  9. fixed RunOSGiContainerIntegrationTest by adding "org.eclipse.ditto:ditto-connectivity-model" module to the *bundles.zip used to bundle all transitive OSGi dependencies — Thomas Jaeckle / githubweb
  10. fixed RunOSGiContainerIntegrationTest by testing loading connectivity-model classes — Thomas Jaeckle / githubweb
  11. add reconnecting behaviour when an unintentional disconnect occures (this can happen when the gateway or nginx container get killed); — Stefan Maute / githubweb
  12. review: renamed atomicboolean + reset it to "false" when connection was (re-)established — Thomas Jaeckle / githubweb

2.0.0 (May 6, 2021, 7:32:41 AM)

  1. copied TestConstants from org.eclipse.ditto.things.model.signals.commands.TestConstants to client's "live" testcode — Thomas Jaeckle / githubweb

#41 (May 6, 2021, 6:57:53 AM)

  1. #28 remove the IIFE build from the API and DOM modules — Florian Fendt / githubweb
  2. Replace WithDittoHeaders by DittoHeadersSettable. — Yufei Cai / githubweb
  3. Prepare changelog for 3.0.0 — Florian Fendt / githubweb
  4. Update changelog for 3.0.0 — Florian Fendt / githubweb
  5. Merge changelog of 2.1.0 — Florian Fendt / githubweb
  6. Remove blocking instantiation of DittoClient — Yannic Klem / githubweb
  7. Add bugfix #66 to the changelog for JS client 3.0.0 — Florian Fendt / githubweb
  8. Add bugfix #126 to the changelog for JS client 3.0.0 — Florian Fendt / githubweb
  9. Replace return of CompletableFuture with CompletionStage — Yannic Klem / githubweb
  10. minor javadoc improvements; — Stefan Maute / githubweb
  11. change return type of merge functions to CompletionStage; — Stefan Maute / githubweb
  12. Add feature #111 to the changelog for JS client 3.0.0 — Florian Fendt / githubweb
  13. Add feature #117 to the changelog for JS client 3.0.0 — Florian Fendt / githubweb
  14. Remove instantiation of DittoRuntimeException — Yannic Klem / githubweb
  15. moved ditto live signals into ditto-java-client; — Stefan Maute / githubweb
  16. remove test dependency for ditto-signals-commands-live; — Stefan Maute / githubweb
  17. Switch status code of new exception back to how it was, BAD_REQUEST, because it was a mistake — Joel Bartelheimer / githubweb
  18. remove api 1 support — Yannic Klem / githubweb
  19. remov unnecessary osgi stuff for ditto-signals-commands-live — Yannic Klem / githubweb
  20. remove unused class — Yannic Klem / githubweb
  21. Adapt to the changes made in ditto regarding 'Fix WithId+WithIdButActuallyNot' — Joel Bartelheimer / githubweb
  22. Adapt to the changes, that RetrieveThings is not a ThingCommand anymore — Joel Bartelheimer / githubweb
  23. adjusted Ditto java client to changes of Event / EventsourcedEvent — Thomas Jaeckle / githubweb
  24. only serialize strings with quotation marks — Matthias Weirich / githubweb
  25. remove object serialization & fix serialization for In — Matthias Weirich / githubweb
  26. add support for _created field to thing model — Matthias Weirich / githubweb
  27. add tests for _created field — Matthias Weirich / githubweb
  28. create stringify function — Matthias Weirich / githubweb
  29. fix test for thing without metadata — Matthias Weirich / githubweb
  30. correct merge mistake — Matthias Weirich / githubweb
  31. correct merge mistake — Matthias Weirich / githubweb
  32. rename getter to _created — Matthias Weirich / githubweb
  33. update package-lock.json — Matthias Weirich / githubweb
  34. Publish all modules as ESM instead of a mix of ESM and CJS. — Florian Fendt / githubweb
  35. Review: — Yannic Klem / githubweb
  36. implement requested changes — Matthias Weirich / githubweb
  37. implement requested changes — Matthias Weirich / githubweb
  38. Add #124 and #140 to the release changelog — Florian Fendt / githubweb
  39. Export node client as commonjs module as ESM still has problems in node — Florian Fendt / githubweb
  40. replace deprecated method call of getId() with getEntityName(); — Stefan Maute / githubweb
  41. Don't publish the API module — Florian Fendt / githubweb
  42. Merge master into changelog_3.0.0 — Florian Fendt / githubweb
  43. fix jest config — Florian Fendt / githubweb
  44. Remove ACL, which is only available in API 1 — Florian Fendt / githubweb
  45. Remove API 1 build steps, handles, client interfaces and implementations — Florian Fendt / githubweb
  46. Update node versions in GitHub actions — Florian Fendt / githubweb
  47. Remove karma conf — Florian Fendt / githubweb
  48. removed unused function, fixed imports in test — Johannes Schneider / githubweb
  49. Update dependencies — Florian Fendt / githubweb
  50. removed APIs and code marked as "@deprecated" — Thomas Jaeckle / githubweb
  51. Adapt to EntityId changes in ditto — Yannic Klem / githubweb
  52. Update CHANGELOG and READMEs for new 2.0.0 release — Florian Fendt / githubweb
  53. Add script to update the version — Florian Fendt / githubweb
  54. Prepare 2.0.0-M2 release — Florian Fendt / githubweb
  55. Prepare 2.0.0 release — Florian Fendt / githubweb
  56. fix raw generic type usages and other sonar issues — Thomas Jaeckle / githubweb
  57. Review: — Stefan Maute / githubweb
  58. fixed some sonar issues; — Stefan Maute / githubweb
  59. updated used dependencies + NOTICE-THIRD-PARTY.md — Thomas Jaeckle / githubweb
  60. added build and version badges to js readme — noreply / githubweb
  61. adjusted js version readme section — noreply / githubweb
  62. Adapt to restructured policies module in ditto — Yannic Klem / githubweb
  63. Adapt to things module restructuring in ditto — Yannic Klem / githubweb
  64. Adapt to restructured base module in ditto — Yannic Klem / githubweb
  65. Adapt to restructured thingsearch module in ditto — Yannic Klem / githubweb
  66. Adapt to message model restructuring in ditto — Yannic Klem / githubweb
  67. #667 add websocket auth provider for dom environments — Dominik Guggemos / githubweb
  68. fix test — Dominik Guggemos / githubweb
  69. fix test — Dominik Guggemos / githubweb
  70. review: renamed documented query param/header "x-ditto-dummy-auth" to "x-ditto-pre-authenticated" as the "dummy" is no longer available in Ditto 2.0 — Thomas Jaeckle / githubweb
  71. Adapt to moval of ditto-model-jwt — Yannic Klem / githubweb
  72. Adapt to moval of ditto-model-messages module — Yannic Klem / githubweb
  73. fix assembly.xml — Yannic Klem / githubweb
  74. Adapt RunOSGiContainerIntegrationTest to restructured modules and add missing module tests — Yannic Klem / githubweb
  75. fixed javadoc errors — Thomas Jaeckle / githubweb

2.0.0-M2 (Apr 8, 2021, 6:19:40 AM)

  1. fixed NOTICE.md and exclude poms from being added to created client .jar — Thomas Jaeckle / githubweb
  2. fix OSGi test / imports — Thomas Jaeckle / githubweb
  3. added option to manually start master build — noreply / githubweb
  4. added Go client to toplevel readme — noreply / githubweb

1.5.0 (Dec 10, 2020, 10:01:21 AM)

  1. Add events for desired properties to ThingChange — David Schwilk / githubweb
  2. Increment binary compatibility check version. — Yufei Cai / githubweb
  3. updated JUnit to 4.13.1 — Thomas Jaeckle / githubweb
  4. Include uper level pointers of change events for receiving feature events, even if only one subpath is existent — David Schwilk / githubweb
  5. Calling twin().startConsumption twice for the same channel, will lead to an UncompletedTwinConsumptionRequestException — Vadim Günther / githubweb
  6. Add license header — Vadim Günther / githubweb
  7. Review: also throw exception if startConsumption is called on live channel; — Stefan Maute / githubweb
  8. reject concurrent consumption requests earlier, add correlation-id to consumption requests to allow request/(error-)response correlation, add more consumption tests — Dominik Guggemos / githubweb
  9. Revert consumption fix — Dominik Guggemos / githubweb
  10. ignore flappy test until fixed — Dominik Guggemos / githubweb
  11. fix timeout in DittoClientPoliciesTest — Dominik Guggemos / githubweb
  12. wait longer for threads to finish in client tests — Dominik Guggemos / githubweb

1.4.0 (Oct 29, 2020, 8:02:51 AM)

  1. Test and fix error reporting of initial connection without retry. — Yufei Cai / githubweb
  2. changed binary-compatibility-check.version to 1.3.0 — noreply / githubweb
  3. Allow to declare acknowledgements via ditto client — Yannic Klem / githubweb
  4. Provide more information in the log for the authentication failed case — Yannic Klem / githubweb
  5. Add nullable annotation to signal that the parameter can be null — Yannic Klem / githubweb
  6. fix unit test for live message negative acknowledgement — Yannic Klem / githubweb
  7. Issue eclipse/ditto#792: adjusted since javadoc annotations to 1.4.0 — Thomas Jaeckle / githubweb
  8. Issue eclipse/ditto#792: removed "declared-acks" from DittoHeaderDefinition and DittoHeaders again — Thomas Jaeckle / githubweb
  9. Issue eclipse/ditto#792: re-added "declared-acks" to DittoHeaderDefinition — Thomas Jaeckle / githubweb
  10. re-add header for declared acks on reconnect — Yannic Klem / githubweb
  11. Update java client README — Yufei Cai / githubweb
  12. Attempt to fix NullPointerException in ClientShutdownTest. — Yufei Cai / githubweb
  13. Check proxyAgent.options.path — Tobias Månsson / githubweb
  14. Legal notice — Tobias Månsson / githubweb
  15. Keep node-http original proxy check — Tobias Månsson / githubweb
  16. Add websocket proxy check — Tobias Månsson / githubweb
  17. Websocket lint fix — Tobias Månsson / githubweb
  18. Fix reordering of messages. — Yufei Cai / githubweb
  19. Ensure Ack.LabelNotUniqueException and Ack.LabelNotDeclaredException are given to connection error handlers. — Yufei Cai / githubweb
  20. add maven property switch for disabling running mavenLicensePlugin — Thomas Jaeckle / githubweb

1.3.0 (Sep 30, 2020, 1:15:56 PM)

  1. increased binary compatibility check version to released 1.2.0 — Thomas Jaeckle / githubweb
  2. Issue #ditto/777: Fix a NullPointerException in ImmutableMessageSender. — Yufei Cai / githubweb
  3. fixed DittoClientLiveTest which assumed that "live-response" is issued as requested-acknowledgement — Thomas Jaeckle / githubweb
  4. remove calls to deprecated Adaptable#getHeaders — Florian Fendt / githubweb
  5. Added new MessagingConfiguration parameter fo intial reconnection behaviour — David Schwilk / githubweb
  6. Issue #87: Shutdown AdaptableBus Executor when closing MessagingProvider to prevent blocked threads after closing the client — David Schwilk / githubweb
  7. Issue #87: Remove @since annotation — David Schwilk / githubweb
  8. adjusted ImmutableGlobabEventFactory to Ditto changes regarding metadata in Events — Thomas Jaeckle / githubweb
  9. Adjust to JDK 11 concurrency implementation; make thread leackage test effective; fix it. — Yufei Cai / githubweb
  10. Add @since 1.3.0. — Yufei Cai / githubweb
  11. Issue #87: Minor review findings fixed — David Schwilk / githubweb

1.1.3 (Jul 20, 2020, 9:14:13 AM)

  1. added reactivestreams as include to assembly.xml — Yannic Klem / githubweb