Skip to content

4.0.0

Compare
Choose a tag to compare
@vitaly-t vitaly-t released this 09 Aug 10:25
· 39 commits to master since this release
75bfffc
  • Implemented #38, as explained below:

Protocol now allows strictly what the spec says is valid:

protocol = ALPHA * ( ALPHA / DIGIT / "+" / "-" / "." )

And the protocol is no longer encoded or decoded.

MongoDB protocol in the form of mongodb+srv now can be processed automatically.