Skip to content

Releases: monocle2ai/monocle

Version 0.3.0

18 Mar 04:47
Compare
Choose a tag to compare
  • Fixed issue with passing context in async case (#150)
  • Added lambda processor (#148)
  • Setup package level init scripts to make the monocle import simpler (#147)
  • Boto attributes and test cleanup (#146)
  • Openai workflow (#142)
  • Add input/output for openai embedding (#141)
  • Async method and scope fix (#140)
  • Bug fix for helper langchain and langgraph (#137)
  • Package main script to run any app with monocle instrumentation (#132)
  • Add openai api metamodel (#131)
  • Support notion of scopes to group traces/snaps into logical constructs (#130)
  • Add Llamaindex ReAct agent (#127)
  • Langhcain input fix and s3 exporter prefix support (#126)
  • Use standard AWS credential envs (#123)
  • Check additional attributes for Azure OpenAI model and consolidate common method in utils (#122)
  • Bug fix for accessor (#121)
  • Bug fix for empty response (#120)
  • Bug fix for inference endpoint (#119)
  • Opendal exporter for S3 and Blob (#117)
  • Handle specific ModuleNotFoundError exceptions gracefully (#115)
  • Adding support for console and memory exporter to list of monocle exporters (#113)
  • Add trace id propogation for constant trace id and from request (#111)
  • Restructure of monoocle code for easy extensibility (#109)
  • S3 update filename prefix (#98)
  • Update inference span for botocore sagemaker (#93)
  • Capturing inference output and token metadata for bedrock (#82)
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b7

17 Mar 17:01
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b6

10 Mar 15:37
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b5

04 Mar 17:37
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b4

11 Feb 21:12
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b3

06 Feb 20:01
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b2

24 Dec 11:28
2f87246
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Version 0.3.0b1

10 Dec 14:22
Compare
Choose a tag to compare
  • Add dev dependency for Mistral AI integration (#81)
  • Add VectorStore deployment URL capture support (#80)
  • Clean up cloud exporter implementation (#79)
  • Capture inference span input/output events attributes (#77)
  • Add release automation workflows (#76)
  • Fix gaps in Monocle SDK implementation (#72)
  • Add kwargs and return value handling in Accessor (#71)
  • Update workflow name formatting (#69)
  • Implement Haystack metamodel support (#68)

Monocle 0.2.0

07 Nov 16:12
967a9db
Compare
Choose a tag to compare

Monocle 0.2.0 release

Release artifact

Pypi

https://pypi.org/project/monocle-apptrace/0.2.0/

Highlights

  • Metamodel implementation: Monocle traces are emitted in the new metamodel format!
  • Store the traces directly in AWS S3 or Azure blob storage
  • Minor improvements and bugfixes

Full Changelog: 0.1.1...0.2.0

Monocle 0.1.1

30 Sep 15:03
4626c85
Compare
Choose a tag to compare

Monocle Release 0.1.1

Release artifact

Pypi

https://pypi.org/project/monocle-apptrace/0.1.1/

Highlights

  • Metamodel specs and documentation
  • Improvements in vector traces
  • Minor improvements and bugfixes

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1