electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.48k stars 156 forks source link

elixir-client: Revert change to way base_url is used #1998

Closed magnetised closed 6 days ago

magnetised commented 6 days ago

Originally the /v1/shape path was appended onto the base_url path, but #1994 changed that to ignore any path elements in the base_url.

This change un-does that and reverts back to appending the /v1/shape path onto the base_url.

(no changeset included as the one in #1994 covers this)

@msfstef almost backwards compatible...