-
Add support for new
/v2/queryendoint by @Viicos in #1897This introduces changes to the
LogfireQueryClient(and itsAsyncLogfireQueryClientasync variant), that are backwards compatible.
However, a couple deprecations were introduced:- The
query_json()method was deprecated. Usequery_json_rows()instead. - Using the
query_json_rows()/query_arrow()/query_csv()methods without providing amin_timestampis deprecated.
See the announcement for more details.
- The
-
Support OpenTelemetry SDK 1.42 by @alexmojaki in #1978
-
Fix token pattern to accept organization IDs for API keys by @Viicos in #1980