File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ https://github.com/elastic/apm-agent-python/compare/v5.3.1\...master[Check the d
3030[[release-notes-5.x]]
3131=== Python Agent version 5.x
3232
33+ [[release-notes-5.3.3]]
34+ ==== v5.3.3
35+
36+ https://github.com/elastic/apm-agent-python/compare/v5.3.2\...v5.3.3[Check the diff]
37+
38+ [float]
39+ ===== Bug fixes
40+
41+ * Fixed an issue with OpenTracing bridge and dropped spans {pull}687[#687]
42+ * Fixed bug that would make the agent ignore the `hostname` configuration setting {pull}689[#689]
43+
3344[[release-notes-5.3.2]]
3445==== v5.3.2
3546
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 , 3 , 2 )
31+ __version__ = (5 , 3 , 3 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments