|
|
@@ -8,9 +8,10 @@ The [minimum recommended etcd versions to run in **production**](https://groups.
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
-## [v3.3.11](https://github.com/coreos/etcd/releases/tag/v3.3.11) (2018-TBD)
|
|
|
|
|
|
-See [code changes](https://github.com/coreos/etcd/compare/v3.3.10...v3.3.11) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. **Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md).**
|
|
|
+## [v3.3.11](https://github.com/etcd-io/etcd/releases/tag/v3.3.11) (2019-TBD)
|
|
|
+
|
|
|
+See [code changes](https://github.com/etcd-io/etcd/compare/v3.3.10...v3.3.11) and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md) for any breaking changes. **Again, before running upgrades from any previous release, please make sure to read change logs below and [v3.3 upgrade guide](https://github.com/etcd-io/etcd/blob/master/Documentation/upgrades/upgrade_3_3.md).**
|
|
|
|
|
|
### etcdctl v3
|
|
|
|
|
|
@@ -18,12 +19,17 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.3.10...v3.3.11) and
|
|
|
|
|
|
### gRPC Proxy
|
|
|
|
|
|
+- Fix [memory leak in cache layer](https://github.com/etcd-io/etcd/pull/10327).
|
|
|
- Add [`etcd proxy --discovery-srv-name`](https://github.com/etcd-io/etcd/pull/10250) flag.
|
|
|
|
|
|
### etcd gateway
|
|
|
|
|
|
- Add [`etcd gateway --discovery-srv-name`](https://github.com/etcd-io/etcd/pull/10250) flag.
|
|
|
|
|
|
+### Go
|
|
|
+
|
|
|
+- Compile with [*Go 1.10.7*](https://golang.org/doc/devel/release.html#go1.10).
|
|
|
+
|
|
|
|
|
|
<hr>
|
|
|
|