Skip to content

Latest commit

 

History

History
394 lines (220 loc) · 21.6 KB

CHANGELOG.md

File metadata and controls

394 lines (220 loc) · 21.6 KB

@atproto/api

0.12.13

Patch Changes

0.12.12

Patch Changes

  • #2442 1f560f021 Thanks @foysalit! - Add com.atproto.label.queryLabels endpoint on appview and allow viewing external labels through ozone

0.12.11

Patch Changes

0.12.10

Patch Changes

0.12.9

Patch Changes

0.12.8

Patch Changes

0.12.7

Patch Changes

0.12.6

Patch Changes

  • #2427 b9b7c5821 Thanks @estrattonbailey! - Introduces V2 of saved feeds preferences. V2 and v1 prefs are incompatible. v1 methods and preference objects are retained for backwards compatability, but are considered deprecated. Developers should immediately migrate to v2 interfaces.

0.12.5

Patch Changes

0.12.4

Patch Changes

0.12.3

Patch Changes

0.12.2

Patch Changes

0.12.1

Patch Changes

  • #2342 eb7668c07 Thanks @estrattonbailey! - Adds the associated property to profile and profile-basic views, bringing them in line with profile-detailed views.

0.12.0

Minor Changes

Patch Changes

0.11.2

Patch Changes

  • #2328 7dd9941b7 Thanks @estrattonbailey! - Remove unecessary escapes from regex, which was causing a minification error when bundled in React Native.

0.11.1

Patch Changes

0.11.0

Minor Changes

  • #2302 4eaadc0ac Thanks @dholms! - - 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.

Patch Changes

0.10.5

Patch Changes

  • #2279 192223f12 Thanks @gaearon! - Change Following feed prefs to only show replies from people you follow by default

0.10.4

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

0.10.1

Patch Changes

0.10.0

Minor Changes

Patch Changes

0.9.8

Patch Changes

  • #2192 f79cc6339 Thanks @foysalit! - Tag event on moderation subjects and allow filtering events and subjects by tags

0.9.7

Patch Changes

0.9.6

Patch Changes

  • #2124 e4ec7af03 Thanks @foysalit! - Allow filtering for comment, label, report type and date range on queryModerationEvents endpoint.

0.9.5

Patch Changes

0.9.4

Patch Changes

0.9.3

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

Patch Changes

0.8.0

Minor Changes

  • #2010 14067733 Thanks @estrattonbailey! - Improve resumeSession event emission. It will no longer double emit when some requests fail, and the create-failed event has been replaced by expired where appropriate, and with a new event network-error where appropriate or an unknown error occurs.

0.7.4

Patch Changes

0.7.3

Patch Changes

0.7.2

Patch Changes

0.7.1

Patch Changes

0.7.0

Minor Changes

0.6.24

Patch Changes

0.6.23

Patch Changes

0.6.22

Patch Changes

0.6.21

Patch Changes

0.6.20

Patch Changes

0.6.19

Patch Changes

0.6.18

Patch Changes

0.6.17

Patch Changes

0.6.16

Patch Changes

0.6.15

Patch Changes

0.6.14

Patch Changes

0.6.13

Patch Changes

  • #1553 3877210e Thanks @estrattonbailey! - Adds a new method app.bsky.graph.getSuggestedFollowsByActor. This method returns suggested follows for a given actor based on their likes and follows.