[go: up one dir, main page]

Skip to content

Tags: Stackdriver/collectd

Tags

6.3.2

Toggle 6.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick more upstream fixes to support building against python 3.8 (

#203)

* Add Python 3.8 compatibility

From Python 3.8 and onwards C extensions are no longer
linked to libpython so in order to embed python within
an application the --embed flag needs to be added to
python3-config --libs. A fall back is provided as the
command will error out on previous python versions.

References: https://bugs.python.org/issue36721

* Fix linking with Python 3.8

Since Python 3.8 --embed flag needs to be provided to python-config to embed python.
Reference: https://bugs.python.org/issue36721

This was partially addressed in collectd#3170 but only fixed building and not linking with python.

Co-authored-by: Charalampos Stratakis <cstratak@redhat.com>
Co-authored-by: Alexander Meshcheryakov <Self-Perfection@users.noreply.github.com>

6.3.1

Toggle 6.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick more upstream fixes to support building against python 3.8 (

#203)

* Add Python 3.8 compatibility

From Python 3.8 and onwards C extensions are no longer
linked to libpython so in order to embed python within
an application the --embed flag needs to be added to
python3-config --libs. A fall back is provided as the
command will error out on previous python versions.

References: https://bugs.python.org/issue36721

* Fix linking with Python 3.8

Since Python 3.8 --embed flag needs to be provided to python-config to embed python.
Reference: https://bugs.python.org/issue36721

This was partially addressed in collectd#3170 but only fixed building and not linking with python.

Co-authored-by: Charalampos Stratakis <cstratak@redhat.com>
Co-authored-by: Alexander Meshcheryakov <Self-Perfection@users.noreply.github.com>

6.3.0

Toggle 6.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick more upstream fixes to support building against python 3.8 (

#203)

* Add Python 3.8 compatibility

From Python 3.8 and onwards C extensions are no longer
linked to libpython so in order to embed python within
an application the --embed flag needs to be added to
python3-config --libs. A fall back is provided as the
command will error out on previous python versions.

References: https://bugs.python.org/issue36721

* Fix linking with Python 3.8

Since Python 3.8 --embed flag needs to be provided to python-config to embed python.
Reference: https://bugs.python.org/issue36721

This was partially addressed in collectd#3170 but only fixed building and not linking with python.

Co-authored-by: Charalampos Stratakis <cstratak@redhat.com>
Co-authored-by: Alexander Meshcheryakov <Self-Perfection@users.noreply.github.com>

latest_release

Toggle latest_release's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick more upstream fixes to support building against python 3.8 (

#203)

* Add Python 3.8 compatibility

From Python 3.8 and onwards C extensions are no longer
linked to libpython so in order to embed python within
an application the --embed flag needs to be added to
python3-config --libs. A fall back is provided as the
command will error out on previous python versions.

References: https://bugs.python.org/issue36721

* Fix linking with Python 3.8

Since Python 3.8 --embed flag needs to be provided to python-config to embed python.
Reference: https://bugs.python.org/issue36721

This was partially addressed in collectd#3170 but only fixed building and not linking with python.

Co-authored-by: Charalampos Stratakis <cstratak@redhat.com>
Co-authored-by: Alexander Meshcheryakov <Self-Perfection@users.noreply.github.com>

6.2.0

Toggle 6.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add a "Resource" config section to write_gcm. (#200)

Warn about the deprecation of previous options for partially specifying resource labels (`CloudProvider`, `Instance`, `Zone`, `Region`, `Account`).

6.1.4

Toggle 6.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the same error handling to Timeseries API calls as for CollectdTi…

…meseries. (#197)

6.1.3

Toggle 6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add the same error handling to Timeseries API calls as for CollectdTi…

…meseries. (#197)

6.1.2

Toggle 6.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Reduce auth_header size from 65536 to 4096, since tokens are …

…unlikely to exceed that. (#193)" (#194)

This reverts commit 84ad9ea.

6.1.1

Toggle 6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set the reset timestamp for a wrapped counter 1ms earlier, to avoid s…

…tart_time==end_time errors. (#189)

6.1.0

Toggle 6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to a more modern OAuth2 token URL. (#187)