Skip to content

Release v1.24.2

Compare
Choose a tag to compare
@vipul-rawat vipul-rawat released this 22 Oct 12:19
· 388 commits to main since this release
cd62d12

Release v1.24.2

🛠️ Fixes

  • Tracing in Solr data source
    Fixed missing tracing for Solr data source. Now, spans for Solr data source will be visible on the trace graph with important attributes to better debug the user application.

  • Cassandra logs misaligned
    The logs while running the migrations for the Cassandra database were misaligned and did not contain the exact operation that was being performed. Now logs are aligned with the other logs and also contain which operation is being performed.

  • EventHub messages not getting consumed
    The Azure EventHub was not able to subscribe to the messages, fixed the flow to correctly consume the messages, and also added proper shutdown for the subscriber to close on application closure.

  • Application Shutdown not working when subscribers are registered
    Now gofr applications will shutdown gracefully without getting stuck because of the forever subscription for topics.

Full Changelog: v1.24.1...v1.24.2