Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 0.2.0-beta2 release #192

Merged
merged 5 commits into from
Jul 25, 2023
Merged

Prepare 0.2.0-beta2 release #192

merged 5 commits into from
Jul 25, 2023

Conversation

slvrtrn
Copy link
Contributor

@slvrtrn slvrtrn commented Jul 24, 2023

Summary

  • Rename @clickhouse/client-browser -> @clickhouse/client-web as it makes more sense, considering the supported platforms.
  • Improve Firefox compatibility.
  • Updated examples.
  • Resolve Firefox tests for browser version #179
  • Resolve Don't throw in Ping command #178 - CORS won't work for the /ping endpoint, so for the web version, there is a workaround with SELECT 1

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided to include in CHANGELOG

@slvrtrn slvrtrn requested a review from mshustov July 24, 2023 21:06
@slvrtrn
Copy link
Contributor Author

slvrtrn commented Jul 24, 2023

considering the supported platforms.
- Firefox is now officially supported with `@clickhouse/client-web`.

### Breaking changes (both Node.js/Web)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should combine all the breaking changes in a single release note for 0.2.0 later.

@@ -42,8 +42,14 @@ export interface ConnQueryResult<Stream> extends ConnBaseResult {
export type ConnInsertResult = ConnBaseResult
export type ConnExecResult<Stream> = ConnQueryResult<Stream>

export type ConnPingResult =
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@slvrtrn slvrtrn merged commit a351508 into main Jul 25, 2023
23 checks passed
@slvrtrn slvrtrn deleted the 0.2.0-beta2 branch July 25, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firefox tests for browser version Don't throw in Ping command
2 participants