Skip to content

Coop 1.0.1

Latest

Choose a tag to compare

@cassidyjames cassidyjames released this 11 Jun 04:26
· 45 commits to main since this release
c8df1ef

1.0.1 is a quick follow-up release to 1.0 with a handful of fixes and improvements we found immediately after that release.

Review Console

  • Incomplete User Score removed from UI in favor of User Strikes
  • Related items now show the item's name rather than its raw ID; duplicate entries removed

NCMEC

  • Minimum image count required before submitting an NCMEC report is now configurable
  • Policy selection and decision-reason requirements are skipped for NCMEC jobs, which don't meaningfully apply

Integrations

  • OpenAI Moderation API model card added and UI label corrected

Documentation

  • Administration guide expanded to cover newly-added organization settings
  • User Strikes docs added
  • Role Management section added to the administration guide, covering configurable roles and permissions

Removals

  • GDPR delete endpoint, database table, and related documentation removed; the endpoint was reconsidered and dropped rather than implemented

CI & infrastructure

  • Docker image release workflow fixed; manual trigger for releases added
  • AGENTS.md added to .github/ for AI coding assistants
  • Only run License Check when we should check licenses

All PRs

  • client: stop rendering User Score in MRT and Investigation (part 1 of #596) by @julietshen in #726
  • [NCMEC] Allow to configure min images to review for NCMEC report by @juanmrad in #710
  • Show related item's name instead of its raw ID and fix duplicate relatedItems by @juanmrad in #730
  • Update integrationManifests.ts with OpenAI Model Card by @ludovic-openai in #739
  • Label the OpenAI integration as "OpenAI Moderation API" and surface the model card link by @julietshen in #742
  • Skip require-reason/policy checks for NCMEC jobs (closes #736) by @julietshen in #737
  • Remove GDPR delete endpoint, table, and docs (closes #336) by @julietshen in #728
  • Fix release of docker image for tagged release and allow manual release by @juanmrad in #741
  • ci: add .github AGENTS.md by @taobojlen in #731
  • [Bug] Fix vertical bug issue 735 by @juanmrad in #740
  • chore: switch postgres to official postgres:15.18 image by @serendipty01 in #720
  • Only run License Check when we should check licenses by @juanmrad in #745
  • docs: update for 1.0.1 by @cassidyjames in #748

New Contributors

Full Changelog: 1.0.0...1.0.1