Skip to content

v1.23.0

Compare
Choose a tag to compare
@Umang01-hash Umang01-hash released this 07 Oct 07:24
· 504 commits to development since this release
9b26f79

Release v1.23.0

✨Features:

  • Tracing support added for MongoDB database:
    Added tracing capabilities for MongoDB database interactions, extending built-in tracing support across various MongoDB methods.

  • Support for binding encoded forms:
    Added functionality for binding multipart-form data and URL-encoded form data.

    • You can use the Bind method to map form fields to struct fields by tagging them appropriately.
    • For more details, visit the documentation.

🛠️Fixes:

  • Resolved nil correlationID due to uninitialized exporter:
    Addressed an issue that emerged from release v1.22.0, where the trace exporter and provider were not initialized when no configurations were specified. The isssue has been fixed. The trace provider is now set to initialize by default, regardless of the provided configuration.