Skip to content

Commit

Permalink
Labeler API Changeset (bluesky-social#2302)
Browse files Browse the repository at this point in the history
add changsets for labeler api changes
  • Loading branch information
dholms authored Mar 13, 2024
1 parent 84e72c6 commit 4eaadc0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/neat-trees-reflect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@atproto/common-web': patch
'@atproto/identity': patch
---

Added methods for parsing labeler verification methods and services in DID Documents
14 changes: 14 additions & 0 deletions .changeset/pink-turkeys-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@atproto/api': minor
---

- Breaking changes
- Redesigned the `moderate*` APIs which now output a `ModerationUI` object.
- `agent.getPreferences()` output object `BskyPreferences` has been modified.
- Moved Ozone routes from `com.atproto.admin` to `tools.ozone` namespace.
- Additions
- Added support for labeler configuration in `Agent.configure()` and `agent.configureLabelerHeader()`.
- Added `agent.addLabeler()` and `agent.removeLabeler()` preference methods.
- Muted words and hidden posts are now handled in the `moderate*` APIs.
- Added `agent.getLabelers()` and `agent.getLabelDefinitions()`.
- Added `agent.configureProxyHeader()` and `withProxy()` methods to support remote service proxying behaviors.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atproto/api",
"version": "0.11.0-next",
"version": "0.10.5",
"license": "MIT",
"description": "Client library for atproto and Bluesky",
"keywords": [
Expand Down

0 comments on commit 4eaadc0

Please sign in to comment.