tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
166 stars 23 forks source link

Drop support to old http protocol #61

Closed luisfvieirasilva closed 10 months ago

luisfvieirasilva commented 12 months ago

Previous to this PR, driver had a bug with sqld version v0.15.0 where it identified it was having hrave2 support, but it was not the case, the problem was with the function that identified the protocol version.

After discussion, we decided to drop support to old http protocol, and only support sqld newer or equal v0.16.0

haaawk commented 10 months ago

Done here https://github.com/libsql/libsql-client-go/pull/71