Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
chore: tag 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj committed May 3, 2023
1 parent 07515bf commit c3e93a5
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.11.2"></a>
## 1.11.2 (2023-05-03)

#### Features

* feat: Add an adm_mobile_max_tiles setting (DISCO-2306, #529) ([23f5ae6](https://github.com/mozilla-services/contile/commit/23f5ae6993ed93744bf92bfb3bbca3c900a1eaeb))
* feat: Add a metric to measure the tile count of adm response (#533) ([5bb21d2](https://github.com/mozilla-services/contile/commit/5bb21d25bdaf99ef5755558225938bfe419dd565))


#### Chore

* chore: Chore/update 0323 (#532) ([fca2c47](https://github.com/mozilla-services/contile/commit/fca2c47bd72b9fabde69b8aa4fc5a659461a7a5f))


<a name="1.11.1"></a>
## 1.11.1 (2023-04-05)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "contile"
# be sure to update
# test-engineering/contract-tests/volumes/client/scenarios.yml
# test-engineering/contract-tests/volumes/client/scenarios_tiles_cache.yml
version = "1.11.1"
version = "1.11.2"
authors = [
"Philip Jenvey <[email protected]>",
"jrconlin <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.1'
value: 'contile/1.11.2'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.1'
value: 'contile/1.11.2'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down Expand Up @@ -201,7 +201,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.1'
value: 'contile/1.11.2'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down Expand Up @@ -235,7 +235,7 @@ scenarios:
- name: accept
value: '*/*'
- name: user-agent
value: 'contile/1.11.1'
value: 'contile/1.11.2'
- name: host
value: 'partner:5000'
path: '/tilesp/desktop'
Expand Down

0 comments on commit c3e93a5

Please sign in to comment.