Skip to content

1.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 14:30
106463b

What's Changed

  • What 1984 means to you? To us, this number means PR #1984, one of the oldest PRs we had open and... finally merged! 馃槄 Thanks to an amazing contribution by @seglo, we now provide an example of testing Kafka clusters where multiple KafkaContainers are connected into one network. Try it!
  • Another "old" PR is #3180 by @oussamabadr. Those of you who run Selenium tests with Testcontainers will appreciate this newly added option to use (scrollable!) MP4 format instead of FLV.
  • The connection with Ryuk (our watchdog sidecar container) now sets the socket timeout and retries the failures - helps with some rare networking edge cases. (#3682) @diegolovison
  • The logs consumer no longer adds extra new lines thanks to #3752 by @perlun
  • Locally built images no longer get affected by the hub.image.name.prefix setting! (#3666) @reda-alaoui
  • Jackson dependency is now forced to an older version to help with NoClassDefFoundError (com/fasterxml/jackson/annotation/JsonMerge).

And more!

馃殌 Features & Enhancements

馃悰 Bug Fixes

  • Remove extra newlines in container log output (#3752) @perlun
  • Fix handling of locally built images when used with hub.image.name.prefix (#3666) @reda-alaoui

馃摉 Documentation

馃Ч Housekeeping

馃摝 Dependency updates