mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
00ba5bdb98
...in preparation for upgrading containerd. Signed-off-by: Cory Snider <csnider@mirantis.com>
3.4 KiB
3.4 KiB
Changes
1.4.2 (2021-05-20)
Bug Fixes
1.4.1 (2021-05-03)
Bug Fixes
- logging: allow nil or custom zones in resource detection (#3997) (aded90b)
- logging: appengine zone label (#3998) (394a586)
1.4.0 (2021-04-15)
Features
- logging: cloud run and functions resource autodetection (#3909) (1204de8)
- logging: make toLogEntry function public (#3863) (71828c2)
Bug Fixes
v1.3.0
- Updates to various dependencies.
1.2.0 (2021-01-25)
Features
1.1.2 (2020-11-09)
Bug Fixes
- logging: allow X-Cloud-Trace-Context fields to be optional (#3062) (7ff03cf)
- logging: do not panic in library code (#3076) (529be97), closes #1862
v1.1.1
- Rebrand "Stackdriver Logging" to "Cloud Logging".
v1.1.0
- Support unmarshalling stringified Severity.
- Add exported SetGoogleClientInfo wrappers to manual file.
- Support no payload.
- Update "Grouping Logs by Request" docs.
- Add auto-detection of monitored resources on GAE Standard.
v1.0.0
This is the first tag to carve out logging as its own module. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository.