@loglayer/transport-cribl-http
1.3.0
Minor Changes
- #418
8406eecThanks @theogravity! - Minor version bump to release the updatedILogLayer/ILogBuildertype system across the ecosystem. The core type change in@loglayer/shared(chainable methods now returnILogLayer<This>so types no longer collapse toany— see #417) affects the types every package exposes and consumes, so all packages are re-released together at minor.
Patch Changes
- Updated dependencies [
8406eec]:- @loglayer/transport-http@2.4.0
1.2.0
Minor Changes
- #405
bdec560Thanks @theogravity! - Bump versions for packages depending on loglayer due to minor version update in loglayer and @loglayer/shared (types changed).
Patch Changes
- Updated dependencies [
bdec560]:- @loglayer/transport-http@2.3.0
1.1.0
Minor Changes
#387
677043eThanks @theogravity! - Add missing parameters to plugin hooks and transports for feature parity with loglayer-goAdded to all plugin params (
PluginBeforeDataOutParams,PluginBeforeMessageOutParams,PluginShouldSendToLoggerParams,PluginTransformLogLevelParams) andLogLayerTransportParams:groups?: string[]- The group names this log entry belongs toschema?: LogLayerPluginSchema- Schema information for navigating the assembled data (contextFieldName, metadataFieldName, errorFieldName)prefix?: string- The prefix attached via withPrefix()
New
LogLayerPluginSchemainterface provides:contextFieldName?: string- Key under which persistent context data is nestedmetadataFieldName?: string- Key under which per-call metadata is nestederrorFieldName: string- Key under which serialized error is stored
Patch Changes
- Updated dependencies [
677043e]:- @loglayer/transport-http@2.2.0
1.0.1
Patch Changes
- Updated dependencies []:
- @loglayer/transport-http@2.1.1
1.0.0
Major Changes
3363020- Major version bump for initial release.
0.1.0
Minor Changes
- #365
e8169bdThanks @theogravity! - New transport for sending logs to Cribl Stream via the HTTP/S Bulk API source.
