Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore: tag 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Oct 15, 2021
1 parent f3939e6 commit 0883823
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 22 deletions.
25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
<a name="0.3.0"></a>

# 0.3.0 (2021-10-15)

## Features

- added request_id (#160) ([9a77937e](9a77937e))
- Report stacktraces for errors to Sentry ([74e86b31](74e86b31))
- make metrics sink address support hostnames (#142) ([dbcd9634](dbcd9634))
- **adm:** Periodically re-sync suggestions from Remote Settings ([6fc67ff6](6fc67ff6))
- **suggest:** Add timeout provider ([9df0a8ad](9df0a8ad), closes [#55](55))
- **web:**
- Allow specifying providers when requesting suggestions ([201d0daa](201d0daa))
- Add endpoint that lists available providers ([5d9efb7d](5d9efb7d))

## Bug Fixes

- **settings:** Make memory cache configuration values optional ([e59ee421](e59ee421), closes [#136](136))

<a name="0.2"></a>

## 0.2 (2021-09-20)
# 0.2 (2021-09-20)

#### Features
## Features

- add variant fields to suggest api (#126) ([5b04053b](5b04053b))
- Add setting to configure sentry env ([10392511](10392511))
Expand All @@ -15,6 +34,6 @@
- **suggest:** Add score field to suggestion (#119) ([06556d88](06556d88),
closes [#118](118))

#### Bug Fixes
## Bug Fixes

- Allow overriding HTTP port of docker container ([fdc82823](fdc82823))
18 changes: 9 additions & 9 deletions 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 deduped-dashmap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deduped-dashmap"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-adm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-adm"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-cache/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-cache"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-integration-tests-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-integration-tests-macro"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion merino-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-integration-tests"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino-settings/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-settings"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
3 changes: 1 addition & 2 deletions merino-suggest/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-suggest"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand All @@ -20,4 +20,3 @@ uuid = "0.8.2"

[dev_dependencies]
tokio = { version = "1", features = ["time", "macros", "rt"] }

2 changes: 1 addition & 1 deletion merino-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merino-web"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merino/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# documentation should be in the specific packages above.
[package]
name = "merino"
version = "0.2.0"
version = "0.3.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 0883823

Please sign in to comment.