@atproto/lexicon 0.4.1-rc.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -25
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,34 +1,12 @@
1
1
  # @atproto/lexicon
2
2
 
3
- ## 0.4.1-rc.0
3
+ ## 0.4.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`2ded0156b`](https://github.com/bluesky-social/atproto/commit/2ded0156b9adf33b9cce66583a375bff922d383b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add the ability to instantiate a Lexicon from an iterable, and to use a Lexicon as iterable.
7
+ - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`b934b396b`](https://github.com/bluesky-social/atproto/commit/b934b396b13ba32bf2bf7e75ecdf6871e5f310dd) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Add the ability to instantiate a Lexicon from an iterable, and to use a Lexicon as iterable.
8
8
 
9
- - [#2483](https://github.com/bluesky-social/atproto/pull/2483) [`2ded0156b`](https://github.com/bluesky-social/atproto/commit/2ded0156b9adf33b9cce66583a375bff922d383b) Thanks [@matthieusieben](https://github.com/matthieusieben)! - **New Features**:
10
-
11
- 1. Improved Separation of Concerns: We've restructured the XRPC HTTP call
12
- dispatcher into a distinct class. This means cleaner code organization and
13
- better clarity on responsibilities.
14
- 2. Enhanced Evolutivity: With this refactor, the XRPC client is now more
15
- adaptable to various use cases. You can easily extend and customize the
16
- dispatcher perform session management, retries, and more.
17
-
18
- **Compatibility**:
19
-
20
- Most of the changes introduced in this version are backward-compatible. However,
21
- there are a couple of breaking changes you should be aware of:
22
-
23
- - Customizing `fetchHandler`: The ability to customize the fetchHandler on the
24
- XRPC Client and AtpAgent classes has been modified. Please review your code if
25
- you rely on custom fetch handlers.
26
- - Managing Sessions: Previously, you had the ability to manage sessions directly
27
- through AtpAgent instances. Now, session management must be handled through a
28
- dedicated `SessionManager` instance. If you were making authenticated
29
- requests, you'll need to update your code to use explicit session management.
30
- - The `fetch()` method, as well as WhatWG compliant `Request` and `Headers`
31
- constructors, must be globally available in your environment.
9
+ - [#2707](https://github.com/bluesky-social/atproto/pull/2707) [`2bdf75d7a`](https://github.com/bluesky-social/atproto/commit/2bdf75d7a63924c10e7a311f16cb447d595b933e) Thanks [@matthieusieben](https://github.com/matthieusieben)! - Remove internal circular dependency.
32
10
 
33
11
  ## 0.4.0
34
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atproto/lexicon",
3
- "version": "0.4.1-rc.0",
3
+ "version": "0.4.1",
4
4
  "license": "MIT",
5
5
  "description": "atproto Lexicon schema language library",
6
6
  "keywords": [