v4.1.0#191
Merged
andrewzolotukhin merged 49 commits intomasterfrom May 6, 2026
Merged
Conversation
- log: enrichers now use factory functions (hostnameEnricher(), processIdEnricher(), correlationIdEnricher()) instead of string literals; SeqSink/FileSink replaced with seqSink()/fileSink() factory functions; FileSink options corrected (rotation.strategy/maxBytes not rotationPolicy/maxFileSize); typed template example updated to real parseString(schema, => `...`) API; DI example fixes variable name collision (resolvedLogger vs logger) - auth: principal.claims.sub → principal.value?.sub (claims is a Map) - scheduler: dayOfMonth → day in month/year schedule examples - orm: .belongsTo()/.hasMany() updated to 3-selector-function signatures - getting-started: add boolean to @cleverbrush/schema import list - server-openapi: replace non-existent EndpointBuilder.registration with createServer() + server passed to generateOpenApiSpec() Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
feat: optmimistic updates + tag based cache
Feat: separate query operations
Schema - intersect
Standard schema async
…nto feat/file-upload
Feat/file upload
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.
No description provided.