From 1cc3a3a54a99ba6922442ac399678d0845d053de Mon Sep 17 00:00:00 2001 From: Ryan Fitzpatrick <10867373+rmfitzpatrick@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:01:34 -0400 Subject: [PATCH] release 1.1.16 (#134) --- CHANGELOG.md | 10 ++++++++++ signalfx/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f39b30d..8dd921c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ### CHANGELOG This file documents important changes to the SignalFx Python client library. +- [[1.1.16] - 2022-11-02: Relax protobuf 3.x dep](#1116---2022-11-02-relax-protobuf-3x-dep) +- [[1.1.15] - 2022-06-02: Pin latest protobuf 3.x](#1115---2022-06-02-pin-latest-protobuf-3x) - [[1.1.14] - 2021-09-20: Add timezone support](#1114---2021-09-20--add-timezone-support) - [[1.1.13] - 2020-08-27: Fix issue with multiple data blocks](#1113---2020-08-27--fix-issue-with-multiple-data-blocks) - [[1.1.12] - 2020-08-25: Fix some signaflow defaults](#1112---2020-08-24--fix-some-signalflow-defaults) @@ -32,6 +34,14 @@ This file documents important changes to the SignalFx Python client library. - [[1.0.5] - 2016-09-29: Python 3 compatibility](#105---2016-09-29-python-3-compatibility) - [[1.0.1] - 2016-06-02: Support for SignalFlow API](#101---2016-06-02-support-for-signalflow-api) +#### [1.1.16] - 2022-11-02: Relax protobuf 3.x dep + +* Relaxes overstrict protobuf pin to be <4.21.0. [#132](https://github.com/signalfx/signalfx-python/pull/132) + +#### [1.1.15] - 2022-06-02: Pin latest protobuf 3.x + +* Pins to latest 3.x protobuf to avoid breaking version 4.21.0. [#126](https://github.com/signalfx/signalfx-python/pull/126) + #### [1.1.14] - 2021-09-20: Add timezone support * Adds support for specifying the SignalFlow computation timezone. [#114](https://github.com/signalfx/signalfx-python/pull/114) diff --git a/signalfx/version.py b/signalfx/version.py index 81c7496..79f47b0 100644 --- a/signalfx/version.py +++ b/signalfx/version.py @@ -1,6 +1,6 @@ # Copyright (C) 2015-2016 SignalFx, Inc. All rights reserved. name = 'signalfx' -version = '1.1.15' +version = '1.1.16' user_agent = 'signalfx-python/' + version