File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
4- [ Check the diff] ( https://github.com/elastic/apm-agent-python/compare/v5.1.1...master )
3+ ## v5.1.2
4+ [ Check the diff] ( https://github.com/elastic/apm-agent-python/compare/v5.1.1...v5.1.2 )
55
66### Bugfixes
77 * fixed an issue with http server_url and ` 'VERIFY_SERVER_CERT': False ` (#570 , #578 )
88 * fixed instrumenting of psycopg2 when using their context manager interface (#577 , #580 )
99 * fixed zerorpc tests (#581 )
10+ * fixed to correctly check if gevent has patched threading.local (#579 )
1011
1112## v5.1.1
1213[ Check the diff] ( https://github.com/elastic/apm-agent-python/compare/v5.1.0...v5.1.1 )
Original file line number Diff line number Diff line change 2828# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
31- __version__ = (5 , 1 , 1 )
31+ __version__ = (5 , 1 , 2 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments