@loglayer/transport-central
0.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@3.3.0
- @loglayer/transport-http@2.4.0
0.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@3.2.0
- @loglayer/transport-http@2.3.0
0.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@3.1.0
- @loglayer/transport-http@2.2.0
0.0.3
Patch Changes
- Updated dependencies [
5fcc12f]:- @loglayer/transport@3.0.3
- @loglayer/transport-http@2.1.1
0.0.2
Patch Changes
#360
cc7708aThanks @theogravity! - Initial release of@loglayer/transport-central, a LogLayer transport for sending logs to the Central log aggregation server. ExtendsHttpTransportfor built-in batching, retries, compression, and rate limiting support.Updated dependencies [
cc7708a]:- @loglayer/transport-http@2.1.0
