Skip to content

1.0.6: Fix escaping of URL path

Compare
Choose a tag to compare
@kaklakariada kaklakariada released this 13 Mar 14:44
· 6 commits to main since this release
587bc27

Summary

This release fixes an issue when the user specifies a URL path containing characters like ? or %. These were incorrectly escaped. We fixed this and now the URL path is used without modification when connecting to the database.

Bugfix

  • #104: Fixed encoding of URL path