Closed alcpereira closed 5 months ago
In order to fix Issue #189 in libsql-client-ts, this additional error message should be removed.
libsql-client-ts
Before:
LibsqlError: SERVER_ERROR: Server returned HTTP status 404. It seems that the libsql server is outdated, please try updating the database.
After:
LibsqlError: SERVER_ERROR: Server returned HTTP status 404
Let me know if you want me to also bump hrana-client once this is merged & publish.
hrana-client
In order to fix Issue #189 in
libsql-client-ts
, this additional error message should be removed.Before:
After:
Let me know if you want me to also bump
hrana-client
once this is merged & publish.