Skip to content

Commit

Permalink
fixes some things (keystonejs#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noviny authored Sep 21, 2020
1 parent 5908373 commit 6eda088
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/blog/new-release-cornice.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<!--[meta]
section: blog
title: New Release - Cornice (21/9/20)
title: New Release - Cornice
author: The Keystone Team
date: 2020-09-21
author: Noviny
order: 2
order: 0.5
tags: release
[meta]-->

> I'm really sorry if this sets the expectation that all these posts will rhyme
> For full release notes see: [Our versioning PR](https://github.com/keystonejs/keystone/pull/3642)
## An intro to release posts
Expand Down Expand Up @@ -37,16 +35,18 @@ manypkg upgrade @keystonejs

And here is the main attraction! What's up with the Cornice release?

### BREAKING
### Breaking Changes

- Updated dependency pino to ^6.6.1. See the pino [release notes](https://github.com/pinojs/pino/releases/tag/v6.0.0) for breaking changes to logging output. In particular, the `v` field is no longer logged out, and `null` message values are handled differently. Unless you depend on these finer details of the Keystone error logs you won't need to make any changes to your app.

### Other:
### Other Changes:

- Enabled schema tracing if APOLLO_KEY is set.
- Enabled schema tracing if `APOLLO_KEY` is set.
- Removed some unused dependencies (helping with your install size a little)
- Updated a bunch of other dependencies (we've been getting comfortable with renovate)
- Updated a bunch of packages we depend on (we've been getting comfortable with renovate)

### @arch-ui/drawer

- Fixed touch-scrolling behaviour of Dialog and Drawer components (update the admin UI to consume this fix)

> I'm really sorry if this sets the expectation that all these posts will rhyme

0 comments on commit 6eda088

Please sign in to comment.