Skip to content

Document anonymizer_confidence value of 50 - #1670

Merged
oschwald merged 1 commit into
mainfrom
greg/stf-405-map-medium-confidence-values-from-mslm-to-50
Jun 23, 2026
Merged

Document anonymizer_confidence value of 50#1670
oschwald merged 1 commit into
mainfrom
greg/stf-405-map-medium-confidence-values-from-mslm-to-50

Conversation

@oschwald

@oschwald oschwald commented Jun 8, 2026

Copy link
Copy Markdown
Member

MSLM medium confidence now maps to an anonymizer_confidence of 50 in GeoIP Anonymous Plus (see STF-405 / [mm_website code change]). This updates the dev docs to match:

  • anonymous-plus/_index.md and anonymous-plus/binary.md: the anonymizer_confidence field description now lists 30, 50, and 99 instead of 30 and 99.
  • release-notes/2026.md: new release note announcing the 50 value, modeled on the existing 2026-05-05 "confidence of 30" note.

⚠️ Please confirm the date. The release note is dated 2026-06-24 based on marketing's reported go-live. Adjust the date= and "As of ..." line if that changes.

Opened by Claude on behalf of @goschwald.

Summary by CodeRabbit

New Features

  • Additional confidence rating level now available in GeoIP Anonymous Plus database and GeoIP Insights web service.

Documentation

  • Updated GeoIP Anonymous Plus documentation to reflect expanded confidence ratings across CSV and binary database formats.
  • Added release notes for June 2026 announcing the new rating availability.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploying dev-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3afb03e
Status: ✅  Deploy successful!
Preview URL: https://3b4ea1d2.dev-site-4ua.pages.dev
Branch Preview URL: https://greg-stf-405-map-medium-conf.dev-site-4ua.pages.dev

View logs

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the GeoIP Anonymous Plus database documentation and adds a release note to introduce a new anonymizer confidence value of 50. Feedback was provided to add a comma after the introductory adverb 'Currently' in the database index documentation to comply with the repository style guide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines +195 to +197
Currently we will only provide values of 30, 50, and 99, but the
number of values will increase as we improve our confidence
ratings.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

According to the repository style guide, a comma should be used after introductory adverbs like "Currently".

Suggested change
Currently we will only provide values of 30, 50, and 99, but the
number of values will increase as we improve our confidence
ratings.
Currently, we will only provide values of 30, 50, and 99, but the
number of values will increase as we improve our confidence
ratings.
References
  1. Use commas after introductory adverbs: "Currently, we will only provide..." (not "Currently we will...") (link)

@oschwald
oschwald force-pushed the greg/stf-405-map-medium-confidence-values-from-mslm-to-50 branch from 95bf13c to 0fcbe6b Compare June 8, 2026 18:49
horgh
horgh previously approved these changes Jun 8, 2026
Comment thread content/geoip/release-notes/2026.md
MSLM "medium" confidence now maps to an anonymizer_confidence of 50 in
GeoIP Anonymous Plus. Update both field-description tables to list 50
alongside the existing 30 and 99, and add a release note announcing the
new value.

STF-405
@oschwald
oschwald force-pushed the greg/stf-405-map-medium-confidence-values-from-mslm-to-50 branch from 0fcbe6b to 3afb03e Compare June 23, 2026 14:39
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 0f2e7217-3c99-42af-8c01-405181809993

📥 Commits

Reviewing files that changed from the base of the PR and between 7369505 and 3afb03e.

📒 Files selected for processing (3)
  • content/geoip/docs/databases/anonymous-plus/_index.md
  • content/geoip/docs/databases/anonymous-plus/binary.md
  • content/geoip/release-notes/2026.md

📝 Walkthrough

Walkthrough

Documentation for the GeoIP Anonymous Plus database is updated to add anonymizer_confidence value 50 (alongside the existing 30 and 99) in both the CSV and binary format references. A new release note dated 2026-06-24 is added announcing this change for the GeoIP Anonymous Plus database and GeoIP Insights web service.

Changes

anonymizer_confidence=50 Documentation Update

Layer / File(s) Summary
anonymizer_confidence=50 in database docs and release notes
content/geoip/docs/databases/anonymous-plus/_index.md, content/geoip/docs/databases/anonymous-plus/binary.md, content/geoip/release-notes/2026.md
Both the CSV schema and binary database field descriptions now list 30, 50, and 99 as the currently provided confidence values. A 2026-06-24 release note announces that additional networks now use a confidence value of 50, affecting the GeoIP Anonymous Plus database and GeoIP Insights web service.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • mm-jpoole

Poem

🐇 Hop, hop, a new value appears,
Fifty sits snug between thirty and cheer,
Anonymous networks now ranked middle-ground,
Three confidence scores — what a wonderful sound!
The warren of docs is tidy and clear! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: documenting a new anonymizer_confidence value of 50 across multiple GeoIP documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch greg/stf-405-map-medium-confidence-values-from-mslm-to-50

Comment @coderabbitai help to get the list of available commands.

@oschwald
oschwald merged commit 15fdc02 into main Jun 23, 2026
11 checks passed
@oschwald
oschwald deleted the greg/stf-405-map-medium-confidence-values-from-mslm-to-50 branch June 23, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants