Skip to content

gix-url v0.16.0

Compare
Choose a tag to compare
@Byron Byron released this 10 Mar 18:21
· 3990 commits to main since this release
29a0870

New Features (BREAKING)

  • support passwords in urls.
    It's now possible to use urls like https://user:pass@host/repo without loosing
    the password portion of the URL.

    We also change the from_parts() method to take all parts needed to describe a URL,
    which is a breaking change.

Commit Statistics

  • 3 commits contributed to the release.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Prepare changelogs prior to release (e06f5f5)
    • Merge branch 'password-in-urls' (85f8b28)
    • Support passwords in urls. (c6897d9)