Hello,
I’m wondering if there is a changelog somewhere to check what is new in each new version that is released.
For example, what’s new on v0.19.2?
Thank you.
Regards,
Alfredo.
1 Like
fabaff
(Fabian Affolter)
May 10, 2016, 4:11pm
2
There is no changelog but a blog post (sample ) and a PR (sample ) for every major release. Minor releases usually only contain fixes.
balloob
(Paulus Schoutsen)
May 10, 2016, 6:00pm
3
Thank you both for the links!
I will monitor those sites.
BTW, very soon I would like to get my Oregon Scientific WMR100 whether station connected to HA. I might have some quiestions as I am a newbie in HA…
I’m having in mind to leverage from http://www.weewx.com/ to do the connection.
Regards.
Alfredo.
adrianlzt
(Adrián López)
January 29, 2017, 2:26pm
6
And won’t be easy to add a Changelog file and adding each new change to that file in the same PR?
Two examples:
# 7.0.3 (2020-06-03)
### Features / Enhancements
* **Stats**: include all fields. [#24829](https://github.com/grafana/grafana/pull/24829), [@ryantxu](https://github.com/ryantxu)
* **Variables**: change VariableEditorList row action Icon to IconButton. [#25217](https://github.com/grafana/grafana/pull/25217), [@hshoff](https://github.com/hshoff)
### Bug Fixes
* **Cloudwatch**: Fix dimensions of DDoSProtection. [#25317](https://github.com/grafana/grafana/pull/25317), [@papagian](https://github.com/papagian)
* **Configuration**: Fix env var override of sections containing hyphen. [#25178](https://github.com/grafana/grafana/pull/25178), [@marefr](https://github.com/marefr)
* **Dashboard**: Get panels in collapsed rows. [#25079](https://github.com/grafana/grafana/pull/25079), [@peterholmberg](https://github.com/peterholmberg)
* **Do not show alerts tab when alerting is disabled**. [#25285](https://github.com/grafana/grafana/pull/25285), [@dprokop](https://github.com/dprokop)
* **Jaeger**: fixes cascader option label duration value. [#25129](https://github.com/grafana/grafana/pull/25129), [@Estrax](https://github.com/Estrax)
* **Transformations**: Fixed Transform tab crash & no update after adding first transform. [#25152](https://github.com/grafana/grafana/pull/25152), [@torkelo](https://github.com/torkelo)
# 7.0.2 (2020-06-03)
- **Security**: Urgent security patch release. Please read more in our [blog](https://grafana.com/blog/2020/06/03/grafana-6.7.4-and-7.0.2-released-with-important-security-fix/)
# 7.0.1 (2020-05-26)
This file has been truncated. show original
Also is a great idea to link each new element with the commit or PR. Currently to see what have changed you have to find with the username in the commit list and guess which is the one you are looking for.