Releases: monocle2ai/monocle
Releases · monocle2ai/monocle
Version 0.3.0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
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
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
- Update key for session context field in attributes by @kshitiz-okahu in #34
- Add package import step to readme by @prasad-okahu in #37
- improvement in vectorstore traces by @Hansrajr in #38
- update to readme to make it easier to get started with Monocle for en… by @pvatokahu in #44
- Initial metamodel definition by @prasad-okahu in #39
- Cleanup of the readme for monocle_apptrace src by @pvatokahu in #46
- Updated main readme to add links to appropriate artifacts for meta model by @pvatokahu in #47
New Contributors
- @Hansrajr made their first contribution in #38
- @pvatokahu made their first contribution in #44
Full Changelog: 0.1.0...0.1.1