Skip to content

v0.6.7

Compare
Choose a tag to compare
@jchappelow jchappelow released this 10 Apr 18:14
· 427 commits to main since this release

What's Changed

  • added read timeouts for registry SQL queries (e5216ad).
  • core/rpc/client/user/http: read and interpret error messages (47ccd8b). Add uniform error parsing to each of the http client methods. The server doesn't emit "unknown" status codes resulting in http responses with 500 status codes.
  • core: fix parse kgw error, so it output detailed message (83d4844). Correctly parse common kgw errors, so it outputs detailed a message.
  • bump version string to v0.6.7 (ad4a4eb).
  • http: strip trailing slash from "BasePath" (7226024). This change fixes our http client constructors to trim trailing slashes
    from the base URL, preventing confusing 404 not found errors from kwil-cli.
  • gatewayclient: fix domain compare when match cookie (0bbb562). Prevent re-prompting for authentication because of incorrect cookie matching based on a domain string that included port.

Full Changelog: v0.6.6...v0.6.7