@anvia/logger

Release notes for @anvia/logger.

@anvia/logger

Structured logger adapters for Anvia.

Source: packages/logger/CHANGELOG.md

0.3.10

Patch Changes

  • 94362c9: Move @anvia/core to peer dependencies for packages that expose or consume core types, preventing duplicate private-type incompatibilities in consumer apps.

0.3.9

Patch Changes

  • Updated dependencies [ef5e727]
    • @anvia/core@0.7.0

0.3.8

Patch Changes

  • Updated dependencies [369b6c4]
    • @anvia/core@0.6.3

0.3.7

Patch Changes

  • Updated dependencies [4806f3e]
    • @anvia/core@0.6.2

0.3.6

Patch Changes

  • Updated dependencies [2d039f6]
    • @anvia/core@0.6.1

0.3.5

Patch Changes

  • Updated dependencies [e54aece]
    • @anvia/core@0.6.0

0.3.4

Patch Changes

  • Updated dependencies [4ab66c9]
    • @anvia/core@0.5.0

0.3.3

Patch Changes

  • Updated dependencies [4c1620d]
    • @anvia/core@0.4.2

0.3.2

Patch Changes

  • Updated dependencies [95712d8]
    • @anvia/core@0.4.1

0.3.1

Patch Changes

  • c9728d4: Update upstream runtime dependencies to their latest compatible releases.

0.3.0

Minor Changes

  • e84d775: Clean up the @anvia/core public import surface by keeping common app-authoring APIs on the root export, moving advanced APIs to focused subpaths, and exposing runtime agent internals through @anvia/core/internal/agent for Anvia integration packages.

Patch Changes

  • Updated dependencies [e84d775]
    • @anvia/core@0.4.0

0.2.0

Minor Changes

  • c55f5cd: Add the first @anvia/logger release with structured logger types, console and Pino logger factories, and an agent observer that logs Anvia run, generation, and tool lifecycle events.

0.1.0

Minor Changes

  • Initial release with structured logger types, console and Pino logger factories, and an agent observer that logs Anvia run, generation, and tool lifecycle events.