Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
* grpc: Reduce size of objects in memory (#368)
* Revert: handle connection state changes (#366)
* Fix: set up backoffer to adhoc handler (#363)
* Update BBE to pre-release commit cc533f125b41 (#361)
* Update BBE to v0.22.0 (#360)

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Nov 16, 2022
1 parent 5f26420 commit 5a02790
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
## [Unreleased]


<a name="v0.11.0"></a>
## [v0.11.0] - 2022-11-14
### Fix
- set up backoffer to adhoc handler ([#363](https://github.com/grafana/synthetic-monitoring-agent/issues/363))

### Grpc
- Reduce size of objects in memory ([#368](https://github.com/grafana/synthetic-monitoring-agent/issues/368))

### Revert
- handle connection state changes ([#366](https://github.com/grafana/synthetic-monitoring-agent/issues/366))


<a name="v0.10.2"></a>
## [v0.10.2] - 2022-11-03
### Fix
Expand Down Expand Up @@ -335,7 +347,8 @@
<a name="v0.0.1"></a>
## v0.0.1 - 2020-06-24

[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.2...HEAD
[Unreleased]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.11.0...HEAD
[v0.11.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.2...v0.11.0
[v0.10.2]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.1...v0.10.2
[v0.10.1]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.10.0...v0.10.1
[v0.10.0]: https://github.com/grafana/synthetic-monitoring-agent/compare/v0.9.4...v0.10.0
Expand Down

0 comments on commit 5a02790

Please sign in to comment.