Skip to content

Commit

Permalink
Merge pull request #1322 from mozilla/migrate-to-safe-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy authored Nov 17, 2020
2 parents 3c35416 + abdb786 commit 553b77d
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ commands:
- run:
name: Test
command: cargo test --all --verbose
- run:
name: Test Glean with rkv safe-mode
command: |
cd glean-core
cargo test -p glean-core --features rkv-safe-mode
install-rustup:
steps:
Expand Down
3 changes: 2 additions & 1 deletion .dictionary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 201 utf-8
personal_ws-1.1 en 202 utf-8
AAR
AARs
ABI
Expand Down Expand Up @@ -55,6 +55,7 @@ Protobufs
PyPI
RLB
Redash
Rkv's
SDK
SDK's
TLDs
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
* Rust
* Implement the experiments API ([#1314](https://github.com/mozilla/glean/pull/1314))

* General
* When Rkv's safe mode is enabled (`features = ["rkv-safe-mode"]` on the `glean-core` crate) LMDB data is migrated at first start ([#1322](https://github.com/mozilla/glean/pull/1322)).

# v33.2.0 (2020-11-10)

[Full changelog](https://github.com/mozilla/glean/compare/v33.1.2...v33.2.0)
Expand Down
Loading

0 comments on commit 553b77d

Please sign in to comment.