Version Packages#45
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
@lakeql/adapters
@lakeql/api
@lakeql/cli
@lakeql/column-parser
@lakeql/create-app
@lakeql/file-generator
@lakeql/helpers
@lakeql/logger
@lakeql/parquet
@lakeql/query-builder
@lakeql/response-transformer
@lakeql/schema-generator
@lakeql/trino-client
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
All bumped packages.
@lakeql/file-generator0.1.120.2.0@lakeql/query-builder0.1.50.2.0@lakeql/trino-client0.4.10.5.0docs0.1.00.1.1@lakeql/adapters0.6.10.6.2@lakeql/api0.3.10.3.2@lakeql/cli0.7.60.7.7@lakeql/column-parser0.1.50.1.6@lakeql/create-app0.2.60.2.7@lakeql/helpers0.1.60.1.7@lakeql/logger0.2.20.2.3@lakeql/parquet0.2.40.2.5@lakeql/response-transformer0.1.60.1.7@lakeql/schema-generator0.4.50.4.6lakeql-app0.0.10.0.2Changelogs
2026-07-23-f8da3f7b.mdShow Bumped Packages (13)
npm:@lakeql/adaptersnpm:@lakeql/apinpm:@lakeql/clinpm:@lakeql/column-parsernpm:@lakeql/create-appnpm:@lakeql/file-generatornpm:@lakeql/helpersnpm:@lakeql/loggernpm:@lakeql/parquetnpm:@lakeql/query-buildernpm:@lakeql/response-transformernpm:@lakeql/schema-generatornpm:@lakeql/trino-clientMigrate release tooling from Changesets to Tegami
Replaced Changesets with Tegami for versioning and publishing.
Update dependencies
Updated all dependencies to their latest versions.
2026-07-24-968a0f1c.mdShow Bumped Packages (2)
npm:@lakeql/file-generatornpm:@lakeql/query-builderRefactor
getSelectFieldsto use props interfacegetSelectFieldsnow accepts a singleGetSelectFieldPropsobject instead of positional arguments. The generated code from the file-generator is updated accordingly.2026-07-24-3227d086.mdShow Bumped Packages (1)
npm:@lakeql/trino-clientRename generic type parameter
<T>to<TRow>Renamed the generic type parameter across
TrinoClientmethods,QueryResult, andQueryPropsfrom<T>to<TRow>for clarity.Add JSDoc documentation to error classes
All error classes (
TrinoClientError,TrinoQueryError,TrinoTimeoutError,TrinoCancellationError) now have documented constructor parameters.Publish
The following packages will be published if merged:
@lakeql/adapters0.6.2npm@lakeql/api0.3.2npm@lakeql/cli0.7.7npm@lakeql/column-parser0.1.6npm@lakeql/create-app0.2.7npm@lakeql/file-generator0.2.0npm@lakeql/helpers0.1.7npm@lakeql/logger0.2.3npm@lakeql/parquet0.2.5npm@lakeql/query-builder0.2.0npm@lakeql/response-transformer0.1.7npm@lakeql/schema-generator0.4.6npm@lakeql/trino-client0.5.0npm