Skip to content

Commit

Permalink
release: v0.15.0 (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper authored Jun 8, 2023
1 parent f6166d5 commit 8c43ff3
Show file tree
Hide file tree
Showing 13 changed files with 238 additions and 205 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,29 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## πŸ“š Documentation -->

# [0.15.0] - 2023-06-08

## πŸš€ Features

- **New `rover persisted-queries publish` command - @EverlastingBugstopper, #1599**

Adds a new command: `rover persisted-queries publish` that allows publishing operations to a persisted queries list in GraphOS that can be consumed by a router. This command is in a private preview phase, so the command does not show up in the help text and will not work for you unless your enterprise organization has been granted preview access by Apollo.

## πŸ› Fixes

- **Fix router logging in `rover dev` - @dbanty, #1626**

Newer versions of the router started to output JSON that was in a format that was not expected by `rover dev`. Router logs now properly appear when running `rover dev` with `--log <error | warn | info | debug | trace>`.

## πŸ›  Maintenance

- **Development dependency updates - @renovate, #1623**

`concurrently` 8.0.1 -> 8.1.0
`eslint` 8.41.0 -> 8.42.0

- **Update Rust version to 0.70.0 - @renovate, #1624**

# [0.14.2] - 2023-05-31

## πŸ› Fixes
Expand Down
Loading

0 comments on commit 8c43ff3

Please sign in to comment.