* The `telemetry.add_event` function now adds an event to the current span, if any. This was a no op stub function before.
* The `telemetry.add_span_attribute` function now adds an attribute to the current span, if any. This was a no op stub function before.
* Added support for Python 3.11
* Removed support for Python 3.7
* Added `snowflake.telemetry._internal` module that wraps opentelemetry modules for use internally by Snowflake