Releases: grafana-toolbox/grafana-pandas-datasource
Releases · grafana-toolbox/grafana-pandas-datasource
0.3.0
- Improve installation documentation
- Mitigate
400 Bad Request
responses when receiving GET requests with
empty HTTP request bodies but still settingContent-Type: application/json
(#10).
Thanks for the report, @byteptr and @MichielKE! - Improve installation instructions for Windows. Thanks, @MichielKE!
- Improve documentation
- Initialize Flask logger appropriately
- Add capability for request/response logging
- Format the code with black and isort
- Rename
util.py
tocore.py
- Mitigate pandas deprecation warning about the
astype()
method of datetimelike
types to convert to integer dtypes
Full Changelog: 0.2.0...0.3.0
0.2.0
- Add example for annotating phenology data within Grafana
- Change license to AGPL-3.0
- Modernize dependency versions. Drop support for Python 3.6.
- Improve sandbox environment setup and documentation
Full Changelog: 0.1.2...0.2.0
0.1.0
- First official release. 8b93e5c brings in the original code from @linar-jether's
simple_python_datasource.py
. Thank you!
Full Changelog: https://github.com/panodata/grafana-pandas-datasource/commits/0.1.0