Skip to content

V5.1.0

Latest
Compare
Choose a tag to compare
@sboesebeck sboesebeck released this 09 Jan 14:38
· 667 commits to master since this release

some new features:

  • adding some new features in messaging
  • test utils methods helper
  • auto unlocking of messages
  • Messages can be kept or deleted after processing (even with a timeout)
  • new Messaging locking mechanism, that is about 10x faster than the old one (when dealing with lots of messages)
  • V5.0 introduced JDK11 compatibility
  • V5.0 was a complete rewrite of the driver architecture including an optimized binary driver to access mongodb directly.
  • write calls now all return a result map containing the answer from mongodb
  • fix: removed unused connection in messaging
  • fix: bad locking algorithm
  • fix: connection handling
  • drastically improved InMemoryDriver