Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

dbdeployer 1.8.3

Choose a tag to compare

@datacharmer datacharmer released this 06 Aug 08:13
· 394 commits to master since this release

Added ./vendor directory

  • Better fixes Issue#6 and Issue#27
  • Now dependencies are handled directly from the vendor folder.

Fixes Issue#26 "Port management glitch"

  • Changed algorithm that finds free ports;
  • Uses two separate functions to find single ports and ranges;
  • Makes sure that group sandbox creators call the function with the right values (for a "base-port" we check "base-port + 1")
  • Added test to check whether sandboxes of adjoining versions deployed in reverse order will end up with the expected port number.